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
|
Name: python-dateutil
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
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
|
||||||
@ -10,9 +10,10 @@ 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
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(six)
|
BuildRequires: python3.11dist(six)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%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+.
|
||||||
@ -47,6 +48,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/python_dateutil-%{version}-py*.egg-info/*
|
%{python_sitearch}/python_dateutil-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.2-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user