14
0

8 Commits

Author SHA256 Message Date
90faafb4a6 Accepting request 1321877 from devel:languages:python
- Update to 4.3:
  * Added support for pickling the types of built-in singletons.
  * Move all supported package metadata into pyproject.toml.
  * Drop support for Python 3.9.
  * Add support for Python 3.14.

OBS-URL: https://build.opensuse.org/request/show/1321877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zodbpickle?expand=0&rev=19
2025-12-10 14:33:36 +00:00
41f1720d70 - Update to 4.3:
* Added support for pickling the types of built-in singletons.
  * Move all supported package metadata into pyproject.toml.
  * Drop support for Python 3.9.
  * Add support for Python 3.14.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=36
2025-12-10 04:44:21 +00:00
8d189d6b4f Accepting request 1250619 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1250619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zodbpickle?expand=0&rev=18
2025-03-06 13:49:58 +00:00
868b798590 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=34
2025-03-03 08:45:29 +00:00
5318b3d38d Accepting request 1248471 from devel:languages:python
- update to 4.2:
  * Drop support for Python 3.8.
  * Add preliminary support for Python 3.14 as of 3.14a4.
  * Remove unused setuptools install requirement.

OBS-URL: https://build.opensuse.org/request/show/1248471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zodbpickle?expand=0&rev=17
2025-02-26 16:17:04 +00:00
263e0f4fe2 - update to 4.2:
* Drop support for Python 3.8.
  * Add preliminary support for Python 3.14 as of 3.14a4.
  * Remove unused setuptools install requirement.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=32
2025-02-25 20:09:39 +00:00
dcde93dfbc Accepting request 1244905 from devel:languages:python
- update to 4.1.1:
  * Fix NameError which occurred when importing
    zodbpickle.fastpickle.
  * Add final support for Python 3.13.

OBS-URL: https://build.opensuse.org/request/show/1244905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zodbpickle?expand=0&rev=16
2025-02-11 20:23:59 +00:00
72e9bea869 - update to 4.1.1:
* Fix NameError which occurred when importing
    zodbpickle.fastpickle.
  * Add final support for Python 3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=30
2025-02-10 21:56:18 +00:00
4 changed files with 37 additions and 7 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Dec 10 04:43:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.3:
* Added support for pickling the types of built-in singletons.
* Move all supported package metadata into pyproject.toml.
* Drop support for Python 3.9.
* Add support for Python 3.14.
-------------------------------------------------------------------
Thu Feb 27 11:20:51 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Tue Feb 25 20:09:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.2:
* Drop support for Python 3.8.
* Add preliminary support for Python 3.14 as of 3.14a4.
* Remove unused setuptools install requirement.
-------------------------------------------------------------------
Mon Feb 10 21:56:01 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.1.1:
* Fix NameError which occurred when importing
zodbpickle.fastpickle.
* Add final support for Python 3.13.
-------------------------------------------------------------------
Sat Jun 29 05:34:19 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zodbpickle
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-zodbpickle
Version: 4.0
Version: 4.3
Release: 0
Summary: Fork of Python 3 pickle module
License: Python-2.0 AND ZPL-2.1
Group: Development/Libraries/Python
URL: https://pypi.python.org/pypi/zodbpickle
Source: https://files.pythonhosted.org/packages/source/z/zodbpickle/zodbpickle-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testsuite}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e85bad9560d6092a635bebee78a43b0f1c926a66912be390e88cab66f4dec180
size 111027

3
zodbpickle-4.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dea70e8b408167d063ac23a4daf453246acd10dbe58cb0a6c0d7b0f8697ea2ab
size 116059