1
0

7 Commits

Author SHA256 Message Date
7c1d0e866e Accepting request 1318837 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-option-group?expand=0&rev=6
2025-11-21 15:56:30 +00:00
7726d69d05 - Update to 0.5.9
* Fix use of mypy while maintaining pyright compatibility
- from version 0.5.8
  * Fix some types for pyright linter

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-option-group?expand=0&rev=12
2025-11-20 10:55:45 +00:00
b0b26a29fe Accepting request 1255720 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1255720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-option-group?expand=0&rev=5
2025-03-25 21:10:52 +00:00
01eb4ae238 - Update to 0.5.7
* Add return type Decorator
  * Update CI/CD config and Python versions
  * Fix tests for click>=8.1.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-option-group?expand=0&rev=10
2025-03-24 18:53:02 +00:00
f0d7d4f035 Accepting request 1243314 from home:mcalabkova:branches:devel:languages:python
- The test doesn't fail anymore with click 8.2.0

OBS-URL: https://build.opensuse.org/request/show/1243314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-option-group?expand=0&rev=9
2025-02-05 15:41:29 +00:00
01250143cc Accepting request 1238241 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-option-group?expand=0&rev=4
2025-01-16 17:34:40 +00:00
b2644c80f2 - Skip test failing with new click and create an issue upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-option-group?expand=0&rev=7
2025-01-16 12:27:12 +00:00
4 changed files with 35 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Nov 20 08:51:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.5.9
* Fix use of mypy while maintaining pyright compatibility
- from version 0.5.8
* Fix some types for pyright linter
-------------------------------------------------------------------
Mon Mar 24 16:44:38 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 0.5.7
* Add return type Decorator
* Update CI/CD config and Python versions
* Fix tests for click>=8.1.8
-------------------------------------------------------------------
Wed Feb 5 10:41:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
- The test doesn't fail anymore with click 8.2.0
-------------------------------------------------------------------
Thu Jan 16 11:44:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip test failing with new click and create an issue upstream
-------------------------------------------------------------------
Tue Jun 20 16:50:45 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-click-option-group
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-click-option-group
Version: 0.5.6
Version: 0.5.9
Release: 0
Summary: Option groups missing in Click
License: BSD-3-Clause
URL: https://github.com/click-contrib/click-option-group
Source: https://files.pythonhosted.org/packages/source/c/click-option-group/click-option-group-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/c/click-option-group/click_option_group-%{version}.tar.gz
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -35,10 +37,6 @@ BuildRequires: %{python_module click >= 7.0}
BuildRequires: fdupes
BuildRequires: dos2unix
Requires: python-click >= 7.0
Suggests: python-Sphinx >= 3.0
Suggests: python-Pallets-Sphinx-Themes
Suggests: python-m2r2
Suggests: python-pytest
BuildArch: noarch
%python_subpackages
@@ -46,7 +44,7 @@ BuildArch: noarch
Option groups missing in Click
%prep
%setup -q -n click-option-group-%{version}
%setup -q -n click_option_group-%{version}
%build
%pyproject_wheel