Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wsproto for openSUSE:Factory checked in at 2025-06-13 18:43:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wsproto (Old) and /work/SRC/openSUSE:Factory/.python-wsproto.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wsproto" Fri Jun 13 18:43:28 2025 rev:16 rq:1285289 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes 2024-01-30 18:24:42.736420794 +0100 +++ /work/SRC/openSUSE:Factory/.python-wsproto.new.19631/python-wsproto.changes 2025-06-13 18:43:42.974606387 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 02:42:47 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wsproto.spec ++++++ --- /var/tmp/diff_new_pack.OgzZmo/_old 2025-06-13 18:43:43.510628313 +0200 +++ /var/tmp/diff_new_pack.OgzZmo/_new 2025-06-13 18:43:43.510628313 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-wsproto # -# Copyright (c) 2024 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,7 +26,9 @@ URL: https://pypi.python.org/pypi/wsproto Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-h11 >= 0.9.0 @@ -55,10 +57,10 @@ %autosetup -p1 -n wsproto-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -68,5 +70,5 @@ %doc README.rst %license LICENSE %{python_sitelib}/wsproto -%{python_sitelib}/wsproto-%{version}*-info +%{python_sitelib}/wsproto-%{version}.dist-info