From 6269ef284c5f669155fb8067b80b924681c6a17cf297c9be2d76027cd1b48778 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Apr 2025 16:47:13 +0000 Subject: [PATCH] - update to 1.6.4: * Binary wheels support a broader range of processors. * Only destroy liberasurecode descriptors on liberasurecode versions where it should be safe to do so. * Various other minor bugs fixes and improvements - skip python 3.10 for now - six is needed by testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyECLib?expand=0&rev=14 --- pyeclib-1.6.1.tar.gz | 3 --- pyeclib-1.6.4.tar.gz | 3 +++ python-PyECLib.changes | 14 +++++++++++--- python-PyECLib.spec | 6 +++--- 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 pyeclib-1.6.1.tar.gz create mode 100644 pyeclib-1.6.4.tar.gz diff --git a/pyeclib-1.6.1.tar.gz b/pyeclib-1.6.1.tar.gz deleted file mode 100644 index b8f76ed..0000000 --- a/pyeclib-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a364cefb59c06d0b57e87f0ab7a184b28828220d1c218c4c1c594d5af6ceb9d -size 6690168 diff --git a/pyeclib-1.6.4.tar.gz b/pyeclib-1.6.4.tar.gz new file mode 100644 index 0000000..c7b6dc5 --- /dev/null +++ b/pyeclib-1.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c58ebbcc3fa6249649bc86dba32e9a78349fee17a43b6a0131e874334b2085 +size 50928 diff --git a/python-PyECLib.changes b/python-PyECLib.changes index c3c6f17..501b34c 100644 --- a/python-PyECLib.changes +++ b/python-PyECLib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 28 16:46:48 UTC 2025 - Dirk Müller + +- update to 1.6.4: + * Binary wheels support a broader range of processors. + * Only destroy liberasurecode descriptors on liberasurecode + versions where it should be safe to do so. + ------------------------------------------------------------------- Thu May 5 04:58:38 UTC 2022 - Steve Kowalik @@ -6,19 +14,19 @@ Thu May 5 04:58:38 UTC 2022 - Steve Kowalik * 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 + * 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 -- skip python 3.10 for now +- skip python 3.10 for now ------------------------------------------------------------------- Mon Nov 8 10:40:16 UTC 2021 - Dirk Müller -- six is needed by testsuite +- six is needed by testsuite ------------------------------------------------------------------- Thu Jun 3 10:34:02 UTC 2021 - pgajdos@suse.com diff --git a/python-PyECLib.spec b/python-PyECLib.spec index b4d72c1..010fce2 100644 --- a/python-PyECLib.spec +++ b/python-PyECLib.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyECLib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyECLib -Version: 1.6.1 +Version: 1.6.4 Release: 0 Summary: Simple interface for implementing erasure codes License: BSD-3-Clause -URL: https://git.openstack.org/cgit/openstack/pyeclib/ +URL: https://opendev.org/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 BuildRequires: %{python_module devel}