Upgrade 6.1.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-04-07 16:07:35 +08:00
parent fb8ebb00d8
commit d26fa73eae
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-importlib-metadata
Version: 4.12.0
Release: 2
Version: 6.1.0
Release: 1
Summary: Read metadata from Python packages
License: Apache-2.0
URL: https://github.com/python/importlib_metadata
Source0: https://files.pythonhosted.org/packages/1a/16/441080c907df829016729e71d8bdd42d99b9bdde48b01492ed08912c0aa9/importlib_metadata-4.12.0.tar.gz
Source0: https://files.pythonhosted.org/packages/e2/d8/3d431bade4598ad9e33be9da41d15e6607b878008e922d122659ab01b077/importlib_metadata-6.1.0.tar.gz
Patch0: 0001-add-setup.py.patch
BuildArch: noarch
@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 6.1.0-1
- Upgrade 6.1.0
* Mon Feb 27 2023 wangkai <wangkai385@h-partners.com> - 4.12.0-2
- Modify the patching method