Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dateutils for openSUSE:Factory checked in at 2025-05-26 18:40:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dateutils (Old) and /work/SRC/openSUSE:Factory/.python-dateutils.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dateutils" Mon May 26 18:40:34 2025 rev:4 rq:1280145 version:0.6.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dateutils/python-dateutils.changes 2023-06-21 22:41:23.582925042 +0200 +++ /work/SRC/openSUSE:Factory/.python-dateutils.new.2732/python-dateutils.changes 2025-05-26 18:41:47.187171626 +0200 @@ -1,0 +2,5 @@ +Mon May 26 11:02:26 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dateutils.spec ++++++ --- /var/tmp/diff_new_pack.scAdoZ/_old 2025-05-26 18:41:47.735194645 +0200 +++ /var/tmp/diff_new_pack.scAdoZ/_new 2025-05-26 18:41:47.739194813 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-dateutils # -# Copyright (c) 2023 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 %{?sle15_python_module_pythons} Name: python-dateutils Version: 0.6.12 @@ -27,7 +25,9 @@ Group: Development/Languages/Python URL: https://github.com/jmcantrell/python-dateutils Source: https://files.pythonhosted.org/packages/source/d/dateutils/dateutils-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-python-dateutil @@ -47,10 +47,10 @@ sed -i '/argparse/d' setup.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install # Avoid conflicts with dateutils; these scripts lack many features of the other package rm %{buildroot}%{_bindir}/dateadd %{buildroot}%{_bindir}/datediff %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -58,5 +58,6 @@ %files %{python_files} %doc README.mkd %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/dateutils +%{python_sitelib}/dateutils-%{version}*-info