Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-expiringdict for
openSUSE:Factory checked in at 2025-05-27 18:43:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-expiringdict (Old)
and /work/SRC/openSUSE:Factory/.python-expiringdict.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-expiringdict"
Tue May 27 18:43:16 2025 rev:6 rq:1280512 version:1.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-expiringdict/python-expiringdict.changes
2024-02-13 22:45:06.346161556 +0100
+++
/work/SRC/openSUSE:Factory/.python-expiringdict.new.2732/python-expiringdict.changes
2025-05-27 18:43:25.907685942 +0200
@@ -1,0 +2,5 @@
+Tue May 27 10:22:54 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-expiringdict.spec ++++++
--- /var/tmp/diff_new_pack.zjSykg/_old 2025-05-27 18:43:27.567755797 +0200
+++ /var/tmp/diff_new_pack.zjSykg/_new 2025-05-27 18:43:27.579756302 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-expiringdict
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2021, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -17,8 +17,6 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
Name: python-expiringdict
Version: 1.2.2
Release: 0
@@ -28,7 +26,9 @@
Source:
https://github.com/mailgun/expiringdict/archive/refs/tags/v%{version}.tar.gz#/expiringdict-%{version}.tar.gz
Patch0: remove-nose.patch
BuildRequires: %{python_module dill}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-dill
@@ -51,10 +51,10 @@
%autopatch -p1
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check