update to 2.1.0 [release 2.1.0-1mamba;Sat Oct 16 2021]
This commit is contained in:
parent
ccb6e6e545
commit
0dd8007c88
@ -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 <stefano.cotta@openmamba.org>
|
||||
URL: http://bitbucket.org/hpk42/apipkg
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
||||
- update to 2.1.0
|
||||
|
||||
* Thu Sep 23 2021 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
|
||||
- rebuilt with -py3 subpackage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user