commit 1a8c25ab3c514e24432f9a08dfed63bb2c8ad6e0 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:14:51 2019 -0400 Package init diff --git a/python-dateutil-2.7.0.tar.gz b/python-dateutil-2.7.0.tar.gz new file mode 100644 index 0000000..5cb75b6 Binary files /dev/null and b/python-dateutil-2.7.0.tar.gz differ diff --git a/python-dateutil.spec b/python-dateutil.spec new file mode 100644 index 0000000..31fa8d7 --- /dev/null +++ b/python-dateutil.spec @@ -0,0 +1,92 @@ +%global _name dateutil +%global _description The dateutil module provides powerful extensions to the standard datetime module, available in Python. + +Name: python-dateutil +Version: 2.7.0 +Release: 7 +Epoch: 1 +Summary: Powerful extensions to datetime +License: Apache 2.0 or BSD +URL: https://github.com/dateutil/dateutil +Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz + +BuildArch: noarch +Buildrequires: gdb + +%description +%{_description} + +%package -n python2-%{_name} +Summary: %{summary} +Buildrequires: python2-devel python2-setuptools python2-setuptools_scm python2-six +Requires: python2-six tzdata +%{?python_provide:%python_provide python2-%{_name}} + +%description -n python2-%{_name} +%{_description} + +%package -n python3-%{_name} +Summary: %{summary} +Buildrequires: python3-devel python3-setuptools python3-setuptools_scm python2-six +Requires: python3-six tzdata +%{?python_provide:%python_provide python3-%{_name}} + +%description -n python3-%{_name} +%{_description} + +%package_help + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%py2_build +%py3_build + +%install +%py2_install +%py3_install + +%check +%{__python2} setup.py test +%{__python3} setup.py test + +%files -n python2-%{_name} +%defattr(-,root,root) +%doc README.rst +%license LICENSE +%{python2_sitelib}/%{_name}/ +%{python2_sitelib}/*info + +%files -n python3-%{_name} +%defattr(-,root,root) +%doc README.rst +%license LICENSE +%{python3_sitelib}/%{_name}/ +%{python3_sitelib}/*info + +%files help +%defattr(-,root,root) +%doc NEWS PKG-INFO RELEASING + +%changelog +* Fri Sep 27 2019 shenyangyang - 1:2.7.0-7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:modify the license + +* Fri Sep 27 2019 shenyangyang - 1:2.7.0-6 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:move license file + +* Thu Sep 5 2019 shenyangyang - 1:2.7.0-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:optimize the method to provide default version of python-name + +* Fri Aug 23 2019 openEuler Buildteam - 1:2.7.0-4 +- Package init