Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-multi_key_dict for
openSUSE:Factory checked in at 2025-06-02 22:01:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-multi_key_dict (Old)
and /work/SRC/openSUSE:Factory/.python-multi_key_dict.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multi_key_dict"
Mon Jun 2 22:01:24 2025 rev:5 rq:1281946 version:2.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-multi_key_dict/python-multi_key_dict.changes
2020-08-13 10:26:07.354899129 +0200
+++
/work/SRC/openSUSE:Factory/.python-multi_key_dict.new.16005/python-multi_key_dict.changes
2025-06-02 22:01:30.939597788 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 13:32:43 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-multi_key_dict.spec ++++++
--- /var/tmp/diff_new_pack.L6pg2j/_old 2025-06-02 22:01:31.351614876 +0200
+++ /var/tmp/diff_new_pack.L6pg2j/_new 2025-06-02 22:01:31.351614876 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-multi_key_dict
#
-# 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-multi_key_dict
Version: 2.0.3
Release: 0
@@ -25,7 +24,9 @@
Group: Development/Languages/Python
URL: https://github.com/formiaczek/multi_key_dict
Source:
https://files.pythonhosted.org/packages/source/m/multi_key_dict/multi_key_dict-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -42,12 +43,14 @@
%setup -q -n multi_key_dict-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%files %{python_files}
%doc README.txt
-%{python_sitelib}/*
+%{python_sitelib}/multi_key_dict.py
+%{python_sitelib}/multi_key_dict-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/multi_key_dict*