diff --git a/click-option-group-0.5.6.tar.gz b/click-option-group-0.5.6.tar.gz deleted file mode 100644 index d7b4ed5..0000000 --- a/click-option-group-0.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d06703873518cc5038509443742b25069a3c7562d1ea72ff08bfadde1ce777 -size 16517 diff --git a/click_option_group-0.5.7.tar.gz b/click_option_group-0.5.7.tar.gz new file mode 100644 index 0000000..aa487c6 --- /dev/null +++ b/click_option_group-0.5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc780be038712fc12c9fecb3db4fe49e0d0723f9c171d7cda85c20369be693c +size 22110 diff --git a/python-click-option-group.changes b/python-click-option-group.changes index 4e0f4ad..2faf6d1 100644 --- a/python-click-option-group.changes +++ b/python-click-option-group.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 24 16:44:38 UTC 2025 - Markéta Machová + +- 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á diff --git a/python-click-option-group.spec b/python-click-option-group.spec index 7df1ba5..c651e6d 100644 --- a/python-click-option-group.spec +++ b/python-click-option-group.spec @@ -18,12 +18,14 @@ %{?sle15_python_module_pythons} Name: python-click-option-group -Version: 0.5.6 +Version: 0.5.7 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