Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
click-option-group-0.5.6.tar.gz
Normal file
3
click-option-group-0.5.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97d06703873518cc5038509443742b25069a3c7562d1ea72ff08bfadde1ce777
|
||||||
|
size 16517
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8dc780be038712fc12c9fecb3db4fe49e0d0723f9c171d7cda85c20369be693c
|
|
||||||
size 22110
|
|
@ -1,21 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Tue Jun 20 16:50:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-click-option-group
|
# spec file for package python-click-option-group
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-click-option-group
|
Name: python-click-option-group
|
||||||
Version: 0.5.7
|
Version: 0.5.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Option groups missing in Click
|
Summary: Option groups missing in Click
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/click-contrib/click-option-group
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@ -37,6 +35,10 @@ BuildRequires: %{python_module click >= 7.0}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
Requires: python-click >= 7.0
|
Requires: python-click >= 7.0
|
||||||
|
Suggests: python-Sphinx >= 3.0
|
||||||
|
Suggests: python-Pallets-Sphinx-Themes
|
||||||
|
Suggests: python-m2r2
|
||||||
|
Suggests: python-pytest
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -44,7 +46,7 @@ BuildArch: noarch
|
|||||||
Option groups missing in Click
|
Option groups missing in Click
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n click_option_group-%{version}
|
%setup -q -n click-option-group-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user