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-01-06 15:51:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydantic (Old)
and /work/SRC/openSUSE:Factory/.python-pydantic.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydantic"
Thu Jan 6 15:51:16 2022 rev:10 rq:944133 version:1.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydantic/python-pydantic.changes
2021-05-15 23:17:01.256540816 +0200
+++
/work/SRC/openSUSE:Factory/.python-pydantic.new.1896/python-pydantic.changes
2022-01-06 15:52:01.732995819 +0100
@@ -1,0 +2,17 @@
+Wed Jan 5 16:08:23 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 1.9.0
+ * add python 3.10 support, #2885 by @PrettyWood
+ * Discriminated unions, #619 by @PrettyWood
+ * Config.smart_union for better union logic, #2092 by @PrettyWood
+ * Binaries for Macos M1 CPUs, #3498 by @samuelcolvin
+ * Complex types can be set via nested environment variables, e.g.
+ foo___bar, #3159 by @Air-Mark
+ * add a dark mode to pydantic documentation, #2913 by @gbdlin
+ * Add support for autocomplete in VS Code via
+ __dataclass_transform__, #2721 by @tiangolo
+ * Add "exclude" as a field parameter so that it can be configured
+ using model config, #660 by @daviskirk
+- Full changelog in HISTORY.md
+
+-------------------------------------------------------------------
Old:
----
pydantic-1.8.2.tar.gz
New:
----
pydantic-1.9.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pydantic.spec ++++++
--- /var/tmp/diff_new_pack.Da2BU1/_old 2022-01-06 15:52:02.164996057 +0100
+++ /var/tmp/diff_new_pack.Da2BU1/_new 2022-01-06 15:52:02.168996059 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pydantic
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2019, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -17,10 +17,10 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-pydantic
-Version: 1.8.2
+Version: 1.9.0
Release: 0
Summary: Data validation and settings management using python type
hinting
License: MIT
@@ -30,13 +30,12 @@
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
-BuildRequires: (python3-dataclasses if python3-base < 3.7)
-BuildRequires: (python36-dataclasses if python36-base)
%if 0%{?python_version_nodots} == 36
Requires: python-dataclasses
%endif
++++++ pydantic-1.8.2.tar.gz -> pydantic-1.9.0.tar.gz ++++++
++++ 11747 lines of diff (skipped)