rebuilt with python3 = 3.11.5 [release 2.8.2-3mamba;Mon Sep 25 2023]
This commit is contained in:
parent
626f17a058
commit
e7248bd9ba
@ -1,6 +1,6 @@
|
||||
Name: python-dateutil
|
||||
Version: 2.8.2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Extensions to the standard python datetime module
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -10,9 +10,10 @@ URL: https://labix.org/python-dateutil
|
||||
Source: https://pypi.debian.net/python-dateutil/python-dateutil-%{version}.tar.gz
|
||||
License: PSF
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(six)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(six)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11.5
|
||||
|
||||
%description
|
||||
The dateutil module provides powerful extensions to the standard datetime module, available since Python 2.3+.
|
||||
@ -47,6 +48,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/python_dateutil-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 25 2023 Automatic Build System <autodist@mambasoft.it> 2.8.2-3mamba
|
||||
- rebuilt with python3 = 3.11.5
|
||||
|
||||
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.2-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user