14
0

- update to 5.0:

* Add support for Python 3.12, 3.13.
  * Depend on zodbpickle instead of Python's pickle, to be able
    to support Python 3.13 properly.
  * Drop support for Python 2.7, 3.5, 3.6, 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=9
This commit is contained in:
2024-10-28 21:44:30 +00:00
committed by Git OBS Bridge
parent 3b59526e35
commit 7f5c344699
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 28 21:44:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* Add support for Python 3.12, 3.13.
* Depend on zodbpickle instead of Python's pickle, to be able
to support Python 3.13 properly.
* Drop support for Python 2.7, 3.5, 3.6, 3.7.
-------------------------------------------------------------------
Fri Jun 9 13:16:11 UTC 2023 - ecsos <ecsos@opensuse.org>