Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-validators for openSUSE:Factory checked in at 2023-11-07 21:25:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-validators (Old) and /work/SRC/openSUSE:Factory/.python-validators.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-validators" Tue Nov 7 21:25:11 2023 rev:19 rq:1123700 version:0.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-validators/python-validators.changes 2023-04-22 21:58:59.424689125 +0200 +++ /work/SRC/openSUSE:Factory/.python-validators.new.17445/python-validators.changes 2023-11-07 21:25:16.745128743 +0100 @@ -1,0 +2,6 @@ +Tue Nov 7 00:51:52 UTC 2023 - Mia Herkt <m...@0x0.st> + +- Update to 0.22.0 + See https://github.com/python-validators/validators/compare/0.20.0...0.22.0 + +------------------------------------------------------------------- Old: ---- validators-0.20.0.tar.gz New: ---- validators-0.22.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-validators.spec ++++++ --- /var/tmp/diff_new_pack.2hd4VF/_old 2023-11-07 21:25:18.353187958 +0100 +++ /var/tmp/diff_new_pack.2hd4VF/_new 2023-11-07 21:25:18.353187958 +0100 @@ -16,23 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-validators -Version: 0.20.0 +Version: 0.22.0 Release: 0 Summary: Python Data Validation License: MIT Group: Development/Languages/Python URL: https://github.com/kvesteri/validators Source: https://files.pythonhosted.org/packages/source/v/validators/validators-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-decorator >= 3.4.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module decorator >= 3.4.0} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -42,19 +42,20 @@ %prep %setup -q -n validators-%{version} +dos2unix README.md %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} -%doc CHANGES.rst README.rst +%doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/validators* ++++++ validators-0.20.0.tar.gz -> validators-0.22.0.tar.gz ++++++ ++++ 10413 lines of diff (skipped)