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 2022-02-03 23:16:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydantic (Old) and /work/SRC/openSUSE:Factory/.python-pydantic.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydantic" Thu Feb 3 23:16:14 2022 rev:11 rq:950593 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydantic/python-pydantic.changes 2022-01-06 15:52:01.732995819 +0100 +++ /work/SRC/openSUSE:Factory/.python-pydantic.new.1898/python-pydantic.changes 2022-02-03 23:16:47.396488483 +0100 @@ -1,0 +2,6 @@ +Wed Feb 2 04:12:37 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Skip some truculent tests. +- Clean up non-required Python 3.6 {Build,}Requires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydantic.spec ++++++ --- /var/tmp/diff_new_pack.QYQIMB/_old 2022-02-03 23:16:47.924484880 +0100 +++ /var/tmp/diff_new_pack.QYQIMB/_new 2022-02-03 23:16:47.932484825 +0100 @@ -24,21 +24,16 @@ Release: 0 Summary: Data validation and settings management using python type hinting License: MIT -Group: Development/Languages/Python URL: https://github.com/samuelcolvin/pydantic Source: https://github.com/samuelcolvin/pydantic/archive/v%{version}.tar.gz#/pydantic-%{version}.tar.gz BuildRequires: %{python_module email_validator >= 1.0.3} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module dataclasses if %python-base < 3.7} BuildRequires: %{python_module python-dotenv >= 0.10.4} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing_extensions >= 3.7.4.3} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if 0%{?python_version_nodots} == 36 -Requires: python-dataclasses -%endif Requires: python-typing_extensions >= 3.7.4.3 Suggests: python-email_validator >= 1.0.3 Suggests: python-python-dotenv >= 0.10.4 @@ -49,7 +44,7 @@ Data validation and settings management using Python type hinting. %prep -%setup -q -n pydantic-%{version} +%autosetup -p1 -n pydantic-%{version} %build %python_build @@ -59,7 +54,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k 'not test_is_none_type and not test_none' %files %{python_files} %license LICENSE