Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-persistent for
openSUSE:Factory checked in at 2025-10-28 14:48:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-persistent (Old)
and /work/SRC/openSUSE:Factory/.python-persistent.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-persistent"
Tue Oct 28 14:48:06 2025 rev:19 rq:1313972 version:6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-persistent/python-persistent.changes
2025-06-03 17:56:15.396365960 +0200
+++
/work/SRC/openSUSE:Factory/.python-persistent.new.1980/python-persistent.changes
2025-10-28 14:48:43.616390603 +0100
@@ -1,0 +2,15 @@
+Tue Oct 28 05:48:23 UTC 2025 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
persistent-5.2.tar.gz
New:
----
persistent-6.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-persistent.spec ++++++
--- /var/tmp/diff_new_pack.cbrNrU/_old 2025-10-28 14:48:44.168413819 +0100
+++ /var/tmp/diff_new_pack.cbrNrU/_new 2025-10-28 14:48:44.172413987 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-persistent
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2013-2023 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -19,23 +19,25 @@
%{?sle15_python_module_pythons}
Name: python-persistent
-Version: 5.2
+Version: 6.3
Release: 0
Summary: Translucent persistent objects
License: ZPL-2.1
URL: https://github.com/zopefoundation/persistent
Source:
https://files.pythonhosted.org/packages/source/p/persistent/persistent-%{version}.tar.gz
BuildRequires: %{python_module cffi}
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module devel >= 3.9}
BuildRequires: %{python_module manuel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
+BuildRequires: %{python_module zope.deferredimport}
BuildRequires: %{python_module zope.interface}
BuildRequires: %{python_module zope.testrunner}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cffi
+Requires: python-zope.deferredimport
Requires: python-zope.interface
%python_subpackages
@@ -77,7 +79,7 @@
%doc CHANGES.rst COPYRIGHT.txt README.rst
%exclude %{python_sitearch}/persistent/*.h
%{python_sitearch}/persistent
-%{python_sitearch}/persistent-%{version}*-info
+%{python_sitearch}/persistent-%{version}.dist-info
%files %{python_files devel}
%dir %{python_sysconfig_path include}/persistent
++++++ persistent-5.2.tar.gz -> persistent-6.3.tar.gz ++++++
++++ 6138 lines of diff (skipped)