Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pathvalidate for openSUSE:Factory checked in at 2025-06-11 16:25:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pathvalidate (Old) and /work/SRC/openSUSE:Factory/.python-pathvalidate.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pathvalidate" Wed Jun 11 16:25:30 2025 rev:11 rq:1284621 version:3.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pathvalidate/python-pathvalidate.changes 2025-01-14 18:41:16.062107612 +0100 +++ /work/SRC/openSUSE:Factory/.python-pathvalidate.new.19631/python-pathvalidate.changes 2025-06-11 16:27:26.518766091 +0200 @@ -1,0 +2,6 @@ +Wed Jun 11 05:50:32 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- Specify files and directories explicitly in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pathvalidate.spec ++++++ --- /var/tmp/diff_new_pack.MyMSPb/_old 2025-06-11 16:27:27.722816317 +0200 +++ /var/tmp/diff_new_pack.MyMSPb/_new 2025-06-11 16:27:27.722816317 +0200 @@ -22,10 +22,12 @@ Release: 0 Summary: Python library to sanitize/validate a string such as filenames License: MIT -Group: Development/Languages/Python URL: https://github.com/thombashi/pathvalidate Source: https://files.pythonhosted.org/packages/source/p/pathvalidate/pathvalidate-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 38.3.0} +BuildRequires: %{python_module setuptools_scm >= 8} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements @@ -35,7 +37,6 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module tcolorpy} # /SECTION -Requires: python-setuptools >= 38.3.0 BuildArch: noarch %python_subpackages @@ -47,10 +48,10 @@ %setup -q -n pathvalidate-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -59,5 +60,6 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/pathvalidate* +%{python_sitelib}/pathvalidate +%{python_sitelib}/pathvalidate-%{version}.dist-info