- Update to 6.3:
* Fix setuptools configuration to build missing cffi extension module.
* Add preliminary support for Python 3.14b2.
* Move package build requirements from setup.py to pyproject.toml.
* Drop support for Python 3.8.
* Make Persistent's _p_oid representation follow the same format as the
ZODB.utils.oid_repr function.
* Use Py_REFCNT to access cPersistentObject reference counts in assertions.
* Add final support for Python 3.13.
* Removed persistent.cPersistence.simple_new fossil.
* Drop support for Python 3.7.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=40
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 05:48:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 6.3:
|
||||
* Fix setuptools configuration to build missing cffi extension module.
|
||||
* Add preliminary support for Python 3.14b2.
|
||||
* Move package build requirements from setup.py to pyproject.toml.
|
||||
* Drop support for Python 3.8.
|
||||
* Make Persistent's _p_oid representation follow the same format as the
|
||||
ZODB.utils.oid_repr function.
|
||||
* Use Py_REFCNT to access cPersistentObject reference counts in assertions.
|
||||
* Add final support for Python 3.13.
|
||||
* Removed persistent.cPersistence.simple_new fossil.
|
||||
* Drop support for Python 3.7.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 11:09:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user