Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pymacaroons for
openSUSE:Leap:16.0 checked in at 2025-07-03 13:12:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-pymacaroons (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-pymacaroons.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymacaroons"
Thu Jul 3 13:12:07 2025 rev:2 rq:1289653 version:0.13.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/python-pymacaroons/python-pymacaroons.changes
2025-03-19 11:55:41.216280394 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.python-pymacaroons.new.1903/python-pymacaroons.changes
2025-07-03 13:12:28.132522399 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 08:26:02 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pymacaroons.spec ++++++
--- /var/tmp/diff_new_pack.VaOSE7/_old 2025-07-03 13:12:28.384532848 +0200
+++ /var/tmp/diff_new_pack.VaOSE7/_new 2025-07-03 13:12:28.392533180 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pymacaroons
#
-# 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
@@ -31,9 +31,11 @@
BuildRequires: %{python_module PyNaCl >= 1.1.2}
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module hypothesis}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.8.0}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyNaCl < 2.0
@@ -64,10 +66,10 @@
rm -f tests/property_tests/macaroon_property_tests.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -76,5 +78,6 @@
%files %{python_files}
%license LICENSE
%doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/pymacaroons
+%{python_sitelib}/pymacaroons-%{version}*-info