Blame SPECS/python-pyeclib.spec

43d799
Name:           python-pyeclib
43d799
Version:        1.6.0
43d799
Release:        18%{?dist}
43d799
Summary:        Python interface to erasure codes
43d799
43d799
# Automatically converted from old format: BSD - review is highly recommended.
43d799
License:        LicenseRef-Callaway-BSD
43d799
URL:            https://github.com/openstack/pyeclib
43d799
# We pull the tag using git CLI. Save the current command for Source0 below.
43d799
#  git archive -o ../pyeclib-1.6.0.tar.gz --prefix=pyeclib-1.6.0/ 1.6.0
43d799
Source0:        pyeclib-%{version}.tar.gz
43d799
Patch1:         pyeclib-1.6.0-noexplib.patch
43d799
43d799
BuildRequires:  python3-devel
43d799
BuildRequires:  python3-setuptools
43d799
BuildRequires:  liberasurecode-devel >= 1.5.0
43d799
43d799
%description
43d799
This library provides a simple Python interface for implementing erasure
43d799
codes. A number of back-end implementations is supported either directly
43d799
or through the C interface liberasurecode.
43d799
43d799
%package -n python3-pyeclib
43d799
Summary:        Python 3 interface to erasure codes
43d799
Requires:       liberasurecode >= 1.5.0
43d799
43d799
%description -n python3-pyeclib
43d799
This library provides a simple Python 3 interface for implementing erasure
43d799
codes. A number of back-end implementations is supported either directly
43d799
or through the C interface liberasurecode.
43d799
43d799
%prep
43d799
%setup -q -n pyeclib-%{version}
43d799
%patch -P1 -p1
43d799
43d799
%build
43d799
%py3_build
43d799
43d799
%install
43d799
%py3_install
43d799
 
43d799
%files -n python3-pyeclib
43d799
%license License.txt
43d799
%doc README.rst
43d799
%{python3_sitearch}/pyeclib*
43d799
43d799
%changelog
43d799
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-18
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
43d799
43d799
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.6.0-17
43d799
- convert license to SPDX
43d799
43d799
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-16
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
43d799
43d799
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.6.0-15
43d799
- Rebuilt for Python 3.13
43d799
43d799
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-14
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
43d799
43d799
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-13
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
43d799
43d799
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-12
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
43d799
43d799
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.6.0-11
43d799
- Rebuilt for Python 3.12
43d799
43d799
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-10
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
43d799
43d799
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-9
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
43d799
43d799
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.6.0-8
43d799
- Rebuilt for Python 3.11
43d799
43d799
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-7
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
43d799
43d799
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-6
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
43d799
43d799
* Thu Jun 24 2021 Pete Zaitcev <zaitcev@redhat.com> - 1.6.0-5
43d799
- Remove explicit references to /usr/lib (1967534)
43d799
43d799
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6.0-4
43d799
- Rebuilt for Python 3.10
43d799
43d799
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
43d799
43d799
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
43d799
43d799
* Tue Jun 30 2020 Pete Zaitcev <zaitcev@redhat.com> - 1.6.0-1
43d799
- Upstream 1.6.0
43d799
- Add BuildRequires: python3-setuptools
43d799
- Add Requires: liberasurecode >= 1.5.0
43d799
43d799
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-14
43d799
- Rebuilt for Python 3.9
43d799
43d799
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-13
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
43d799
43d799
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-12
43d799
- Rebuilt for Python 3.8.0rc1 (#1748018)
43d799
43d799
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-11
43d799
- Rebuilt for Python 3.8
43d799
43d799
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-10
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
43d799
43d799
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-9
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
43d799
43d799
* Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.0-8
43d799
- Python2 binary package has been removed
43d799
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
43d799
43d799
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-7
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
43d799
43d799
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-6
43d799
- Rebuilt for Python 3.7
43d799
43d799
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.0-5
43d799
- Update Python 2 dependency declarations to new packaging standards
43d799
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
43d799
43d799
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
43d799
43d799
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.0-3
43d799
- Python 2 binary package renamed to python2-pyeclib
43d799
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
43d799
43d799
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
43d799
43d799
* Thu Jul 27 2017 Pete Zaitcev <zaitcev@redhat.com> 1.5.0-1
43d799
- Upstream 1.5.0, companion with liberasurecode 1.5.0
43d799
43d799
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
43d799
43d799
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
43d799
43d799
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.4.0-2
43d799
- Rebuild for Python 3.6
43d799
43d799
* Thu Dec 08 2016 Pete Zaitcev <zaitcev@redhat.com> 1.4.0-1
43d799
- Upstream 1.4.0, companion with liberasurecode 1.4.0
43d799
43d799
* Wed Oct 19 2016 Pete Zaitcev <zaitcev@redhat.com> 1.3.1-1
43d799
- Update to upstream 1.3.1
43d799
43d799
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
43d799
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
43d799
43d799
* Thu Mar 03 2016 Pete Zaitcev <zaitcev@redhat.com> 1.2.0-1
43d799
- Update to upstream 1.2.0: drop built-in liberasurecode
43d799
43d799
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
43d799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
43d799
43d799
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
43d799
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
43d799
43d799
* Fri Oct 23 2015 Pete Zaitcev <zaitcev@redhat.com> 1.1.0-1
43d799
- Update to upstream 1.1.0
43d799
43d799
* Sun Oct 11 2015 Pete Zaitcev <zaitcev@redhat.com> 1.0.9-1
43d799
- Update to upstream 1.0.9
43d799
- Make py3 conditional for old system releases
43d799
43d799
* Tue Apr 21 2015 Pete Zaitcev <zaitcev@redhat.com> 1.0.7-2
43d799
- Correct the reported version from 1.0.5 to 1.0.7
43d799
- Address Haikel's comments (#1212148)
43d799
- Add BuildRequires: python-setuptools
43d799
43d799
* Wed Apr 15 2015 Pete Zaitcev <zaitcev@redhat.com> 1.0.7-1
43d799
- Update to upstream 1.0.7 (asked by Swift with EC and follow-up fixups)
43d799
43d799
* Thu Apr 02 2015 Pete Zaitcev <zaitcev@redhat.com> 1.0.6-1
43d799
- Initial release