Accepting request 1136247 from devel:languages:python
- 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 - test_alternative_names.patch OBS-URL: https://build.opensuse.org/request/show/1136247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipx?expand=0&rev=7
This commit is contained in:
commit
764aa5179b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7
|
||||
size 291213
|
3
pipx-1.4.0.tar.gz
Normal file
3
pipx-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbdf88e25ae8964e76ce4efe013a1e50893f22df92fcb0934aadb91653af2074
|
||||
size 292196
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 2 16:49:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <eyadlorenzo@gmail.com>
|
||||
|
||||
@ -42,7 +59,7 @@ Fri Jun 9 13:06:20 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
- [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 <eyadlorenzo@gmail.com>
|
||||
- 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 <mcepl@suse.com>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user