14
0

- update to 6.0:

* Drop support for Python 2.7, 3.5, 3.6.
  * Fix crash when the environment variable `PYTHONOPTIMIZED` is
    set to `2` and docstrings are set to `None` by the interpreter.
  * Add support for Python 3.10 and 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.component?expand=0&rev=20
This commit is contained in:
2023-05-05 14:23:22 +00:00
committed by Git OBS Bridge
parent 1cb5e8bc48
commit e07303c9cf
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 5 14:22:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Fix crash when the environment variable `PYTHONOPTIMIZED` is
set to `2` and docstrings are set to `None` by the interpreter.
* Add support for Python 3.10 and 3.11.
-------------------------------------------------------------------
Sat Jul 10 00:31:03 UTC 2021 - Jason Craig <os@jacraig.com>