From 43634af0a2bcb9266a3eaef628036012d7c42eedd69415f91aee11d02f532e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 31 Jan 2024 19:42:14 +0000 Subject: [PATCH] Accepting request 1143055 from home:VaiTon:branches:devel:languages:python - Update to 1.4.3 * Add macos shebang workaround description * Introduce towncrier * Potential fix for pylauncher with python version * fix: nicer tracebacks in run mode on scripts OBS-URL: https://build.opensuse.org/request/show/1143055 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipx?expand=0&rev=19 --- pipx-1.4.2.tar.gz | 3 --- pipx-1.4.3.tar.gz | 3 +++ python-pipx.changes | 9 +++++++++ python-pipx.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pipx-1.4.2.tar.gz create mode 100644 pipx-1.4.3.tar.gz diff --git a/pipx-1.4.2.tar.gz b/pipx-1.4.2.tar.gz deleted file mode 100644 index 5089a9f..0000000 --- a/pipx-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bead3cbb52674f1b8caa1c04334d6e25aa6c40280b89235bb1f01c20ef1e275 -size 292895 diff --git a/pipx-1.4.3.tar.gz b/pipx-1.4.3.tar.gz new file mode 100644 index 0000000..aad435d --- /dev/null +++ b/pipx-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d214512bccc601b575de096ee84fde8797323717a20752c48f7a55cc1bf062fe +size 294722 diff --git a/python-pipx.changes b/python-pipx.changes index f8cb916..79da01f 100644 --- a/python-pipx.changes +++ b/python-pipx.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 31 14:43:05 UTC 2024 - Eyad Issa + +- Update to 1.4.3 + * Add macos shebang workaround description + * Introduce towncrier + * Potential fix for pylauncher with python version + * fix: nicer tracebacks in run mode on scripts + ------------------------------------------------------------------- Mon Jan 15 14:32:28 UTC 2024 - Eyad Issa diff --git a/python-pipx.spec b/python-pipx.spec index 6e7fada..dd69587 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pipx -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Install and Run Python Applications in Isolated Environments License: MIT