Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-args for openSUSE:Factory checked in at 2025-06-11 16:22:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-args (Old) and /work/SRC/openSUSE:Factory/.python-python-args.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-args" Wed Jun 11 16:22:47 2025 rev:2 rq:1284458 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-args/python-python-args.changes 2020-11-23 10:45:55.174328194 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-args.new.19631/python-python-args.changes 2025-06-11 16:23:49.549712910 +0200 @@ -1,0 +2,5 @@ +Tue Jun 10 12:51:52 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-args.spec ++++++ --- /var/tmp/diff_new_pack.aZFuuY/_old 2025-06-11 16:23:50.237741621 +0200 +++ /var/tmp/diff_new_pack.aZFuuY/_new 2025-06-11 16:23:50.241741788 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-python-args # -# Copyright (c) 2020 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,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-python-args Version: 1.0.2 Release: 0 @@ -26,8 +24,10 @@ Group: Development/Languages/Python URL: https://github.com/jyveapp/python-args Source: https://files.pythonhosted.org/packages/source/p/python-args/python-args-%{version}.tar.gz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -40,10 +40,10 @@ %setup -q -n python-args-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -52,5 +52,6 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/arg +%{python_sitelib}/python[-_]args-%{version}*-info