Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pywebpush for openSUSE:Factory checked in at 2025-06-11 16:26:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pywebpush (Old) and /work/SRC/openSUSE:Factory/.python-pywebpush.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pywebpush" Wed Jun 11 16:26:31 2025 rev:5 rq:1284670 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pywebpush/python-pywebpush.changes 2023-06-28 21:33:29.257905354 +0200 +++ /work/SRC/openSUSE:Factory/.python-pywebpush.new.19631/python-pywebpush.changes 2025-06-11 16:28:20.121002081 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 05:49:38 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pywebpush.spec ++++++ --- /var/tmp/diff_new_pack.1LEkgf/_old 2025-06-11 16:28:20.917035287 +0200 +++ /var/tmp/diff_new_pack.1LEkgf/_new 2025-06-11 16:28:20.921035454 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pywebpush # -# 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 @@ -25,7 +25,9 @@ Source: https://files.pythonhosted.org/packages/source/p/pywebpush/pywebpush-%{version}.tar.gz # PATCH-FIX-OPENSUSE Do not require six module Patch0: no-more-six.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cryptography >= 2.6.1 @@ -33,7 +35,7 @@ Requires: python-py-vapid >= 1.5.0 Requires: python-requests >= 2.21.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module cryptography >= 2.6.1} @@ -51,10 +53,10 @@ %autosetup -p1 -n pywebpush-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/pywebpush %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -74,5 +76,5 @@ %license LICENSE %python_alternative %{_bindir}/pywebpush %{python_sitelib}/pywebpush -%{python_sitelib}/pywebpush-%{version}*-*info +%{python_sitelib}/pywebpush-%{version}.dist-info