diff --git a/pip-run-12.6.1.tar.gz b/pip-run-12.6.1.tar.gz deleted file mode 100644 index a6afa0c1244c92db81031252411712040568d44e..0000000000000000000000000000000000000000 Binary files a/pip-run-12.6.1.tar.gz and /dev/null differ diff --git a/pip_run-12.7.0.tar.gz b/pip_run-12.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..82e9ce0344f2c04ba0810bf5ae4e891970144bf9 Binary files /dev/null and b/pip_run-12.7.0.tar.gz differ diff --git a/python-pip-run.spec b/python-pip-run.spec index a8aedec69ec02c24808a376d78b0f3829336fc4e..b3e662df85a25b7902cfce9d83d83e60d3b87dcb 100644 --- a/python-pip-run.spec +++ b/python-pip-run.spec @@ -2,12 +2,12 @@ %global pypi_name pip-run Name: python-%{pypi_name} -Version: 12.6.1 +Version: 12.7.0 Release: 1 Summary: install packages and run Python with them License: MIT URL: https://github.com/jaraco/pip-run -Source0: https://files.pythonhosted.org/packages/be/80/d080e0e76275774b0b24124d3ffb1e06a0fd81d964f946244d1bb6a5f91c/pip-run-12.6.1.tar.gz +Source0: https://files.pythonhosted.org/packages/05/e6/34fde251db297c3153ead711a1546036a9e35b60963924e8984fdb12cb85/pip_run-12.7.0.tar.gz BuildArch: noarch %description provides on-demand temporary package installation for a single interpreter run. @@ -45,7 +45,7 @@ provides on-demand temporary package installation for a single interpreter run. %prep -%autosetup -n %{pypi_name}-%{version} +%autosetup -n pip_run-%{version} %build %pyproject_build @@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 21 2024 dongqi1 -12.7.0-1 +- Update package version to 12.7.0 + * Wed Jun 26 2024 liuzhilin - 12.6.1-1 - Upgrade to version 12.6.1 - Ensure docs/tests not unintentionally included.