diff --git a/pipx-1.3.3.tar.gz b/pipx-1.3.3.tar.gz deleted file mode 100644 index ce8ab34..0000000 --- a/pipx-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7 -size 291213 diff --git a/pipx-1.4.0.tar.gz b/pipx-1.4.0.tar.gz new file mode 100644 index 0000000..96748d5 --- /dev/null +++ b/pipx-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdf88e25ae8964e76ce4efe013a1e50893f22df92fcb0934aadb91653af2074 +size 292196 diff --git a/python-pipx.changes b/python-pipx.changes index bba7cdd..e748bd5 100644 --- a/python-pipx.changes +++ b/python-pipx.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 2 16:49:58 UTC 2024 - Dirk Müller + +- update to 1.4.1: + * Set default logging level to WARNING + * Remove `-q` from `list --json` test +- update to 1.4.0: + * Fix minor grammar error in comparisons.md + * Add Scoop installation instructions + * Update the installation instructions in docs + * Be more user-friendly by pointing to PyPA specifications + instead of PEPs + * Update troubleshooting URL in bug report template + * Allow installing multiple applications at once + * [pre-commit.ci] pre-commit autoupdate + * Pass real paths when running subprocesses + ------------------------------------------------------------------- Fri Dec 8 22:03:05 UTC 2023 - Eyad Issa @@ -42,7 +59,7 @@ Fri Jun 9 13:06:20 UTC 2023 - Eyad Issa - [docs] Add additional examples for installation from git repos - [packaging] Switch to [PEP 621](https://www.python.org/dev/peps/pep-0621/) - Add a CACHEDIR.TAG to the cache directory to prevent it from being included in archives and backups. For more information about cache directory tags, see https://bford.info/cachedir - + - 1.0.0 - Support [argcomplete 2.0.0](https://pypi.org/project/argcomplete/2.0.0) (#790) - Include machinery to build a manpage for pipx with [argparse-manpage](https://pypi.org/project/argparse-manpage/). @@ -196,7 +213,7 @@ Fri Jun 9 13:06:20 UTC 2023 - Eyad Issa - Use threads on OS's without support for semaphores - Stricter parsing when passing `--` argument as delimiter - Removed upstreamed patches: - - test_alternative_names.patch + - test_alternative_names.patch ------------------------------------------------------------------- Wed May 6 00:20:19 UTC 2020 - Matej Cepl diff --git a/python-pipx.spec b/python-pipx.spec index fed8f3d..c487029 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -1,7 +1,7 @@ # # spec file for package python-pipx # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pipx -Version: 1.3.3 +Version: 1.4.0 Release: 0 Summary: Install and Run Python Applications in Isolated Environments License: MIT