Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-premailer for openSUSE:Factory checked in at 2025-06-03 17:56:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-premailer (Old) and /work/SRC/openSUSE:Factory/.python-premailer.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-premailer" Tue Jun 3 17:56:18 2025 rev:3 rq:1282301 version:3.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-premailer/python-premailer.changes 2022-10-06 07:42:24.088713670 +0200 +++ /work/SRC/openSUSE:Factory/.python-premailer.new.16005/python-premailer.changes 2025-06-03 17:57:21.971126351 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 12:03:30 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-premailer.spec ++++++ --- /var/tmp/diff_new_pack.qQrTCi/_old 2025-06-03 17:57:23.827203309 +0200 +++ /var/tmp/diff_new_pack.qQrTCi/_new 2025-06-03 17:57:23.843203973 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-premailer # -# 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 @@ -16,17 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-premailer Version: 3.10.0 Release: 0 -License: Python-2.0 Summary: Turns CSS blocks into style attributes -URL: https://premailer.io +License: Python-2.0 Group: Development/Languages/Python +URL: https://premailer.io Source: https://files.pythonhosted.org/packages/source/p/premailer/premailer-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cachetools @@ -35,7 +36,6 @@ Requires: python-lxml Requires: python-requests BuildArch: noarch - %python_subpackages %description @@ -48,10 +48,10 @@ %setup -q -n premailer-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # THERE ARE NO TESTS TO RUN, SO NO %%check SECTION @@ -59,5 +59,6 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/premailer +%{python_sitelib}/premailer-%{version}*-info