From 2a2ff870834d27752d98ad0452f76a683e58d449 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:11:08 +0100 Subject: [PATCH] rebuilt with py27 and py3 targets [release 0.18.2-2mamba;Sat May 08 2021] --- python-future.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-future.spec b/python-future.spec index 91a5a2d..4bc5258 100644 --- a/python-future.spec +++ b/python-future.spec @@ -1,6 +1,6 @@ Name: python-future Version: 0.18.2 -Release: 1mamba +Release: 2mamba Summary: Clean single-source support for Python 3 and 2 Group: System/Libraries Vendor: openmamba @@ -10,10 +10,9 @@ URL: https://pypi.python.org/pypi/future Source: https://pypi.debian.net/future/future-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -37,12 +36,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/future-%{version}-py*.egg-info +%{python_sitearch}/future-%{version}-py*.egg-info/* %changelog +* Sat May 08 2021 Silvan Calarco 0.18.2-2mamba +- rebuilt with py27 and py3 targets + * Wed Nov 06 2019 Automatic Build System 0.18.2-1mamba - automatic version update by autodist