14
0

- update to 6.0:

* Build Linux binary wheels for Python 3.11.
  * Drop support for Python 2.7, 3.5, 3.6.
  * Fix test deprecation warning on Python 3.11.
  * Add preliminary support for Python 3.12 as of 3.12a5.
  * Drop:
  * + `zope.interface.implements`
  * + `zope.interface.implementsOnly`
  * + `zope.interface.classProvides`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=58
This commit is contained in:
2023-05-05 08:46:01 +00:00
committed by Git OBS Bridge
parent 43555e0b8c
commit ca41fed7b8
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri May 5 08:44:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.0:
* Build Linux binary wheels for Python 3.11.
* Drop support for Python 2.7, 3.5, 3.6.
* Fix test deprecation warning on Python 3.11.
* Add preliminary support for Python 3.12 as of 3.12a5.
* Drop:
* + `zope.interface.implements`
* + `zope.interface.implementsOnly`
* + `zope.interface.classProvides`
-------------------------------------------------------------------
Fri Apr 21 12:39:18 UTC 2023 - Dirk Müller <dmueller@suse.com>