15
0

Accepting request 1096762 from home:glaubitz:branches:devel:languages:python

- Update to version 3.1.1
  *  Search through asdf shims
  *  Use \` as escape character in PowerShell (#434)
- from version 3.1.0
  * setup.py -> pyproject.toml migration start (#427)
  *  Improve user install logic in activate-global-python-argcomplete (#437)
  * Ensure Python 3.7 compatibility in check_console_script (#436)
  * ZSH implementation fixes (#431, #433)
  * Documentation improvements
- Drop obsolete patch
  * trim-test-deps.patch

OBS-URL: https://build.opensuse.org/request/show/1096762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=54
This commit is contained in:
2023-07-04 14:21:01 +00:00
committed by Git OBS Bridge
parent daf55f5c59
commit 826a0a17ab
5 changed files with 21 additions and 19 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jul 4 11:24:40 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 3.1.1
* Search through asdf shims
* Use \` as escape character in PowerShell (#434)
- from version 3.1.0
* setup.py -> pyproject.toml migration start (#427)
* Improve user install logic in activate-global-python-argcomplete (#437)
* Ensure Python 3.7 compatibility in check_console_script (#436)
* ZSH implementation fixes (#431, #433)
* Documentation improvements
- Drop obsolete patch
* trim-test-deps.patch
-------------------------------------------------------------------
Tue May 30 16:02:49 UTC 2023 - Andreas Schwab <schwab@suse.de>