Blame SPECS/python-aniso8601.spec

a863c6
%global srcname aniso8601
a863c6
%global sum Another ISO 8601 parser for Python
a863c6
a863c6
Name:           python-%{srcname}
a863c6
Version:        9.0.1
a863c6
Release:        1%{?dist}
a863c6
Summary:        %{sum}
a863c6
a863c6
License:        GPLv3+
a863c6
URL:            https://bitbucket.org/nielsenb/%{srcname}
a863c6
Source0:        %{pypi_source}
a863c6
a863c6
BuildArch:      noarch
a863c6
BuildRequires:  python3-devel python3-dateutil python3-setuptools
a863c6
a863c6
%description
a863c6
Python library for parsing date strings
a863c6
in ISO 8601 format into datetime format.
a863c6
a863c6
%package -n python3-%{srcname}
a863c6
Summary:        %{sum}
a863c6
a863c6
%description -n python3-%{srcname}
a863c6
Python 3 library for parsing date strings
a863c6
in ISO 8601 format into datetime format.
a863c6
a863c6
%prep
a863c6
%autosetup -n %{srcname}-%{version}
a863c6
a863c6
%build
a863c6
%py3_build
a863c6
a863c6
%install
a863c6
%py3_install
a863c6
a863c6
%check
a863c6
%{__python3} -m unittest discover aniso8601/tests/
a863c6
a863c6
%files -n python3-%{srcname}
a863c6
%license LICENSE
a863c6
%doc README.rst
a863c6
%{python3_sitelib}/%{srcname}/
a863c6
%{python3_sitelib}/%{srcname}-*.egg-info/
a863c6
a863c6
%changelog
a863c6
* Tue Mar 02 2021 František Zatloukal <fzatlouk@redhat.com> - 9.0.1-1
a863c6
- New upstream release 9.0.1
a863c6
a863c6
* Thu Feb 18 2021 František Zatloukal <fzatlouk@redhat.com> - 9.0.0-2
a863c6
- Stop removing egg-info
a863c6
a863c6
* Thu Feb 18 2021 František Zatloukal <fzatlouk@redhat.com> - 9.0.0-1
a863c6
- New upstream release 9.0.0
a863c6
- Modernize spec a bit
a863c6
a863c6
* Mon Feb 08 2021 František Zatloukal <fzatlouk@redhat.com> - 8.1.1-1
a863c6
- New upstream release 8.1.1
a863c6
a863c6
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.0-2
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a863c6
a863c6
* Sun Dec 06 2020 František Zatloukal <fzatlouk@redhat.com> - 8.1.0-1
a863c6
- New upstream release 8.1.0
a863c6
a863c6
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-5
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a863c6
a863c6
* Fri Jul 03 2020 František Zatloukal <fzatlouk@redhat.com> - 8.0.0-4
a863c6
- Add BR python3-setuptools
a863c6
a863c6
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 8.0.0-3
a863c6
- Rebuilt for Python 3.9
a863c6
a863c6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-2
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a863c6
a863c6
* Mon Sep 23 2019 František Zatloukal <fzatlouk@redhat.com> - 8.0.0-1
a863c6
- New upstream release 8.0.0
a863c6
a863c6
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 7.0.0-3
a863c6
- Rebuilt for Python 3.8
a863c6
a863c6
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.0-2
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a863c6
a863c6
* Sat Jun 22 2019 František Zatloukal <fzatlouk@redhat.com> - 7.0.0-1
a863c6
- New upstream release 7.0.0
a863c6
a863c6
* Mon Mar 11 2019 František Zatloukal <fzatlouk@redhat.com> - 6.0.0-1
a863c6
- New upstream release 6.0.0
a863c6
a863c6
* Sat Mar 02 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.1.0-1
a863c6
- Update to upstream 5.1.0 release
a863c6
a863c6
* Tue Feb 12 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 4.1.0-1
a863c6
- Update to upstream 4.1.0 release
a863c6
- Drop Python 2 support
a863c6
a863c6
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a863c6
a863c6
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a863c6
a863c6
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-2
a863c6
- Rebuilt for Python 3.7
a863c6
a863c6
* Fri Jun 01 2018 Ken Dreyer <ktdreyer@ktdreyer.com> - 3.0.0-1
a863c6
- Update to latest upstream (rhbz#1447152)
a863c6
a863c6
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.0-3
a863c6
- Update Python 2 dependency declarations to new packaging standards
a863c6
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
a863c6
a863c6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a863c6
a863c6
* Sat Mar 11 2017 Ralph Bean <rbean@redhat.com> - 1.2.0-1
a863c6
- new version
a863c6
a863c6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a863c6
a863c6
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-5
a863c6
- Rebuild for Python 3.6
a863c6
a863c6
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
a863c6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
a863c6
a863c6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a863c6
a863c6
* Thu Nov 12 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
a863c6
a863c6
* Wed Nov 11 2015 Jan Sedlak <jsedlak@redhat.com> - 1.1.0-1
a863c6
- update to 1.1.0, rebuild with Python 3
a863c6
a863c6
* Wed Jul 08 2015 Jan Sedlak <jsedlak@redhat.com> - 1.0.0-1
a863c6
- update to newest version
a863c6
a863c6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-5
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a863c6
a863c6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-4
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a863c6
a863c6
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 0.82-3
a863c6
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
a863c6
a863c6
* Thu May 22 2014 Jan Sedlak <jsedlak@redhat.com> - 0.82-2
a863c6
- disabled tests for EL6
a863c6
a863c6
* Wed Jan 22 2014 Jan Sedlak <jsedlak@redhat.com> - 0.82-1
a863c6
- initial packaging