Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyramid-debugtoolbar for
openSUSE:Factory checked in at 2025-06-11 16:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyramid-debugtoolbar (Old)
and /work/SRC/openSUSE:Factory/.python-pyramid-debugtoolbar.new.19631
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyramid-debugtoolbar"
Wed Jun 11 16:26:02 2025 rev:9 rq:1284645 version:4.12.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyramid-debugtoolbar/python-pyramid-debugtoolbar.changes
2025-02-25 16:48:27.477093389 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyramid-debugtoolbar.new.19631/python-pyramid-debugtoolbar.changes
2025-06-11 16:27:46.599603753 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 05:49:31 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyramid-debugtoolbar.spec ++++++
--- /var/tmp/diff_new_pack.tujeKj/_old 2025-06-11 16:27:47.207629117 +0200
+++ /var/tmp/diff_new_pack.tujeKj/_new 2025-06-11 16:27:47.211629283 +0200
@@ -32,11 +32,13 @@
BuildRequires: %{python_module WebOb}
BuildRequires: %{python_module WebTest}
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyramid >= 1.4}
BuildRequires: %{python_module pyramid-mako >= 0.3.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sqlalchemy}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Pygments
@@ -65,10 +67,10 @@
rm -r demo/.gitignore demo/debugtoolbar_demo.egg-info
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
#Fix spurious executable bit on js/css files
%python_expand find %{buildroot}%{$python_sitelib} -type f -exec chmod 0644 {}
\;
@@ -79,7 +81,7 @@
%files %{python_files}
%license LICENSE.txt
%{python_sitelib}/pyramid_debugtoolbar/
-%{python_sitelib}/pyramid_debugtoolbar-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/pyramid_debugtoolbar-%{version}.dist-info
%files -n %{name}-doc
%doc CHANGES.txt CONTRIBUTORS.txt README.rst TODO.txt docs/*.rst docs/*.png
demo