Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-q for openSUSE:Factory checked in at 2024-05-16 17:15:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-q (Old) and /work/SRC/openSUSE:Factory/.python-q.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-q" Thu May 16 17:15:48 2024 rev:3 rq:1174334 version:2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-q/python-q.changes 2022-10-08 01:25:26.654259827 +0200 +++ /work/SRC/openSUSE:Factory/.python-q.new.1880/python-q.changes 2024-05-16 17:17:59.958063338 +0200 @@ -1,0 +2,6 @@ +Thu May 16 04:45:27 UTC 2024 - Steve Kowalik <[email protected]> + +- Siwtch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-q.spec ++++++ --- /var/tmp/diff_new_pack.HV90nx/_old 2024-05-16 17:18:00.626087549 +0200 +++ /var/tmp/diff_new_pack.HV90nx/_new 2024-05-16 17:18:00.626087549 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-q # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-q Version: 2.7 Release: 0 Summary: Quick-and-dirty debugging output for tired programmers License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/zestyping/q Source: https://files.pythonhosted.org/packages/source/q/q/q-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -38,10 +38,10 @@ %setup -q -n q-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -49,5 +49,7 @@ %files %{python_files} %doc README.md -%{python_sitelib}/* +%{python_sitelib}/q.py +%pycache_only %{python_sitelib}/__pycache__/q.*.pyc +%{python_sitelib}/q-%{version}.dist-info
