14
0

- update to 3.3:

* Build Windows wheels on GHA.
  * Add preliminary support for Python 3.13 as of 3.13a5.
  * Add preliminary support for Python 3.13 as of 3.13a3.
- use PEP517 build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=26
This commit is contained in:
2024-05-02 22:00:44 +00:00
committed by Git OBS Bridge
parent 3d2446ee20
commit f533583cfb
4 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 2 21:59:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.3:
* Build Windows wheels on GHA.
* Add preliminary support for Python 3.13 as of 3.13a5.
* Add preliminary support for Python 3.13 as of 3.13a3.
- use PEP517 build
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 16 09:03:43 UTC 2023 - Dirk Müller <dmueller@suse.com> Sat Dec 16 09:03:43 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zodbpickle # spec file for package python-zodbpickle
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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: 3.1 Version: 3.3
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
@@ -26,8 +26,10 @@ Group: Development/Libraries/Python
URL: https://pypi.python.org/pypi/zodbpickle URL: https://pypi.python.org/pypi/zodbpickle
Source: https://files.pythonhosted.org/packages/source/z/zodbpickle/zodbpickle-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/z/zodbpickle/zodbpickle-%{version}.tar.gz
BuildRequires: %{python_module Cython} BuildRequires: %{python_module Cython}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testsuite} BuildRequires: %{python_module testsuite}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%python_subpackages %python_subpackages
@@ -45,13 +47,13 @@ This package presents a uniform pickling interface for ZODB:
%prep %prep
%setup -q -n zodbpickle-%{version} %setup -q -n zodbpickle-%{version}
rm -rf src/zodbpickle.egg-info rm -rv src/zodbpickle.egg-info
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%{python_expand find %{buildroot}%{$python_sitearch} -name *.c -delete %{python_expand find %{buildroot}%{$python_sitearch} -name *.c -delete
%fdupes %{buildroot}%{$python_sitearch} %fdupes %{buildroot}%{$python_sitearch}
} }
@@ -64,6 +66,7 @@ mv zodbpickle{,_hide}
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst
%{python_sitearch}/* %{python_sitearch}/zodbpickle
%{python_sitearch}/zodbpickle-%{version}.dist-info
%changelog %changelog

View File

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

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

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