update to 1.8.3

This commit is contained in:
wenzhiwei11 2022-08-08 22:22:38 +08:00
parent 153b8b6f5d
commit 89b6593c22
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pkginfo-1.8.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pkginfo Name: python-pkginfo
Version: 1.5.0.1 Version: 1.8.3
Release: 1 Release: 1
Summary: Query metadatdata from sdists / bdists / installed packages. Summary: Query metadatdata from sdists / bdists / installed packages.
License: MIT License: MIT
URL: https://code.launchpad.net/~tseaver/pkginfo/trunk URL: https://code.launchpad.net/~tseaver/pkginfo/trunk
Source0: https://files.pythonhosted.org/packages/6c/04/fd6683d24581894be8b25bc8c68ac7a0a73bf0c4d74b888ac5fe9a28e77f/pkginfo-1.5.0.1.tar.gz Source0: https://files.pythonhosted.org/packages/00/91/fe0806e3ebded8c4e52f93ab4d963eef34bb33595c7aa7b5591d32ab5b92/pkginfo-1.8.3.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-nose Requires: python3-nose
@ -50,7 +50,7 @@ Please see the `pkginfo docs <http://packages.python.org/pkginfo>`_
for detailed documentation. for detailed documentation.
%prep %prep
%autosetup -n pkginfo-1.5.0.1 %autosetup -n pkginfo-1.8.3
%build %build
%py3_build %py3_build
@ -90,5 +90,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 1.8.3-1
- Update to 1.8.3
* Thu Oct 01 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Oct 01 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated