14
0

- Update to 1.6.1:

* Deprecate Jerasure support
  * Use Py_ssize_t when calling PyArg_Parse
  * Test against Python 3.8 - 3.10
  * Use the Python Stable ABI
  * Various other minor bugs fixes and improvements 
- Stop skipping Python 3.10
- Update the license file location

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyECLib?expand=0&rev=12
This commit is contained in:
2022-05-05 05:00:20 +00:00
committed by Git OBS Bridge
parent 9b17145989
commit 54290abff6
5 changed files with 18 additions and 8 deletions

View File

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

3
pyeclib-1.6.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 5 04:58:38 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.6.1:
* Deprecate Jerasure support
* Use Py_ssize_t when calling PyArg_Parse
* Test against Python 3.8 - 3.10
* Use the Python Stable ABI
* Various other minor bugs fixes and improvements
- Stop skipping Python 3.10
- Update the license file location
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 11 10:14:08 UTC 2022 - Dirk Müller <dmueller@suse.com> Tue Jan 11 10:14:08 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,16 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python310 1
Name: python-PyECLib Name: python-PyECLib
Version: 1.6.0 Version: 1.6.1
Release: 0 Release: 0
Summary: Simple interface for implementing erasure codes Summary: Simple interface for implementing erasure codes
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://git.openstack.org/cgit/openstack/pyeclib/ URL: https://git.openstack.org/cgit/openstack/pyeclib/
Source: https://files.pythonhosted.org/packages/source/p/pyeclib/pyeclib-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pyeclib/pyeclib-%{version}.tar.gz
Source99: https://opendev.org/openstack/pyeclib/raw/branch/master/License.txt Source99: https://opendev.org/openstack/pyeclib/raw/branch/master/LICENSE
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
@@ -61,7 +59,7 @@ cp %{SOURCE99} .
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license License.txt %license LICENSE
%{python_sitearch}/pyeclib* %{python_sitearch}/pyeclib*
%changelog %changelog