1
0

- update to 0.5.6:

* Add `optgroup.help_option` decorator to add help option to
    the group (PR #50)
  * Use GitHub Actions instead of Travis CI for CI
  * Delete tox runner
  * Add Python 3.11 to the setup classifiers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-option-group?expand=0&rev=5
This commit is contained in:
2023-06-20 16:50:55 +00:00
committed by Git OBS Bridge
parent fc8323b7e0
commit a6f5b781b0
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78ee474f07a0ca0ef6c0317bb3ebe79387aafb0c4a1e03b1d8b2b0be1e42fc78
size 15961

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97d06703873518cc5038509443742b25069a3c7562d1ea72ff08bfadde1ce777
size 16517

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 20 16:50:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.5.6:
* Add `optgroup.help_option` decorator to add help option to
the group (PR #50)
* Use GitHub Actions instead of Travis CI for CI
* Delete tox runner
* Add Python 3.11 to the setup classifiers
-------------------------------------------------------------------
Sun May 14 06:14:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-click-option-group
Version: 0.5.5
Version: 0.5.6
Release: 0
Summary: Option groups missing in Click
License: BSD-3-Clause