Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-click-option-group for
openSUSE:Factory checked in at 2025-03-25 22:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-option-group (Old)
and /work/SRC/openSUSE:Factory/.python-click-option-group.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-option-group"
Tue Mar 25 22:10:52 2025 rev:5 rq:1255720 version:0.5.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-click-option-group/python-click-option-group.changes
2025-01-16 18:35:14.528700443 +0100
+++
/work/SRC/openSUSE:Factory/.python-click-option-group.new.2696/python-click-option-group.changes
2025-03-25 22:19:19.291787607 +0100
@@ -1,0 +2,13 @@
+Mon Mar 24 16:44:38 UTC 2025 - Markéta Machová <[email protected]>
+
+- 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á <[email protected]>
+
+- The test doesn't fail anymore with click 8.2.0
+
+-------------------------------------------------------------------
Old:
----
click-option-group-0.5.6.tar.gz
New:
----
click_option_group-0.5.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-click-option-group.spec ++++++
--- /var/tmp/diff_new_pack.xz4kSS/_old 2025-03-25 22:19:19.807808971 +0100
+++ /var/tmp/diff_new_pack.xz4kSS/_new 2025-03-25 22:19:19.807808971 +0100
@@ -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: 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 @@
Option groups missing in Click
%prep
-%setup -q -n click-option-group-%{version}
+%setup -q -n click_option_group-%{version}
%build
%pyproject_wheel
@@ -57,8 +55,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# test_missing_group_decl_first_api fails with click 8.1.8
https://github.com/click-contrib/click-option-group/issues/65
-%pytest -k "not test_missing_group_decl_first_api"
+%pytest
%files %{python_files}
%doc CHANGELOG.md README.md