Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pastel for openSUSE:Factory checked in at 2025-06-04 20:29:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pastel (Old) and /work/SRC/openSUSE:Factory/.python-pastel.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pastel" Wed Jun 4 20:29:26 2025 rev:5 rq:1282701 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pastel/python-pastel.changes 2023-07-06 18:30:22.603760249 +0200 +++ /work/SRC/openSUSE:Factory/.python-pastel.new.16005/python-pastel.changes 2025-06-04 20:29:34.399518327 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 09:01:20 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pastel.spec ++++++ --- /var/tmp/diff_new_pack.5UwXGe/_old 2025-06-04 20:29:34.815535563 +0200 +++ /var/tmp/diff_new_pack.5UwXGe/_new 2025-06-04 20:29:34.819535729 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pastel # -# 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 @@ -25,7 +25,9 @@ Group: Development/Languages/Python URL: https://github.com/sdispater/pastel Source: https://files.pythonhosted.org/packages/source/p/pastel/pastel-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -41,11 +43,10 @@ %setup -q -n pastel-%{version} %build -%python_build +%pyproject_wheel %install -%python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -54,5 +55,6 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pastel +%{python_sitelib}/pastel-%{version}*-info