diff --git a/python-apipkg.spec b/python-apipkg.spec index 871cf3a..894ad81 100644 --- a/python-apipkg.spec +++ b/python-apipkg.spec @@ -1,19 +1,17 @@ Name: python-apipkg -Version: 1.5 -Release: 2mamba +Version: 2.1.0 +Release: 1mamba Summary: A namespace control and lazy-import mechanism for Python Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: http://bitbucket.org/hpk42/apipkg +Packager: Silvan Calarco +URL: https://github.com/pytest-dev/apipkg Source: https://pypi.debian.net/apipkg/apipkg-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch %description @@ -40,16 +38,24 @@ It is a small pure python module that works on virtually all Python versions. --single-version-externally-managed \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/apipkg-%{version}-py*.egg-info +%{python_sitearch}/apipkg-%{version}-py*.egg-info/* %doc CHANGELOG %changelog +* Sat Oct 16 2021 Silvan Calarco 2.1.0-1mamba +- update to 2.1.0 + +* Thu Sep 23 2021 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Mon Dec 21 2020 Silvan Calarco 1.5-2mamba - rebuilt with -py3 subpackage