From 921a71f45423cf6efcff4c58b4f98ecfc79868c4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:53:57 +0100 Subject: [PATCH] rebuilt with distdeps [release 1.12.1-2mamba;Sat May 08 2021] --- python-wrapt.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index 671acd7..4d95cf9 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,6 +1,6 @@ Name: python-wrapt Version: 1.12.1 -Release: 1mamba +Release: 2mamba Summary: A transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions Group: System/Libraries Vendor: openmamba @@ -10,11 +10,9 @@ URL: https://pypi.org/project/wrapt/ Source: https://pypi.debian.net/wrapt/wrapt-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: python3 +BuildRequires: glibc-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -38,12 +36,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%{python_sitearch}/wrapt-%{version}-py*.egg-info %doc LICENSE %changelog +* Sat May 08 2021 Silvan Calarco 1.12.1-2mamba +- rebuilt with distdeps + * Thu Jan 21 2021 Silvan Calarco 1.12.1-1mamba - package created using the webbuild interface