Sync from SUSE:SLFO:Main python-persistent revision 773ac5ea746d9f314efbcd27edbf501e

This commit is contained in:
2024-12-13 11:55:15 +01:00
parent cb6cb8a7da
commit 401fbcd144
4 changed files with 55 additions and 32 deletions

BIN
persistent-5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
persistent-5.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Mar 16 08:52:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.2:
* Add preliminary support for Python 3.13a3.
-------------------------------------------------------------------
Sun Jan 7 20:15:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.1:
* Add support for Python 3.12.
- drop python312.patch (upstream)
-------------------------------------------------------------------
Mon Aug 14 21:52:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add python312.patch to build with python 3.12
-------------------------------------------------------------------
Fri Jun 9 12:35:32 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Mon Jan 9 21:01:23 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-persistent
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013-2023 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,9 +17,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-persistent
Version: 5.0
Version: 5.2
Release: 0
Summary: Translucent persistent objects
License: ZPL-2.1
@@ -51,7 +51,7 @@ Requires: python-devel
This package contains the files needed for binding the %{name} C module.
%prep
%setup -q -n persistent-%{version}
%autosetup -p1 -n persistent-%{version}
rm -rf persistent.egg-info
# this two tests fail persistently (pun intended): disable them here allows to build with 15.4 as well
sed -i 's|test__p_repr_exception|tst__p_repr_exception|' src/persistent/tests/test_persistence.py