Skip to content

Commit

Permalink
Update python-pydantic to version 1.10.8 / rev 18 via SR 1088976
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1088976
by user dgarcia + dimstar_suse
- 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](python/typeshed#9771),
    #5505 by @ITProKyle
  • Loading branch information
dgarcia authored and bmwiedemann committed May 26, 2023
1 parent 37e7dfb commit 46d9f6f
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
Binary file modified packages/p/python-pydantic/.files
Binary file not shown.
19 changes: 19 additions & 0 deletions packages/p/python-pydantic/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,23 @@
* Fix `X | Y` union syntax breaking `GenericModel`</comment>
<requestid>1074635</requestid>
</revision>
<revision rev="18" vrev="1">
<srcmd5>387a843a5577a9b6daa36086cec049eb</srcmd5>
<version>1.10.8</version>
<time>1685124899</time>
<user>dimstar_suse</user>
<comment>- 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 &gt;=2.0.0post2, #5627 by
@adriangb
* update `AnyClassMethod` for changes in
[python/typeshed#9771](https://github.com/python/typeshed/issues/9771),
#5505 by @ITProKyle
</comment>
<requestid>1088976</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-pydantic/pydantic-1.10.7.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-pydantic/pydantic-1.10.8.tar.gz
15 changes: 15 additions & 0 deletions packages/p/python-pydantic/python-pydantic.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
3 changes: 2 additions & 1 deletion packages/p/python-pydantic/python-pydantic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
#


%{?sle15_python_module_pythons}
%define skip_python2 1
Name: python-pydantic
Version: 1.10.7
Version: 1.10.8
Release: 0
Summary: Data validation and settings management using python type hinting
License: MIT
Expand Down

0 comments on commit 46d9f6f

Please sign in to comment.