update to 3.4.0 [release 3.4.0-1mamba;Mon Jan 25 2021]
This commit is contained in:
parent
4bf08567ff
commit
ddff58a0cb
@ -1,5 +1,5 @@
|
|||||||
Name: python-importlib_metadata
|
Name: python-importlib_metadata
|
||||||
Version: 2.0.0
|
Version: 3.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library to access the metadata for a Python package
|
Summary: A library to access the metadata for a Python package
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://importlib-metadata.readthedocs.io/en/latest/
|
URL: https://importlib-metadata.readthedocs.io/en/latest/
|
||||||
Source: https://pypi.debian.net/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
Source: https://pypi.debian.net/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
||||||
License: Apache License
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -19,6 +19,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Requires: python-zipp%{?pyappend:-%pyappend}
|
||||||
|
Requires: python-typing_extensions%{?pyappend:-%pyappend}
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -39,11 +42,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
find %{python_sitearch}/site-packages/*.egg-info -type d -empty -exec rmdir {} \;
|
||||||
|
:
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-1mamba
|
||||||
|
- update to 3.4.0
|
||||||
|
|
||||||
* Fri Sep 25 2020 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
* Fri Sep 25 2020 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user