rebuilt with py3* packages [release 4.4.2-2mamba;Sun Sep 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:02:42 +01:00
parent 65a72942e2
commit a688ca09cf

View File

@ -1,6 +1,6 @@
Name: python-decorator Name: python-decorator
Version: 4.4.2 Version: 4.4.2
Release: 1mamba Release: 2mamba
Summary: A Python moduke to simplify the usage and to popularize decorators Summary: A Python moduke to simplify the usage and to popularize decorators
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -9,13 +9,19 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: https://pypi.python.org/pypi/decorator/ URL: https://pypi.python.org/pypi/decorator/
Source: http://pypi.debian.net/decorator/decorator-%{version}.tar.gz Source: http://pypi.debian.net/decorator/decorator-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The aim of the Python decorator module it to simplify the usage and to popularize decorators. The aim of the Python decorator module it to simplify the usage and to popularize decorators.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep %prep
%setup -q -n decorator-%{version} %setup -q -n decorator-%{version}
@ -33,11 +39,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%{python27_sitearch}/decorator-%{version}-py*.egg-info/* %{python_sitearch}/decorator-%{version}-py*.egg-info/*
%changelog %changelog
* Sun Sep 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.2-2mamba
- rebuilt with py3* packages
* Wed Mar 04 2020 Automatic Build System <autodist@mambasoft.it> 4.4.2-1mamba * Wed Mar 04 2020 Automatic Build System <autodist@mambasoft.it> 4.4.2-1mamba
- automatic version update by autodist - automatic version update by autodist