Hello community,
here is the log from the commit of package python-persistent for
openSUSE:Factory checked in at 2019-05-21 10:41:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-persistent (Old)
and /work/SRC/openSUSE:Factory/.python-persistent.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-persistent"
Tue May 21 10:41:22 2019 rev:10 rq:704297 version:4.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-persistent/python-persistent.changes
2019-03-22 14:59:55.653845699 +0100
+++
/work/SRC/openSUSE:Factory/.python-persistent.new.5148/python-persistent.changes
2019-05-21 10:41:26.107046159 +0200
@@ -1,0 +2,18 @@
+Mon May 20 15:50:31 UTC 2019 - [email protected]
+
+- version update to 4.5.0
+ - Fully test the C implementation of the PickleCache, and fix
+ discrepancies between it and the Python implementation:
+ - Allow sweeping cache without ``cache_size``. ``cache_size_bytes``
+ works with ``cache_size=0``, no need to set ``cache_size`` to a
+ large value.
+ - Require ``CFFI`` on CPython for pure-Python operation. This drops
+ support for Jython (which was untested). See `issue 77
+ <https://github.com/zopefoundation/persistent/issues/77>`_.
+ - Fix DeprecationWarning about ``PY_SSIZE_T_CLEAN``.
+ See `issue 108 <https://github.com/zopefoundation/persistent/issues/108>`_.
+ - Drop support for Python 3.4.
+- deleted patches
+ - persistent-4.2.4.2-switch-off-tests.patch (not needed)
+
+-------------------------------------------------------------------
Old:
----
persistent-4.2.4.2-switch-off-tests.patch
persistent-4.4.3.tar.gz
New:
----
persistent-4.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-persistent.spec ++++++
--- /var/tmp/diff_new_pack.FeksSx/_old 2019-05-21 10:41:28.163044824 +0200
+++ /var/tmp/diff_new_pack.FeksSx/_new 2019-05-21 10:41:28.167044821 +0200
@@ -19,15 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-persistent
-Version: 4.4.3
+Version: 4.5.0
Release: 0
Summary: Translucent persistent objects
License: ZPL-2.1
Group: Development/Languages/Python
URL: https://github.com/zopefoundation/persistent
Source:
https://files.pythonhosted.org/packages/source/p/persistent/persistent-%{version}.tar.gz
-# Blocking https://github.com/zopefoundation/persistent/issues/86
-Patch: persistent-4.2.4.2-switch-off-tests.patch
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel}
Requires: python-cffi
@@ -57,7 +55,6 @@
%prep
%setup -q -n persistent-%{version}
rm -rf persistent.egg-info
-%autopatch -p1
%build
%python_build
++++++ persistent-4.4.3.tar.gz -> persistent-4.5.0.tar.gz ++++++
++++ 2572 lines of diff (skipped)