Blame SPECS/python-pyeclib.spec

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