Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-plaster-pastedeploy for openSUSE:Factory checked in at 2025-06-03 17:55:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-plaster-pastedeploy (Old) and /work/SRC/openSUSE:Factory/.python-plaster-pastedeploy.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-plaster-pastedeploy" Tue Jun 3 17:55:58 2025 rev:5 rq:1282284 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-plaster-pastedeploy/python-plaster-pastedeploy.changes 2023-06-12 15:26:32.971086816 +0200 +++ /work/SRC/openSUSE:Factory/.python-plaster-pastedeploy.new.16005/python-plaster-pastedeploy.changes 2025-06-03 17:56:59.274185267 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 11:40:23 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-plaster-pastedeploy.spec ++++++ --- /var/tmp/diff_new_pack.qydbDr/_old 2025-06-03 17:57:00.230224907 +0200 +++ /var/tmp/diff_new_pack.qydbDr/_new 2025-06-03 17:57:00.230224907 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-plaster-pastedeploy # -# Copyright (c) 2022 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 @@ -26,9 +26,11 @@ URL: https://github.com/Pylons/plaster_pastedeploy Source0: https://files.pythonhosted.org/packages/source/p/plaster_pastedeploy/plaster_pastedeploy-%{version}.tar.gz BuildRequires: %{python_module PasteDeploy >= 2.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module plaster >= 0.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PasteDeploy >= 2.0 @@ -48,10 +50,10 @@ rm -rf src/plaster_pastedeploy.egg-info %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -60,5 +62,6 @@ %files %{python_files} %doc CHANGES.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/plaster[-_]pastedeploy +%{python_sitelib}/plaster[-_]pastedeploy-%{version}*-info