forked from pool/python-zodbpickle
- update to 3.1:
* Add support for Python 3.12. * Fix ``NameError`` in ``.fastpickle`` and ``.slowpickle``. * Build Linux binary wheels for Python 3.11. * Add preliminary support for Python 3.12a5. * Drop support for Python 2.7, 3.5, 3.6. * Drop support for deprecated ``python setup.py test``. - Update to version 2.6 - Update to version 2.5 - Update to version 2.4.0 - version update to 2.3.0 - Use python_module macro for BuildRequires on the testsuite module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=24
This commit is contained in:
@@ -1,26 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 16 09:03:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.1:
|
||||||
|
* Add support for Python 3.12.
|
||||||
|
* Fix ``NameError`` in ``.fastpickle`` and ``.slowpickle``.
|
||||||
|
* Build Linux binary wheels for Python 3.11.
|
||||||
|
* Add preliminary support for Python 3.12a5.
|
||||||
|
* Drop support for Python 2.7, 3.5, 3.6.
|
||||||
|
* Drop support for deprecated ``python setup.py test``.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 5 13:46:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Mon Dec 5 13:46:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 2.6
|
- Update to version 2.6
|
||||||
* Add support for building arm64 wheels on macOS.
|
* Add support for building arm64 wheels on macOS.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 19:55:40 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Nov 9 19:55:40 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 2.5
|
- Update to version 2.5
|
||||||
* Add support for the final Python 3.11 release.
|
* Add support for the final Python 3.11 release.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 12 18:28:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Oct 12 18:28:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 2.4.0
|
- Update to version 2.4.0
|
||||||
* Add support for Python 3.11 (as of 3.11.0b3).
|
* Add support for Python 3.11 (as of 3.11.0b3).
|
||||||
* Disable unsafe math optimizations in C code. See pull request 73.
|
* Disable unsafe math optimizations in C code. See pull request 73.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 22:48:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Fri Sep 16 22:48:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- version update to 2.3.0
|
- version update to 2.3.0
|
||||||
* Add support for Python 3.11 (as of 3.11.0a7).
|
* Add support for Python 3.11 (as of 3.11.0a7).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -39,7 +50,7 @@ Fri Sep 24 09:50:50 UTC 2021 - pgajdos@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 22 05:49:25 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri Jan 22 05:49:25 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
- Use python_module macro for BuildRequires on the testsuite module
|
- Use python_module macro for BuildRequires on the testsuite module
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 9 10:35:56 UTC 2020 - pgajdos@suse.com
|
Mon Mar 9 10:35:56 UTC 2020 - pgajdos@suse.com
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zodbpickle
|
# spec file for package python-zodbpickle
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-zodbpickle
|
Name: python-zodbpickle
|
||||||
Version: 2.6
|
Version: 3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fork of Python 3 pickle module
|
Summary: Fork of Python 3 pickle module
|
||||||
License: Python-2.0 AND ZPL-2.1
|
License: Python-2.0 AND ZPL-2.1
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:05978fc24ff93f349045aea11fa3ad1efa80eab19cab6251eac7417c6311a1d2
|
|
||||||
size 186052
|
|
||||||
3
zodbpickle-3.1.tar.gz
Normal file
3
zodbpickle-3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9ec32e706c7b808b79a53a7ad96609117e94283772b400ee76552107aabcc11
|
||||||
|
size 111254
|
||||||
Reference in New Issue
Block a user