Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ua-parser for openSUSE:Factory checked in at 2025-06-12 15:53:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ua-parser (Old) and /work/SRC/openSUSE:Factory/.python-ua-parser.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ua-parser" Thu Jun 12 15:53:29 2025 rev:6 rq:1284976 version:0.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ua-parser/python-ua-parser.changes 2023-12-08 22:34:21.413085163 +0100 +++ /work/SRC/openSUSE:Factory/.python-ua-parser.new.19631/python-ua-parser.changes 2025-06-12 15:55:22.670452332 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 05:01:34 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ua-parser.spec ++++++ --- /var/tmp/diff_new_pack.jcr3nj/_old 2025-06-12 15:55:23.250476336 +0200 +++ /var/tmp/diff_new_pack.jcr3nj/_new 2025-06-12 15:55:23.250476336 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ua-parser # -# 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 @@ URL: https://github.com/ua-parser/uap-python Source: https://files.pythonhosted.org/packages/source/u/ua-parser/ua-parser-%{version}.tar.gz BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -39,10 +41,10 @@ %setup -q -n ua-parser-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}/%{$python_sitelib} %check @@ -51,5 +53,5 @@ %files %{python_files} %{python_sitelib}/ua_parser -%{python_sitelib}/ua_parser-%{version}*-info +%{python_sitelib}/ua_parser-%{version}.dist-info