diff --git a/python-twine.spec b/python-twine.spec index fbc8f21f3b52ca29651b202386ecfa7e028b3416..c1dec44e37a3dbbd3e46f64570c7a82fcf8da31e 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-twine -Version: 4.0.1 +Version: 4.0.2 Release: 1 Summary: Collection of utilities for publishing packages on PyPI License: Apache-2.0 URL: https://twine.readthedocs.io/ -Source0: https://files.pythonhosted.org/packages/08/2a/e03c20f47c750699063bbb349d68dea8990a0694f7bc65d1a97bf3254fa7/twine-4.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/b7/1a/a7884359429d801cd63c2c5512ad0a337a509994b0e42d9696d4778d71f6/twine-4.0.2.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -91,6 +91,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 fushanqing - 4.0.2-1 +- update to version 4.0.2 + * Tue Nov 08 2022 jiangxinyu - 4.0.1-1 - Upgrade package to version 4.0.1 diff --git a/twine-4.0.1.tar.gz b/twine-4.0.1.tar.gz deleted file mode 100644 index 7d60cf940ed3c2aea1b663dcdf629884ebdcd8b1..0000000000000000000000000000000000000000 Binary files a/twine-4.0.1.tar.gz and /dev/null differ diff --git a/twine-4.0.2.tar.gz b/twine-4.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a4adf154149b64e20f3351d9c16e397d1b06999a Binary files /dev/null and b/twine-4.0.2.tar.gz differ