diff --git a/pydantic-1.10.7.tar.gz b/pydantic-1.10.7.tar.gz deleted file mode 100644 index 7cc1d2e..0000000 --- a/pydantic-1.10.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff346da03d333b055a2d432f50e2b5c452697a2881d6ff2302162d2525c7f145 -size 903379 diff --git a/pydantic-1.10.8.tar.gz b/pydantic-1.10.8.tar.gz new file mode 100644 index 0000000..9bbbdac --- /dev/null +++ b/pydantic-1.10.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4d7d06a93f7dc4747521e413b0b1e16558a1ab3580e9a30585d7b3dc3540f2 +size 765592 diff --git a/python-pydantic.changes b/python-pydantic.changes index cc75e2a..e3bca7e 100644 --- a/python-pydantic.changes +++ b/python-pydantic.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu May 25 07:32:32 UTC 2023 - Daniel Garcia + +- 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 diff --git a/python-pydantic.spec b/python-pydantic.spec index 7da4c20..efa4d4a 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -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