Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-retry_decorator for
openSUSE:Factory checked in at 2025-06-11 18:35:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-retry_decorator (Old)
and /work/SRC/openSUSE:Factory/.python-retry_decorator.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-retry_decorator"
Wed Jun 11 18:35:13 2025 rev:8 rq:1284848 version:1.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-retry_decorator/python-retry_decorator.changes
2020-04-16 23:00:38.899555093 +0200
+++
/work/SRC/openSUSE:Factory/.python-retry_decorator.new.19631/python-retry_decorator.changes
2025-06-11 18:35:39.753940636 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 13:16:45 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-retry_decorator.spec ++++++
--- /var/tmp/diff_new_pack.CzpaIG/_old 2025-06-11 18:35:40.305963451 +0200
+++ /var/tmp/diff_new_pack.CzpaIG/_new 2025-06-11 18:35:40.305963451 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-retry_decorator
#
-# Copyright (c) 2020 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-retry_decorator
Version: 1.1.1
Release: 0
@@ -27,8 +26,10 @@
# https://github.com/pnpnpn/retry-decorator/issues/15
Source:
https://github.com/pnpnpn/retry-decorator/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -41,16 +42,17 @@
%setup -q -n retry-decorator-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE.txt
%doc README.rst CHANGES.txt
-%{python_sitelib}/*
+%{python_sitelib}/retry_decorator
+%{python_sitelib}/retry_decorator-%{version}*-info
%check
%pytest