14
0

- update to 7.0.1:

* Fix fallback when ``zope.i18nmessageid`` is not installed (regression
  introduced in 7.0.0).
  * Add support for Python 3.11.
  * Drop support for Python 2.7, 3.5, 3.6.
  * Drop ``zope.schema._compat`` module.
  * Fix test deprecation warning on Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=30
This commit is contained in:
2023-01-06 12:43:07 +00:00
committed by Git OBS Bridge
parent 8cac34bed6
commit bec8b2dc02
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 6 12:40:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.0.1:
* Fix fallback when ``zope.i18nmessageid`` is not installed (regression
introduced in 7.0.0).
* Add support for Python 3.11.
* Drop support for Python 2.7, 3.5, 3.6.
* Drop ``zope.schema._compat`` module.
* Fix test deprecation warning on Python 3.11.
-------------------------------------------------------------------
Fri Sep 16 12:03:45 UTC 2022 - Markéta Machová <mmachova@suse.com>