diff --git a/pkginfo-1.5.0.1.tar.gz b/pkginfo-1.5.0.1.tar.gz deleted file mode 100644 index eabc83d..0000000 Binary files a/pkginfo-1.5.0.1.tar.gz and /dev/null differ diff --git a/pkginfo-1.8.3.tar.gz b/pkginfo-1.8.3.tar.gz new file mode 100644 index 0000000..0bdeaa4 Binary files /dev/null and b/pkginfo-1.8.3.tar.gz differ diff --git a/python-pkginfo.spec b/python-pkginfo.spec index f433c5f..b5673d3 100644 --- a/python-pkginfo.spec +++ b/python-pkginfo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pkginfo -Version: 1.5.0.1 +Version: 1.8.3 Release: 1 Summary: Query metadatdata from sdists / bdists / installed packages. License: MIT 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 Requires: python3-nose @@ -50,7 +50,7 @@ Please see the `pkginfo docs `_ for detailed documentation. %prep -%autosetup -n pkginfo-1.5.0.1 +%autosetup -n pkginfo-1.8.3 %build %py3_build @@ -90,5 +90,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 9 2022 wenzhiwei - 1.8.3-1 +- Update to 1.8.3 + * Thu Oct 01 2020 Python_Bot - Package Spec generated