rebuilt with python-setuptools_scm-py3 to fix 0.0.0 version problem [release 4.10.1-2mamba;Tue Jan 25 2022]
This commit is contained in:
parent
de1bafc7dc
commit
0259c88035
@ -1,6 +1,6 @@
|
|||||||
Name: python-importlib_metadata
|
Name: python-importlib_metadata
|
||||||
Version: 4.0.1
|
Version: 4.10.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,6 +14,7 @@ BuildRequires: libpython3-devel
|
|||||||
BuildRequires: python3.7dist(typing-extensions)
|
BuildRequires: python3.7dist(typing-extensions)
|
||||||
BuildRequires: python3.7dist(zipp)
|
BuildRequires: python3.7dist(zipp)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python-setuptools_scm-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -44,11 +45,68 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/importlib_metadata-%{version}-py*.egg-info
|
%dir %{python_sitearch}/importlib_metadata-*-py*.egg-info
|
||||||
%{python_sitearch}/importlib_metadata-%{version}-py*.egg-info/*
|
%{python_sitearch}/importlib_metadata-*-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.1-2mamba
|
||||||
|
- rebuilt with python-setuptools_scm-py3 to fix 0.0.0 version problem
|
||||||
|
|
||||||
|
* Mon Jan 17 2022 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Dec 21 2021 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 17 2021 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Nov 09 2021 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Aug 30 2021 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 29 2021 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 26 2021 Automatic Build System <autodist@mambasoft.it> 4.7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 26 2021 Automatic Build System <autodist@mambasoft.it> 4.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 14 2021 Automatic Build System <autodist@mambasoft.it> 4.6.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jul 31 2021 Automatic Build System <autodist@mambasoft.it> 4.6.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jul 31 2021 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jul 05 2021 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jun 27 2021 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jun 01 2021 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 29 2021 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 27 2021 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 27 2021 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Apr 21 2021 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
* Wed Apr 21 2021 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user