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
|
||||
Version: 2.8.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
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
|
||||
URL: https://labix.org/python-dateutil
|
||||
Source: https://pypi.debian.net/python-dateutil/python-dateutil-%{version}.tar.gz
|
||||
License: PSF
|
||||
Requires: python >= %python_version
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python-six-py3
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/python_dateutil-%{version}-py*.egg-info
|
||||
%{python_sitearch}/python_dateutil-%{version}-py*.egg-info/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user