- update to 8.1.7:

* Fix issue with regex flags in shell completion.
  * Bash version detection issues a warning instead of an
    error.
  * Fix issue with completion script for Fish shell.
- Update to version 4.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=48
This commit is contained in:
Dirk Mueller 2023-09-07 10:59:41 +00:00 committed by Git OBS Bridge
parent 555d91a213
commit c00a0b7141
4 changed files with 31 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd
size 336051

BIN
click-8.1.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 7 10:58:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 8.1.7:
* Fix issue with regex flags in shell completion.
* Bash version detection issues a warning instead of an
error.
* Fix issue with completion script for Fish shell.
-------------------------------------------------------------------
Tue Aug 1 19:44:22 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-click
Version: 8.1.6
Version: 8.1.7
Release: 0
Summary: A wrapper around optparse for command line utilities
License: BSD-3-Clause