Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pydantic for openSUSE:Factory checked in at 2023-03-17 17:01:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydantic (Old) and /work/SRC/openSUSE:Factory/.python-pydantic.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydantic" Fri Mar 17 17:01:00 2023 rev:16 rq:1072306 version:1.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydantic/python-pydantic.changes 2023-01-04 17:53:24.926469023 +0100 +++ /work/SRC/openSUSE:Factory/.python-pydantic.new.31432/python-pydantic.changes 2023-03-17 17:01:02.000665295 +0100 @@ -1,0 +2,6 @@ +Thu Mar 16 07:18:03 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable DeprecationWarning in tests to avoid error with the latest + setuptools and pkg_resources deprecation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydantic.spec ++++++ --- /var/tmp/diff_new_pack.B3GP3R/_old 2023-03-17 17:01:02.556668208 +0100 +++ /var/tmp/diff_new_pack.B3GP3R/_new 2023-03-17 17:01:02.560668229 +0100 @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-pydantic Version: 1.10.4 @@ -58,7 +57,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not test_multiple_env_file' +# Disable DeprecationWarning to avoid error with the latest setuptools +# and pkg_resources deprecation +%pytest -k 'not test_multiple_env_file' -W ignore::DeprecationWarning %files %{python_files} %license LICENSE