diff --git a/pip-api-0.0.33.tar.gz b/pip-api-0.0.33.tar.gz deleted file mode 100644 index cf13643aa5c36cea13ff337ba27bd6b177d32856..0000000000000000000000000000000000000000 Binary files a/pip-api-0.0.33.tar.gz and /dev/null differ diff --git a/pip_api-0.0.34.tar.gz b/pip_api-0.0.34.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3f9fbe01ee55c74db9ef192c4cb28e1bb63d5dc0 Binary files /dev/null and b/pip_api-0.0.34.tar.gz differ diff --git a/python-pip-api.spec b/python-pip-api.spec index bc75077cf17946efb9f5885307698dca10ea37f6..b2be3779c6b52f5d99d87f1aa24da3a72b98eaaa 100644 --- a/python-pip-api.spec +++ b/python-pip-api.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pip-api -Version: 0.0.33 +Version: 0.0.34 Release: 1 Summary: An unofficial, importable pip API License: Apache-2.0 URL: http://github.com/di/pip-api -Source0: https://files.pythonhosted.org/packages/ae/28/da6bd24c67a6d52a535fa8b888b1495d1d2ec7b2705a45ce5d351a3047bb/pip-api-0.0.33.tar.gz +Source0: https://files.pythonhosted.org/packages/b9/f1/ee85f8c7e82bccf90a3c7aad22863cc6e20057860a1361083cd2adacb92e/pip_api-0.0.34.tar.gz BuildArch: noarch %description [![GitHub License]( [![PyPI Python Version]( [![PyPI Package @@ -79,6 +79,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 24 2024 muxiaohui - 0.0.34-1 +- Update package to version 0.0.34 +- Drop support for Python 3.7 +- Test against pip 24.1.x + * Mon Apr 08 2024 wangqiang - 0.0.33-1 - Update package to version 0.0.33