From 8300cb07c854ccd9057e55428726ea60b3f12ad99193c0befb93ccf86a5ec7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 24 Mar 2020 13:44:41 +0000 Subject: [PATCH] Accepting request 787789 from home:pgajdos:python - version update to 4.6.3 - Fix a crash in the test suite under a 32-bit CPython on certain 32-bit platforms. See `issue 137 `_. Fix by `Jerry James `_. - Fix an ``AssertionError`` clearing a non-empty ``PersistentMapping`` that has no connection. See `issue 139 `_. OBS-URL: https://build.opensuse.org/request/show/787789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=23 --- persistent-4.6.1.tar.gz | 3 --- persistent-4.6.3.tar.gz | 3 +++ python-persistent.changes | 12 ++++++++++++ python-persistent.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 persistent-4.6.1.tar.gz create mode 100644 persistent-4.6.3.tar.gz diff --git a/persistent-4.6.1.tar.gz b/persistent-4.6.1.tar.gz deleted file mode 100644 index fcef786..0000000 --- a/persistent-4.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1084dcc791d48fe6ad3f725bf40e822bb4da82cfd7e9582054b3df063998bc7 -size 116965 diff --git a/persistent-4.6.3.tar.gz b/persistent-4.6.3.tar.gz new file mode 100644 index 0000000..e2517b1 --- /dev/null +++ b/persistent-4.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09585311d1ba7154c16230e5ab1286017cee3a1c435a4db718d6176a81f43230 +size 119531 diff --git a/python-persistent.changes b/python-persistent.changes index 74abb3b..e232ac5 100644 --- a/python-persistent.changes +++ b/python-persistent.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 24 12:41:57 UTC 2020 - pgajdos@suse.com + +- version update to 4.6.3 + - Fix a crash in the test suite under a 32-bit CPython on certain + 32-bit platforms. See `issue 137 + `_. Fix by + `Jerry James `_. + - Fix an ``AssertionError`` clearing a non-empty ``PersistentMapping`` + that has no connection. See `issue 139 + `_. + ------------------------------------------------------------------- Thu Mar 12 11:54:12 UTC 2020 - Marketa Calabkova diff --git a/python-persistent.spec b/python-persistent.spec index 628c7c0..0b664fe 100644 --- a/python-persistent.spec +++ b/python-persistent.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-persistent -Version: 4.6.1 +Version: 4.6.3 Release: 0 Summary: Translucent persistent objects License: ZPL-2.1 @@ -28,13 +28,13 @@ 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} -Requires: python-cffi BuildRequires: %{python_module manuel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.testrunner} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-cffi Requires: python-zope.interface %python_subpackages