From f4abd33d95613d7bd3c8d33ca8c65839f0826af1 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Oct 2020 19:03:55 -0700 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-iso8601#9b99e076def860da1d83b31a6cfd1fb3dc09b952 --- .gitignore | 5 ++ python-iso8601.spec | 176 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 182 insertions(+) create mode 100644 python-iso8601.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..83bb3e3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,5 @@ +iso8601-0.1.4.tar.gz +/iso8601-0.1.8.tar.gz +/iso8601-0.1.10.tar.gz +/iso8601-0.1.11.tar.gz +/iso8601-0.1.12.tar.gz diff --git a/python-iso8601.spec b/python-iso8601.spec new file mode 100644 index 0000000..9a224e7 --- /dev/null +++ b/python-iso8601.spec @@ -0,0 +1,176 @@ +%{!?upstream_version: %global upstream_version %{version}%{?milestone}} + +%global srcname iso8601 +%global pkgdesc \ +This module parses the most common forms of ISO 8601 date strings \ +(e.g. 2007-01-14T20:34:22+00:00) into datetime objects. + +Name: python-%{srcname} +Version: 0.1.12 +Release: 3%{?dist} +Summary: Simple module to parse ISO 8601 dates + +License: MIT +URL: https://bitbucket.org/micktwomey/pyiso8601 +Source0: %{pypi_source} +BuildArch: noarch + +%description %{pkgdesc} + +%package -n python%{python3_pkgversion}-%{srcname} +Summary: %{summary} + +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools +%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} + +%description -n python%{python3_pkgversion}-%{srcname} %{pkgdesc} + +%if 0%{?with_python3_other} +%package -n python%{python3_other_pkgversion}-%{srcname} +Summary: %{summary} + +BuildRequires: python%{python3_other_pkgversion}-devel +BuildRequires: python%{python3_other_pkgversion}-setuptools +%{?python_provide:%python_provide python%{python3_other_pkgversion}-%{srcname}} + +%description -n python%{python3_other_pkgversion}-%{srcname} %{pkgdesc} +%endif + +%prep +%autosetup -n %{srcname}-%{version} + +%build +%py3_build +%if 0%{?with_python3_other} +%py3_other_build +%endif + +%install +%py3_install +%if 0%{?with_python3_other} +%py3_other_install +%endif + +%files -n python%{python3_pkgversion}-%{srcname} +%doc LICENSE README.rst +%{python3_sitelib}/* + +%if 0%{?with_python3_other} +%files -n python%{python3_other_pkgversion}-%{srcname} +%doc LICENSE README.rst +%{python3_other_sitelib}/* +%endif + +%changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 0.1.12-2 +- Rebuilt for Python 3.9 + +* Thu Mar 05 2020 Fabian Affolter - 0.1.12-1 +- Update to latest upstream release 0.1.12 (rhbz#1792662) + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.11-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Oct 19 2019 Miro Hrončok - 0.1.11-16 +- Subpackage python2-iso8601 has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Thu Oct 03 2019 Miro Hrončok - 0.1.11-15 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 0.1.11-14 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.11-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.11-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.11-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 15 2018 Miro Hrončok - 0.1.11-10 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Iryna Shcherbina - 0.1.11-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 0.1.11-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 16 2017 Aurelien Bompard - 0.1.11-7 +- Build for Python3 on EPEL: + http://fedoraproject.org/wiki/PackagingDrafts:Python3EPEL +- Modernize the spec a bit (build and install macros, no explicit buildroot) + +* Thu Jul 27 2017 Fedora Release Engineering - 0.1.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.1.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 12 2016 Stratakis Charalampos - 0.1.11-4 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.1.11-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.1.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Jan 26 2016 Haïkel Guémar - 0.1.11-1 +- Upstream 0.1.11 + +* Tue Nov 10 2015 Fedora Release Engineering - 0.1.10-8 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Wed Nov 04 2015 Robert Kuska - 0.1.10-7 +- Rebuilt for Python3.5 rebuild + +* Mon Sep 07 2015 Chandan Kumar - 0.1.10-6 +- Added python2 along with python3 subpackage + +* Thu Jun 18 2015 Fedora Release Engineering - 0.1.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.1.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 0.1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Wed Apr 23 2014 Pádraig Brady - 0.1.10-2 +- Add python3 package + +* Thu Mar 27 2014 Pádraig Brady - 0.1.10-1 +- Latest upstream + +* Tue Nov 12 2013 Pádraig Brady - 0.1.8-1 +- Latest upstream + +* Sun Aug 04 2013 Fedora Release Engineering - 0.1.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.1.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 0.1.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 9 2010 Ian Weller - 0.1.4-2 +- Correct python_sitelib macro + +* Mon Jun 28 2010 Ian Weller - 0.1.4-1 +- Initial package build diff --git a/sources b/sources new file mode 100644 index 0000000..36c0756 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (iso8601-0.1.12.tar.gz) = d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613