Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-titlecase for openSUSE:Factory checked in at 2025-06-04 20:28:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-titlecase (Old) and /work/SRC/openSUSE:Factory/.python-titlecase.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-titlecase" Wed Jun 4 20:28:37 2025 rev:8 rq:1282518 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-titlecase/python-titlecase.changes 2023-10-25 18:03:12.815231799 +0200 +++ /work/SRC/openSUSE:Factory/.python-titlecase.new.16005/python-titlecase.changes 2025-06-04 20:28:42.005347612 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 06:07:59 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-titlecase.spec ++++++ --- /var/tmp/diff_new_pack.RUVET4/_old 2025-06-04 20:28:42.509368494 +0200 +++ /var/tmp/diff_new_pack.RUVET4/_new 2025-06-04 20:28:42.513368659 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-titlecase # -# 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-titlecase Version: 2.4.1 Release: 0 @@ -25,14 +24,16 @@ Group: Development/Languages/Python URL: https://github.com/ppannuto/python-titlecase Source: https://files.pythonhosted.org/packages/source/t/titlecase/titlecase-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module regex >= 2020.4.4} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-regex >= 2020.4.4 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} @@ -50,10 +51,10 @@ %setup -q -n titlecase-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/titlecase %python_expand %fdupes %{buildroot}%{$python_sitelib}