14
0

- update to 5.0:

* Drop support for Python 2.7, 3.4, 3.5, 3.6.
  * Drop support for deprecated ``python setup.py test``.
  * Add support for Python 3.8, 3.9, 3.10, 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.deprecation?expand=0&rev=21
This commit is contained in:
2023-05-05 14:32:00 +00:00
committed by Git OBS Bridge
parent 86665a64ec
commit 95b14478dc
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 5 14:31:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* Drop support for Python 2.7, 3.4, 3.5, 3.6.
* Drop support for deprecated ``python setup.py test``.
* Add support for Python 3.8, 3.9, 3.10, 3.11.
-------------------------------------------------------------------
Wed Feb 1 13:14:15 UTC 2023 - Ben Greiner <code@bnavigator.de>