From e7248bd9ba41b7e7842c44d9a979747cc8004214 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:01:38 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 2.8.2-3mamba;Mon Sep 25 2023] --- python-dateutil.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 75b0b1e..5c7261c 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -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 2.8.2-3mamba +- rebuilt with python3 = 3.11.5 + * Sat Apr 16 2022 Silvan Calarco 2.8.2-2mamba - rebuilt with python 3.10