update to 2.0.1 [release 2.0.1-1mamba;Sun Nov 24 2024]
This commit is contained in:
parent
52676164ec
commit
deb4fbe27a
@ -1,17 +1,16 @@
|
|||||||
Name: python-pyrfc3339
|
Name: python-pyrfc3339
|
||||||
Version: 1.1
|
Version: 2.0.1
|
||||||
Release: 5mamba
|
Release: 1mamba
|
||||||
Summary: Generate and parse RFC 3339 timestamps
|
Summary: Generate and parse RFC 3339 timestamps
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/kurtraschke/pyRFC3339
|
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
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.11dist(pytz)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
@ -23,7 +22,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyRFC3339-%{version}
|
%setup -q -n pyrfc3339-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py 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/*
|
%{python_sitearch}/pyRFC3339-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user