Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requestbuilder for
openSUSE:Factory checked in at 2025-06-11 18:34:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requestbuilder (Old)
and /work/SRC/openSUSE:Factory/.python-requestbuilder.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requestbuilder"
Wed Jun 11 18:34:40 2025 rev:4 rq:1284832 version:0.7.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requestbuilder/python-requestbuilder.changes
2020-09-24 16:15:12.764956752 +0200
+++
/work/SRC/openSUSE:Factory/.python-requestbuilder.new.19631/python-requestbuilder.changes
2025-06-11 18:35:10.944749973 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 12:52:28 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requestbuilder.spec ++++++
--- /var/tmp/diff_new_pack.0V9oQx/_old 2025-06-11 18:35:11.596776920 +0200
+++ /var/tmp/diff_new_pack.0V9oQx/_new 2025-06-11 18:35:11.596776920 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-requestbuilder
#
-# 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-requestbuilder
Version: 0.7.1
Release: 0
@@ -26,11 +25,12 @@
URL: https://github.com/boto/requestbuilder
Source:
https://files.pythonhosted.org/packages/source/r/requestbuilder/requestbuilder-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -40,12 +40,13 @@
%setup -q -n requestbuilder-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%{python_sitelib}/*
+%{python_sitelib}/requestbuilder
+%{python_sitelib}/requestbuilder-%{version}*-info