17
0

Accepting request 1032246 from home:yarunachalam:branches:devel:languages:python

- Update to version 5.5.0 
  * Add support for Python 3.10 and 3.11 (as of 3.11.0rc2).
  * Add missing Trove classifier showing support for Python 3.9.
  * Add some more entries to zope.interface.interfaces.__all__.
  * Disable unsafe math optimizations in C code. See pull request 262.

OBS-URL: https://build.opensuse.org/request/show/1032246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=49
This commit is contained in:
2022-10-29 18:40:57 +00:00
committed by Git OBS Bridge
parent 276da46288
commit a5ae3f0585
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 29 18:04:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.5.0
* Add support for Python 3.10 and 3.11 (as of 3.11.0rc2).
* Add missing Trove classifier showing support for Python 3.9.
* Add some more entries to zope.interface.interfaces.__all__.
* Disable unsafe math optimizations in C code. See pull request 262.
-------------------------------------------------------------------
Wed Oct 13 09:49:15 UTC 2021 - pgajdos@suse.com