Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pymacaroons for openSUSE:Factory checked in at 2025-06-11 16:21:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymacaroons (Old) and /work/SRC/openSUSE:Factory/.python-pymacaroons.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymacaroons" Wed Jun 11 16:21:47 2025 rev:7 rq:1284380 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymacaroons/python-pymacaroons.changes 2024-02-26 19:46:52.341122222 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymacaroons.new.19631/python-pymacaroons.changes 2025-06-11 16:22:59.499624323 +0200 @@ -1,0 +2,5 @@ +Tue Jun 10 08:26:02 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymacaroons.spec ++++++ --- /var/tmp/diff_new_pack.928uKy/_old 2025-06-11 16:23:00.155651699 +0200 +++ /var/tmp/diff_new_pack.928uKy/_new 2025-06-11 16:23:00.159651865 +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