From deb4fbe27afff0646a90463fea27ceb2f31b9b8f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 25 Nov 2024 16:54:30 +0100 Subject: [PATCH] update to 2.0.1 [release 2.0.1-1mamba;Sun Nov 24 2024] --- python-pyrfc3339.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python-pyrfc3339.spec b/python-pyrfc3339.spec index 9041aba..81f56ff 100644 --- a/python-pyrfc3339.spec +++ b/python-pyrfc3339.spec @@ -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 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 2.0.1-1mamba +- update to 2.0.1 + * Tue Sep 26 2023 Automatic Build System 1.1-5mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba