Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-click for openSUSE:Factory 
checked in at 2025-01-12 11:10:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click (Old)
 and      /work/SRC/openSUSE:Factory/.python-click.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-click"

Sun Jan 12 11:10:10 2025 rev:23 rq:1236135 version:8.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-click/python-click.changes        
2023-09-08 21:15:08.341608537 +0200
+++ /work/SRC/openSUSE:Factory/.python-click.new.1881/python-click.changes      
2025-01-12 11:10:38.405752908 +0100
@@ -1,0 +2,22 @@
+Thu Jan  9 08:39:31 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 8.1.8
+  * Fix an issue with type hints for ``click.open_file()``. :issue:`2717`
+  * Fix issue where error message for invalid ``click.Path`` displays on
+    multiple lines. :issue:`2697`
+  * Fixed issue that prevented a default value of ``""`` from being displayed 
in
+    the help for an option. :issue:`2500`
+  * The test runner handles stripping color consistently on Windows.
+    :issue:`2705`
+  * Show correct value for flag default when using ``default_map``.
+    :issue:`2632`
+  * Fix ``click.echo(color=...)`` passing ``color`` to coloroma so it can be
+    forced on Windows. :issue:`2606`.
+- Switch build system from setuptools to pyproject.toml
+  * Add python-pip and python-wheel to BuildRequires
+  * Replace %python_build with %pyproject_wheel
+  * Replace %python_install with %pyproject_install
+  * Update name for dist directory in %files section
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------

Old:
----
  click-8.1.7.tar.gz

New:
----
  click-8.1.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-click.spec ++++++
--- /var/tmp/diff_new_pack.moTpYt/_old  2025-01-12 11:10:39.033778751 +0100
+++ /var/tmp/diff_new_pack.moTpYt/_new  2025-01-12 11:10:39.037778917 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click
 #
-# 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,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-click
-Version:        8.1.7
+Version:        8.1.8
 Release:        0
 Summary:        A wrapper around optparse for command line utilities
 License:        BSD-3-Clause
@@ -26,8 +26,11 @@
 URL:            https://github.com/mitsuhiko/click
 Source:         
https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -43,10 +46,10 @@
 %autosetup -p1 -n click-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -54,8 +57,8 @@
 %pytest -rs --tb=short
 
 %files %{python_files}
-%license LICENSE.rst
-%doc CHANGES.rst README.rst
+%license LICENSE.txt
+%doc CHANGES.rst README.md
 %{python_sitelib}/click
-%{python_sitelib}/click-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/click-%{version}.dist-info
 

++++++ click-8.1.7.tar.gz -> click-8.1.8.tar.gz ++++++
++++ 5391 lines of diff (skipped)

Reply via email to