2024-01-06 11:01:37 +01:00
|
|
|
Name: python-dateutil
|
2024-01-06 11:01:38 +01:00
|
|
|
Version: 2.8.0
|
2024-01-06 11:01:38 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 11:01:37 +01:00
|
|
|
Summary: Extensions to the standard python datetime module
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://labix.org/python-dateutil
|
2024-01-06 11:01:37 +01:00
|
|
|
Source: https://pypi.debian.net/python-dateutil/python-dateutil-%{version}.tar.gz
|
2024-01-06 11:01:37 +01:00
|
|
|
License: PSF
|
|
|
|
Requires: python >= %python_version
|
2024-01-06 11:01:37 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:01:38 +01:00
|
|
|
BuildRequires: libpython3-devel >= 3.7.4
|
2024-01-06 11:01:37 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
The dateutil module provides powerful extensions to the standard datetime module, available since Python 2.3+.
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
2024-01-06 11:01:37 +01:00
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
%prep
|
2024-01-06 11:01:37 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
2024-01-06 11:01:37 +01:00
|
|
|
-O1 --skip-build \
|
2024-01-06 11:01:37 +01:00
|
|
|
--root="%{buildroot}" \
|
2024-01-06 11:01:37 +01:00
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
2024-01-06 11:01:37 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:01:37 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:01:38 +01:00
|
|
|
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.0-2mamba
|
|
|
|
- rebuilt with python3 3.7.4
|
|
|
|
|
2024-01-06 11:01:38 +01:00
|
|
|
* Wed Feb 06 2019 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:38 +01:00
|
|
|
* Mon Oct 29 2018 Automatic Build System <autodist@mambasoft.it> 2.7.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:38 +01:00
|
|
|
* Sun Oct 28 2018 Automatic Build System <autodist@mambasoft.it> 2.7.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:38 +01:00
|
|
|
* Fri May 11 2018 Automatic Build System <autodist@mambasoft.it> 2.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:38 +01:00
|
|
|
* Tue Mar 27 2018 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:38 +01:00
|
|
|
* Tue Mar 13 2018 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:38 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Tue Nov 15 2016 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Mon Jul 18 2016 Davide Madrisan <davide.madrisan@gmail.com> 2.5.3-2mamba
|
|
|
|
- update the specfile to allow the automatic buid of the python3 subpackage
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Tue Mar 29 2016 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Mon Mar 21 2016 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Sun Mar 08 2015 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Sun Jan 11 2015 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Tue Dec 02 2014 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:01:37 +01:00
|
|
|
* Fri Nov 01 2013 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed May 22 2013 Automatic Build System <autodist@mambasoft.it> 2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Wed Jul 11 2012 Automatic Build System <autodist@mambasoft.it> 2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 26 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- update to 1.4.1
|
|
|
|
|
|
|
|
* Thu May 15 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
2024-01-06 11:01:37 +01:00
|
|
|
- package created by autospec
|