Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-contexter for openSUSE:Factory checked in at 2025-05-20 09:35:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-contexter (Old) and /work/SRC/openSUSE:Factory/.python-contexter.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-contexter" Tue May 20 09:35:46 2025 rev:3 rq:1278075 version:0.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-contexter/python-contexter.changes 2019-08-27 10:20:48.599941869 +0200 +++ /work/SRC/openSUSE:Factory/.python-contexter.new.30101/python-contexter.changes 2025-05-20 09:37:52.328780622 +0200 @@ -1,0 +2,5 @@ +Fri May 16 11:57:04 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-contexter.spec ++++++ --- /var/tmp/diff_new_pack.NbMsTV/_old 2025-05-20 09:37:53.088813768 +0200 +++ /var/tmp/diff_new_pack.NbMsTV/_new 2025-05-20 09:37:53.088813768 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-contexter # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-contexter Version: 0.1.4 Release: 0 @@ -25,11 +24,12 @@ Group: Development/Languages/Python URL: https://bitbucket.org/defnull/contexter Source: https://files.pythonhosted.org/packages/source/c/contexter/contexter-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -43,13 +43,15 @@ chmod a-x README.rst %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/contexter.py +%{python_sitelib}/contexter-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/contexter*