Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-amqpstorm for
openSUSE:Factory checked in at 2025-05-13 20:09:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-amqpstorm (Old)
and /work/SRC/openSUSE:Factory/.python-amqpstorm.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-amqpstorm"
Tue May 13 20:09:04 2025 rev:15 rq:1277183 version:2.10.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-amqpstorm/python-amqpstorm.changes
2023-12-03 20:49:29.059254959 +0100
+++
/work/SRC/openSUSE:Factory/.python-amqpstorm.new.30101/python-amqpstorm.changes
2025-05-13 20:09:19.452544214 +0200
@@ -1,0 +2,5 @@
+Tue May 13 13:11:41 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-amqpstorm.spec ++++++
--- /var/tmp/diff_new_pack.b2sC3F/_old 2025-05-13 20:09:20.400583962 +0200
+++ /var/tmp/diff_new_pack.b2sC3F/_new 2025-05-13 20:09:20.404584130 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-amqpstorm
#
-# 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
@@ -26,9 +26,11 @@
Patch0: mock.patch
Patch1: pamqp3.patch
BuildRequires: %{python_module pamqp >= 3.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pamqp >= 3.0
@@ -51,11 +53,11 @@
%build
export LANG="en_US.UTF8"
-%python_build
+%pyproject_wheel
%install
export LANG="en_US.UTF8"
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/amqpstorm
# remove generic named examples from sitelib
%python_expand rm -rf %{buildroot}%{$python_sitelib}/examples
@@ -67,5 +69,6 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/amqpstorm
+%{python_sitelib}/amqpstorm-%{version}*-info