diff --git a/pipx-1.2.1.tar.gz b/pipx-1.2.1.tar.gz deleted file mode 100644 index ea349f9..0000000 --- a/pipx-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:698777c05a97cca81df4dc6a71d9ca4ece2184c6f91dc7a0e4802ac51d86d32a -size 356179 diff --git a/pipx-1.3.3.tar.gz b/pipx-1.3.3.tar.gz new file mode 100644 index 0000000..ce8ab34 --- /dev/null +++ b/pipx-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7 +size 291213 diff --git a/python-pipx.changes b/python-pipx.changes index 7ad8e82..bba7cdd 100644 --- a/python-pipx.changes +++ b/python-pipx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 8 22:03:05 UTC 2023 - Eyad Issa + +- Upstream version 1.3.3 + - Require python 3.8 or newer + ------------------------------------------------------------------- Tue Nov 7 13:01:47 UTC 2023 - Eyad Issa diff --git a/python-pipx.spec b/python-pipx.spec index 23c8426..5b2e7a8 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -18,25 +18,29 @@ %{?sle15_python_module_pythons} Name: python-pipx -Version: 1.2.1 +Version: 1.3.3 Release: 0 Summary: Install and Run Python Applications in Isolated Environments License: MIT URL: https://github.com/pypa/pipx Source: https://files.pythonhosted.org/packages/source/p/pipx/pipx-%{version}.tar.gz -BuildRequires: %{python_module hatchling >= 0.15.0} +BuildRequires: %{python_module hatch-vcs >= 0.4} +BuildRequires: %{python_module hatchling >= 1.18} BuildRequires: %{python_module pip} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python >= 3.8 +Requires: python-argcomplete >= 1.9.4 +Requires: python-packaging >= 20 +Requires: python-platformdirs >= 2.1 +Requires: python-userpath >= 1.6 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module argcomplete >= 1.9.4} -BuildRequires: %{python_module packaging >= 20.0} -BuildRequires: %{python_module userpath >= 1.6.0} +BuildRequires: %{python_module packaging >= 20} +BuildRequires: %{python_module platformdirs >= 2.1} +BuildRequires: %{python_module userpath >= 1.6} # /SECTION -BuildRequires: fdupes -Requires: python-argcomplete >= 1.9.4 -Requires: python-packaging >= 20.0 -Requires: python-userpath >= 1.6.0 -BuildArch: noarch %python_subpackages %description