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
|
Name: python-apipkg
|
||||||
Version: 1.5
|
Version: 2.1.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A namespace control and lazy-import mechanism for Python
|
Summary: A namespace control and lazy-import mechanism for Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://bitbucket.org/hpk42/apipkg
|
URL: https://github.com/pytest-dev/apipkg
|
||||||
Source: https://pypi.debian.net/apipkg/apipkg-%{version}.tar.gz
|
Source: https://pypi.debian.net/apipkg/apipkg-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,16 +38,24 @@ It is a small pure python module that works on virtually all Python versions.
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/apipkg-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/apipkg-%{version}-py*.egg-info/*
|
||||||
%doc CHANGELOG
|
%doc CHANGELOG
|
||||||
|
|
||||||
%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
|
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
|
||||||
- rebuilt with -py3 subpackage
|
- rebuilt with -py3 subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user