Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ed7a77098c | |||
2abff13b1c | |||
39169eaaaf | |||
6269ef284c |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a364cefb59c06d0b57e87f0ab7a184b28828220d1c218c4c1c594d5af6ceb9d
|
|
||||||
size 6690168
|
|
3
pyeclib-1.6.4.tar.gz
Normal file
3
pyeclib-1.6.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8c58ebbcc3fa6249649bc86dba32e9a78349fee17a43b6a0131e874334b2085
|
||||||
|
size 50928
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 05:53:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- Explicitly list files and directories in %files.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 28 16:46:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
Thu May 5 04:58:38 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyECLib
|
# 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
|
# 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
|
||||||
@@ -16,18 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-PyECLib
|
Name: python-PyECLib
|
||||||
Version: 1.6.1
|
Version: 1.6.4
|
||||||
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
|
||||||
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
|
Source: https://files.pythonhosted.org/packages/source/p/pyeclib/pyeclib-%{version}.tar.gz
|
||||||
Source99: https://opendev.org/openstack/pyeclib/raw/branch/master/LICENSE
|
Source99: https://opendev.org/openstack/pyeclib/raw/branch/master/LICENSE
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: liberasurecode-devel >= 1.4.0
|
BuildRequires: liberasurecode-devel >= 1.4.0
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -48,10 +49,10 @@ reconstruction (think XOR-based LRC code).
|
|||||||
cp %{SOURCE99} .
|
cp %{SOURCE99} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -60,6 +61,8 @@ cp %{SOURCE99} .
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/pyeclib*
|
%{python_sitearch}/pyeclib
|
||||||
|
%{python_sitearch}/pyeclib_c.abi3.so
|
||||||
|
%{python_sitearch}/[Pp]y[Ee][Cc][Ll]ib-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user