update to 2.0.1 [release 2.0.1-1mamba;Sun Nov 24 2024]

This commit is contained in:
Silvan Calarco 2024-11-25 16:54:30 +01:00
parent 52676164ec
commit deb4fbe27a

View File

@ -1,17 +1,16 @@
Name: python-pyrfc3339
Version: 1.1
Release: 5mamba
Version: 2.0.1
Release: 1mamba
Summary: Generate and parse RFC 3339 timestamps
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/kurtraschke/pyRFC3339
Source: https://pypi.debian.net/pyRFC3339/pyRFC3339-%{version}.tar.gz
Source: https://pypi.debian.net/pyRFC3339/pyrfc3339-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(pytz)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
@ -23,7 +22,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif
%prep
%setup -q -n pyRFC3339-%{version}
%setup -q -n pyrfc3339-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -45,6 +44,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/pyRFC3339-%{version}-py*.egg-info/*
%changelog
* Sun Nov 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
- update to 2.0.1
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.1-5mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba