diff --git a/pip-run-12.1.0.tar.gz b/pip-run-12.1.0.tar.gz deleted file mode 100644 index 4e865756003e095309f888f8809b478c813deb2d..0000000000000000000000000000000000000000 Binary files a/pip-run-12.1.0.tar.gz and /dev/null differ diff --git a/pip-run-12.6.1.tar.gz b/pip-run-12.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a6afa0c1244c92db81031252411712040568d44e Binary files /dev/null and b/pip-run-12.6.1.tar.gz differ diff --git a/python-pip-run.spec b/python-pip-run.spec index 42cf93dcd89888c73aa7939a02e9dc5ebf9bf7a1..a8aedec69ec02c24808a376d78b0f3829336fc4e 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.1.0 +Version: 12.6.1 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/fc/8f/03b3374e7adb09129be9dca512b7d3ab54b4e96628b1e579d3bfd2900f76/pip-run-12.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/be/80/d080e0e76275774b0b24124d3ffb1e06a0fd81d964f946244d1bb6a5f91c/pip-run-12.6.1.tar.gz BuildArch: noarch %description provides on-demand temporary package installation for a single interpreter run. @@ -17,12 +17,10 @@ Summary: install packages and run Python with them Provides: python-%{pypi_name} # Base build requires BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-setuptools_scm -BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling +BuildRequires: python3-hatch-vcs # General requires BuildRequires: python3-path BuildRequires: python3-packaging @@ -80,6 +78,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 26 2024 liuzhilin - 12.6.1-1 +- Upgrade to version 12.6.1 +- Ensure docs/tests not unintentionally included. +- Add support for script dependencies in a TOML block per PEP 723. + * Fri Jul 7 2023 Dongxing Wang - 12.1.0-1 - Upgrade to version 12.1.0