diff --git a/distlib-0.3.6.tar.gz b/distlib-0.3.6.tar.gz deleted file mode 100644 index bcb44bd..0000000 Binary files a/distlib-0.3.6.tar.gz and /dev/null differ diff --git a/distlib-0.3.7.tar.gz b/distlib-0.3.7.tar.gz new file mode 100644 index 0000000..5a462f2 Binary files /dev/null and b/distlib-0.3.7.tar.gz differ diff --git a/python-distlib.spec b/python-distlib.spec index bb88602..9216b9b 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-distlib -Version: 0.3.6 -Release: 2 +Version: 0.3.7 +Release: 1 Summary: A library of packaging functionality License: Python-2.0 URL: https://github.com/pypa/distlib -Source0: https://files.pythonhosted.org/packages/58/07/815476ae605bcc5f95c87a62b95e74a1bce0878bc7a3119bc2bf4178f175/distlib-0.3.6.tar.gz +Source0: https://files.pythonhosted.org/packages/29/34/63be59bdf57b3a8a8dcc252ef45c40f3c018777dc8843d45dd9b869868f0/distlib-0.3.7.tar.gz BuildArch: noarch %description @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 27 2023 zhangchenglin - 0.3.7-1 +- Update package to version 0.3.7 + * Thu Apr 27 2023 caodongxia - 0.3.6-2 - Adapting to the pyproject.toml compilation mode