Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rfc3339-validator for openSUSE:Factory checked in at 2025-06-12 15:47:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rfc3339-validator (Old) and /work/SRC/openSUSE:Factory/.python-rfc3339-validator.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rfc3339-validator" Thu Jun 12 15:47:38 2025 rev:4 rq:1284852 version:0.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rfc3339-validator/python-rfc3339-validator.changes 2023-06-06 19:56:19.118494387 +0200 +++ /work/SRC/openSUSE:Factory/.python-rfc3339-validator.new.19631/python-rfc3339-validator.changes 2025-06-12 15:47:58.220005466 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 13:18:42 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rfc3339-validator.spec ++++++ --- /var/tmp/diff_new_pack.MS4Wma/_old 2025-06-12 15:47:58.764028080 +0200 +++ /var/tmp/diff_new_pack.MS4Wma/_new 2025-06-12 15:47:58.764028080 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rfc3339-validator # -# 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 @@ -26,7 +26,9 @@ Source: https://files.pythonhosted.org/packages/source/r/rfc3339_validator/rfc3339_validator-%{version}.tar.gz # https://github.com/naimetti/rfc3339-validator/issues/11 Patch0: python-rfc3339-validator-no-six.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -44,10 +46,10 @@ %autosetup -p1 -n rfc3339_validator-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,6 +57,6 @@ %files %{python_files} %{python_sitelib}/rfc3339_validator.py -%pycache_only %{python_sitelib}/__pycache__/ -%{python_sitelib}/rfc3339_validator-*.egg-info/ +%pycache_only %{python_sitelib}/__pycache__/rfc3339_validator* +%{python_sitelib}/rfc3339_validator-%{version}*-info/