Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tkreadonly for openSUSE:Factory checked in at 2025-06-04 20:28:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tkreadonly (Old) and /work/SRC/openSUSE:Factory/.python-tkreadonly.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tkreadonly" Wed Jun 4 20:28:38 2025 rev:3 rq:1282519 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tkreadonly/python-tkreadonly.changes 2021-01-13 18:36:28.922350375 +0100 +++ /work/SRC/openSUSE:Factory/.python-tkreadonly.new.16005/python-tkreadonly.changes 2025-06-04 20:28:42.633373631 +0200 @@ -1,0 +2,6 @@ +Wed Jun 4 06:12:29 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tkreadonly.spec ++++++ --- /var/tmp/diff_new_pack.0s2sOH/_old 2025-06-04 20:28:43.501409594 +0200 +++ /var/tmp/diff_new_pack.0s2sOH/_new 2025-06-04 20:28:43.501409594 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tkreadonly # -# Copyright (c) 2021 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 @@ -16,18 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tkreadonly Version: 0.6.1 Release: 0 Summary: A set of Tkinter widgets to display readonly text and code License: BSD-3-Clause -Group: Development/Languages/Python URL: http://github.org/pybee/tkreadonly Source: https://files.pythonhosted.org/packages/source/t/tkreadonly/tkreadonly-%{version}.tar.gz BuildRequires: %{python_module idle} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tk} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Pygments >= 1.5 @@ -47,10 +47,10 @@ %setup -q -n tkreadonly-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -59,5 +59,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/tkreadonly.py +%pycache_only %{python_sitelib}/__pycache__/tkreadonly.*.pyc +%{python_sitelib}/tkreadonly-%{version}.dist-info