Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-json-rpc for openSUSE:Factory
checked in at 2025-05-30 14:40:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-json-rpc (Old)
and /work/SRC/openSUSE:Factory/.python-json-rpc.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-json-rpc"
Fri May 30 14:40:01 2025 rev:8 rq:1281318 version:1.15.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-json-rpc/python-json-rpc.changes
2023-12-08 22:32:24.592786803 +0100
+++
/work/SRC/openSUSE:Factory/.python-json-rpc.new.25440/python-json-rpc.changes
2025-05-30 17:26:10.217348534 +0200
@@ -1,0 +2,5 @@
+Fri May 30 08:50:59 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-json-rpc.spec ++++++
--- /var/tmp/diff_new_pack.QpG3Pt/_old 2025-05-30 17:26:10.693368123 +0200
+++ /var/tmp/diff_new_pack.QpG3Pt/_new 2025-05-30 17:26:10.697368288 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-json-rpc
#
-# Copyright (c) 2023 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-json-rpc
Version: 1.15.0
Release: 0
@@ -24,7 +23,9 @@
License: MIT
URL: https://github.com/pavlov99/json-rpc
Source:
https://files.pythonhosted.org/packages/source/j/json-rpc/json-rpc-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -45,10 +46,10 @@
%setup -q -n json-rpc-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,5 +58,6 @@
%files %{python_files}
%doc README.rst
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/jsonrpc
+%{python_sitelib}/json[-_]rpc-%{version}*-info