Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-click-spinner for
openSUSE:Factory checked in at 2024-01-15 22:19:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-spinner (Old)
and /work/SRC/openSUSE:Factory/.python-click-spinner.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-spinner"
Mon Jan 15 22:19:57 2024 rev:5 rq:1138741 version:0.1.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-click-spinner/python-click-spinner.changes
2022-09-20 19:24:18.338598286 +0200
+++
/work/SRC/openSUSE:Factory/.python-click-spinner.new.21961/python-click-spinner.changes
2024-01-15 22:20:18.677230499 +0100
@@ -1,0 +2,9 @@
+Mon Jan 15 03:38:08 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- Stop using greedy globs in %files.
+- Add patch update-versioneer.patch:
+ * Update to a new versioneer that supports Python 3.12.
+- Actually drop BuildRequires on six.
+
+-------------------------------------------------------------------
New:
----
update-versioneer.patch
BETA DEBUG BEGIN:
New:- Stop using greedy globs in %files.
- Add patch update-versioneer.patch:
* Update to a new versioneer that supports Python 3.12.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-click-spinner.spec ++++++
--- /var/tmp/diff_new_pack.5ubSBD/_old 2024-01-15 22:20:20.965314588 +0100
+++ /var/tmp/diff_new_pack.5ubSBD/_new 2024-01-15 22:20:20.965314588 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-click-spinner
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-click-spinner
# tests and LICENSE included in sdist 0.1.9 not yet released
Version: 0.1.10
@@ -24,14 +23,15 @@
License: MIT
Summary: Spinner for Click
URL: https://github.com/click-contrib/click-spinner
-Group: Development/Languages/Python
Source:
https://github.com/click-contrib/click-spinner/archive/v%{version}.tar.gz#/click-spinner-%{version}.tar.gz
-# https://github.com/click-contrib/click-spinner
Patch0: python-click-spinner-remove-six.patch
+# PATCH-FIX-UPSTREAM Based on gh#click-contrib/click-spinner#39
+Patch1: update-versioneer.patch
BuildRequires: %{python_module click}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-click
@@ -47,11 +47,11 @@
%build
export LANG=en_US.UTF-8
-%python_build
+%pyproject_wheel
%install
export LANG=en_US.UTF-8
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -61,5 +61,6 @@
%files %{python_files}
%license LICENSE
%doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/click_spinner
+%{python_sitelib}/click_spinner-%{version}.dist-info
++++++ update-versioneer.patch ++++++
++++ 2361 lines (skipped)