Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tokenize-rt for openSUSE:Factory checked in at 2025-06-04 20:28:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tokenize-rt (Old) and /work/SRC/openSUSE:Factory/.python-tokenize-rt.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tokenize-rt" Wed Jun 4 20:28:41 2025 rev:7 rq:1282521 version:6.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tokenize-rt/python-tokenize-rt.changes 2024-11-09 20:59:34.877441041 +0100 +++ /work/SRC/openSUSE:Factory/.python-tokenize-rt.new.16005/python-tokenize-rt.changes 2025-06-04 20:28:46.649540023 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 06:08:00 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tokenize-rt.spec ++++++ --- /var/tmp/diff_new_pack.zDYE11/_old 2025-06-04 20:28:47.393570848 +0200 +++ /var/tmp/diff_new_pack.zDYE11/_new 2025-06-04 20:28:47.397571014 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tokenize-rt # -# 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 @@ -25,8 +25,10 @@ URL: https://github.com/asottile/tokenize-rt Source: https://github.com/asottile/tokenize-rt/archive/refs/tags/v{%{version}}.tar.gz#/tokenize-rt-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives @@ -41,10 +43,10 @@ %setup -q -n tokenize-rt-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %{python_clone -a %{buildroot}%{_bindir}/tokenize-rt} %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -61,7 +63,7 @@ %license LICENSE %doc README.md %python_alternative %{_bindir}/tokenize-rt -%{python_sitelib}/tokenize_rt* -%{python_sitelib}/__pycache__/tokenize_rt* -%{python_sitelib}/tokenize_rt-%{version}*-info +%{python_sitelib}/tokenize_rt.py +%{python_sitelib}/__pycache__/tokenize_rt*.pyc +%{python_sitelib}/tokenize_rt-%{version}.dist-info