1
0

Accepting request 1088976 from devel:languages:python

- Update to v1.10.8
  * Fix a bug in `Literal` usage with `typing-extension==4.6.0`, #5826
    by @hramezani
  * This solves the (closed) issue #3849 where aliased fields that use
    discriminated union fail to validate when the data contains the
    non-aliased field name, #5736 by @benwah
  * Update email-validator dependency to >=2.0.0post2, #5627 by
    @adriangb
  * update `AnyClassMethod` for changes in
    [python/typeshed#9771](https://github.com/python/typeshed/issues/9771),
    #5505 by @ITProKyle

OBS-URL: https://build.opensuse.org/request/show/1088976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydantic?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2023-05-26 18:14:59 +00:00 committed by Git OBS Bridge
commit d54d0324da
4 changed files with 20 additions and 4 deletions

BIN
pydantic-1.10.7.tar.gz (Stored with Git LFS)

Binary file not shown.

3
pydantic-1.10.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d4d7d06a93f7dc4747521e413b0b1e16558a1ab3580e9a30585d7b3dc3540f2
size 765592

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu May 25 07:32:32 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to v1.10.8
* Fix a bug in `Literal` usage with `typing-extension==4.6.0`, #5826
by @hramezani
* This solves the (closed) issue #3849 where aliased fields that use
discriminated union fail to validate when the data contains the
non-aliased field name, #5736 by @benwah
* Update email-validator dependency to >=2.0.0post2, #5627 by
@adriangb
* update `AnyClassMethod` for changes in
[python/typeshed#9771](https://github.com/python/typeshed/issues/9771),
#5505 by @ITProKyle
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 27 10:00:20 UTC 2023 - Dirk Müller <dmueller@suse.com> Mon Mar 27 10:00:20 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -17,9 +17,10 @@
# #
%{?sle15_python_module_pythons}
%define skip_python2 1 %define skip_python2 1
Name: python-pydantic Name: python-pydantic
Version: 1.10.7 Version: 1.10.8
Release: 0 Release: 0
Summary: Data validation and settings management using python type hinting Summary: Data validation and settings management using python type hinting
License: MIT License: MIT