diff --git a/pipx-1.4.0.tar.gz b/pipx-1.4.0.tar.gz deleted file mode 100644 index 96748d5..0000000 --- a/pipx-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbdf88e25ae8964e76ce4efe013a1e50893f22df92fcb0934aadb91653af2074 -size 292196 diff --git a/pipx-1.4.2.tar.gz b/pipx-1.4.2.tar.gz new file mode 100644 index 0000000..5089a9f --- /dev/null +++ b/pipx-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bead3cbb52674f1b8caa1c04334d6e25aa6c40280b89235bb1f01c20ef1e275 +size 292895 diff --git a/python-pipx.changes b/python-pipx.changes index e748bd5..f8cb916 100644 --- a/python-pipx.changes +++ b/python-pipx.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 15 14:32:28 UTC 2024 - Eyad Issa + +- Update to 1.4.2 + * Print more user friendly error when --python version not found + * Allow skipping maintenance tasks for list command + * Use modern PEP 723 syntax, fix mistake in name + * Modernize toml + * Verify if script name provided is a file before running it + * Fix python path resolution on linux + + https://github.com/pypa/pipx/releases/tag/1.4.2 + ------------------------------------------------------------------- Tue Jan 2 16:49:58 UTC 2024 - Dirk Müller diff --git a/python-pipx.spec b/python-pipx.spec index c487029..6e7fada 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pipx -Version: 1.4.0 +Version: 1.4.2 Release: 0 Summary: Install and Run Python Applications in Isolated Environments License: MIT