From fb749563151c74f959a33796745d32d3777c6da0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:18:32 +0100 Subject: [PATCH] rebuilt with python3 [release 0.6.0-2mamba;Tue Jan 19 2021] --- python-isodate.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/python-isodate.spec b/python-isodate.spec index 9023780..81eaba7 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -1,6 +1,6 @@ Name: python-isodate Version: 0.6.0 -Release: 1mamba +Release: 2mamba Summary: An ISO 8601 date/time/duration parser and formatter Group: System/Libraries/Python Vendor: openmamba @@ -10,16 +10,20 @@ URL: http://pypi.python.org/pypi/isodate/ Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel -BuildRequires: python +BuildRequires: libpython3-devel +BuildRequires: python3 ## AUTOBUILDREQ-END -BuildRequires: libpython-devel +BuildRequires: libpython3-devel Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n isodate-%{version} @@ -38,10 +42,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 +* Tue Jan 19 2021 Silvan Calarco 0.6.0-2mamba +- rebuilt with python3 + * Tue May 01 2018 Automatic Build System 0.6.0-1mamba - automatic version update by autodist