diff --git a/python-dateutil.spec b/python-dateutil.spec index 1ff1023..8952143 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -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 -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 2.8.1-2mamba +- rebuilt with distdeps + * Tue Nov 05 2019 Automatic Build System 2.8.1-1mamba - automatic version update by autodist