- update to 1.10.9:

* Fix trailing zeros not ignored in Decimal validation
  * Fix mypy plugin for v1.4.0
  * Add future and past date hypothesis strategies
  * Discourage usage of Cython 3 with Pydantic 1.x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=36
This commit is contained in:
Dirk Mueller 2023-07-05 13:08:50 +00:00 committed by Git OBS Bridge
parent 30f29da82f
commit 6ef8ef7895
4 changed files with 13 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:147a6e94420b81d75be7ce63efc64d6cbf8e297ef27d6fc38cd4f542d955687f
size 765868

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 5 13:07:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.10.9:
* Fix trailing zeros not ignored in Decimal validation
* Fix mypy plugin for v1.4.0
* Add future and past date hypothesis strategies
* Discourage usage of Cython 3 with Pydantic 1.x
-------------------------------------------------------------------
Thu May 25 07:32:32 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

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