rebuilt with distdeps [release 2.8.1-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
9682482988
commit
3307b7f982
@ -1,20 +1,18 @@
|
|||||||
Name: python-dateutil
|
Name: python-dateutil
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Extensions to the standard python datetime module
|
Summary: Extensions to the standard python datetime module
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://labix.org/python-dateutil
|
URL: https://labix.org/python-dateutil
|
||||||
Source: https://pypi.debian.net/python-dateutil/python-dateutil-%{version}.tar.gz
|
Source: https://pypi.debian.net/python-dateutil/python-dateutil-%{version}.tar.gz
|
||||||
License: PSF
|
License: PSF
|
||||||
Requires: python >= %python_version
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python-six-py3
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The dateutil module provides powerful extensions to the standard datetime module, available since Python 2.3+.
|
The dateutil module provides powerful extensions to the standard datetime module, available since Python 2.3+.
|
||||||
@ -38,13 +36,20 @@ The dateutil module provides powerful extensions to the standard datetime module
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/python_dateutil-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/python_dateutil-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Tue Nov 05 2019 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
* Tue Nov 05 2019 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user