From 59036af9999b741dfbb827e39fcb3147f8029161 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:01:37 +0100 Subject: [PATCH] automatic version update by autodist [release 2.2-1mamba;Fri Nov 01 2013] --- README.md | 2 ++ python-dateutil.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 python-dateutil.spec diff --git a/README.md b/README.md index 77adbf8..4ac954c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-dateutil +The dateutil module provides powerful extensions to the standard datetime module, available since Python 2.3+. + diff --git a/python-dateutil.spec b/python-dateutil.spec new file mode 100644 index 0000000..da60fd2 --- /dev/null +++ b/python-dateutil.spec @@ -0,0 +1,57 @@ +Name: python-dateutil +Version: 2.2 +Release: 1mamba +Summary: Extensions to the standard python datetime module +Group: System/Libraries/Python +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://labix.org/python-dateutil +Source: https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz +License: PSF +Requires: python >= %python_version +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The dateutil module provides powerful extensions to the standard datetime module, available since Python 2.3+. + +%prep + +%setup -q + +%build +%{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{python_sitearch}/dateutil/* +%{python_sitearch}/python_dateutil-%{version}-py*.egg-info/* + +%changelog +* Fri Nov 01 2013 Automatic Build System 2.2-1mamba +- automatic version update by autodist + +* Wed May 22 2013 Automatic Build System 2.1-1mamba +- automatic version update by autodist + +* Fri May 17 2013 Silvan Calarco 2.0-2mamba +- python 2.7 mass rebuild + +* Wed Jul 11 2012 Automatic Build System 2.0-1mamba +- automatic version update by autodist + +* Mon Oct 26 2009 Silvan Calarco 1.4.1-1mamba +- update to 1.4.1 + +* Thu May 15 2008 Silvan Calarco 1.4-1mamba +- package created by autospec