14
0

Accepting request 921289 from home:pgajdos:python

- version update to 2.1.0
  * Add support for Python 3.9.
- use %pyunittest_arch rpm macro

OBS-URL: https://build.opensuse.org/request/show/921289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=14
This commit is contained in:
2021-09-24 21:22:14 +00:00
committed by Git OBS Bridge
parent 6bffe62596
commit c7b215acba
4 changed files with 14 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zodbpickle
Version: 2.0.0
Version: 2.1.0
Release: 0
Summary: Fork of Python 3 pickle module
License: Python-2.0 AND ZPL-2.1
@@ -57,7 +57,9 @@ rm -rf src/zodbpickle.egg-info
}
%check
%python_exec setup.py test
pushd src
mv zodbpickle{,_hide}
%pyunittest_arch -v zodbpickle_hide.tests.test_pickle.test_suite
%files %{python_files}
%license LICENSE.txt