diff --git a/License.txt b/LICENSE similarity index 100% rename from License.txt rename to LICENSE diff --git a/pyeclib-1.6.0.tar.gz b/pyeclib-1.6.0.tar.gz deleted file mode 100644 index 3e1dc87..0000000 --- a/pyeclib-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8011e31ee89ae7fb99ca6916660c87e0108466a9962bd497a3001020974e3bb1 -size 6685306 diff --git a/pyeclib-1.6.1.tar.gz b/pyeclib-1.6.1.tar.gz new file mode 100644 index 0000000..b8f76ed --- /dev/null +++ b/pyeclib-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a364cefb59c06d0b57e87f0ab7a184b28828220d1c218c4c1c594d5af6ceb9d +size 6690168 diff --git a/python-PyECLib.changes b/python-PyECLib.changes index b032ab6..c3c6f17 100644 --- a/python-PyECLib.changes +++ b/python-PyECLib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 5 04:58:38 UTC 2022 - Steve Kowalik + +- 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 diff --git a/python-PyECLib.spec b/python-PyECLib.spec index 591bf82..b4d72c1 100644 --- a/python-PyECLib.spec +++ b/python-PyECLib.spec @@ -17,16 +17,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global skip_python310 1 Name: python-PyECLib -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Simple interface for implementing erasure codes License: BSD-3-Clause -Group: Development/Languages/Python URL: https://git.openstack.org/cgit/openstack/pyeclib/ 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 setuptools} BuildRequires: %{python_module six} @@ -61,7 +59,7 @@ cp %{SOURCE99} . %files %{python_files} %doc README.rst -%license License.txt +%license LICENSE %{python_sitearch}/pyeclib* %changelog