17
0

- 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:
2025-10-28 05:50:00 +00:00
committed by Git OBS Bridge
parent 8e46e83a4e
commit 8098c26050
4 changed files with 24 additions and 7 deletions

View File

@@ -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>