Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyparallel for openSUSE:Factory checked in at 2025-06-11 16:22:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyparallel (Old) and /work/SRC/openSUSE:Factory/.python-pyparallel.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyparallel" Wed Jun 11 16:22:33 2025 rev:4 rq:1284424 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyparallel/python-pyparallel.changes 2018-12-24 11:42:14.713406731 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyparallel.new.19631/python-pyparallel.changes 2025-06-11 16:23:39.097276730 +0200 @@ -1,0 +2,5 @@ +Tue Jun 10 11:26:31 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyparallel.spec ++++++ --- /var/tmp/diff_new_pack.Kv8975/_old 2025-06-11 16:23:39.873309114 +0200 +++ /var/tmp/diff_new_pack.Kv8975/_new 2025-06-11 16:23:39.877309281 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyparallel # -# Copyright (c) 2018 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,23 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +# For license file +%define tag b33995136e433839cb5cd139214d02c7c6dd2008 Name: python-pyparallel Version: 0.2.2 Release: 0 -# For license file -%define tag b33995136e433839cb5cd139214d02c7c6dd2008 Summary: Python Parallel Port Extension License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/pyserial/pyparallel +URL: https://github.com/pyserial/pyparallel Source: https://files.pythonhosted.org/packages/source/p/pyparallel/pyparallel-%{version}.tar.gz Source10: https://raw.githubusercontent.com/pyserial/pyparallel/%{tag}/LICENSE.txt +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -45,14 +45,15 @@ cp %{SOURCE10} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/parallel +%{python_sitelib}/pyparallel-%{version}*-info