Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-retrying for openSUSE:Factory
checked in at 2023-12-21 23:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-retrying (Old)
and /work/SRC/openSUSE:Factory/.python-retrying.new.1840 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-retrying"
Thu Dec 21 23:38:50 2023 rev:7 rq:1134366 version:1.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-retrying/python-retrying.changes
2022-12-07 17:36:12.200945963 +0100
+++
/work/SRC/openSUSE:Factory/.python-retrying.new.1840/python-retrying.changes
2023-12-21 23:39:00.351397008 +0100
@@ -1,0 +2,6 @@
+Thu Dec 21 03:40:17 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- Stop using greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-retrying.spec ++++++
--- /var/tmp/diff_new_pack.HPJ3lt/_old 2023-12-21 23:39:00.787412930 +0100
+++ /var/tmp/diff_new_pack.HPJ3lt/_new 2023-12-21 23:39:00.787412930 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-retrying
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-retrying
Version: 1.3.4
Release: 0
Summary: Retrying library for Python
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/rholder/retrying
Source:
https://files.pythonhosted.org/packages/source/r/retrying/retrying-%{version}.tar.gz
-BuildRequires: %{python_module base}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six >= 1.7.0
@@ -40,14 +39,16 @@
%setup -q -n retrying-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE
%doc AUTHORS.rst README.rst
-%{python_sitelib}/*
+%{python_sitelib}/retrying.py
+%pycache_only %{python_sitelib}/__pycache__/retrying.*.py*
+%{python_sitelib}/retrying-%{version}.dist-info