From d3d6e69a1e2644bde9f93acc31a25a125dbeec4e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:30:01 +0100 Subject: [PATCH] rebuilt with py3* packages [release 1.1-2mamba;Sat Apr 11 2020] --- python-pyrfc3339.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/python-pyrfc3339.spec b/python-pyrfc3339.spec index fa6c797..632e096 100644 --- a/python-pyrfc3339.spec +++ b/python-pyrfc3339.spec @@ -1,13 +1,13 @@ Name: python-pyrfc3339 Version: 1.1 -Release: 1mamba +Release: 2mamba 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.python.org/packages/source/p/pyRFC3339/pyRFC3339-%{version}.tar.gz +Source: https://pypi.debian.net/pyRFC3339/pyRFC3339-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n pyRFC3339-%{version} @@ -35,10 +39,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sat Apr 11 2020 Silvan Calarco 1.1-2mamba +- rebuilt with py3* packages + * Sun Jun 17 2018 Automatic Build System 1.1-1mamba - automatic version update by autodist