From 6ef8ef7895931d78e1c195a7a025eda7a95000ef4c93da5e7bee861d778c7839 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 5 Jul 2023 13:08:50 +0000 Subject: [PATCH] - 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 --- pydantic-1.10.8.tar.gz | 3 --- pydantic-1.10.9.tar.gz | 3 +++ python-pydantic.changes | 9 +++++++++ python-pydantic.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pydantic-1.10.8.tar.gz create mode 100644 pydantic-1.10.9.tar.gz diff --git a/pydantic-1.10.8.tar.gz b/pydantic-1.10.8.tar.gz deleted file mode 100644 index 9bbbdac..0000000 --- a/pydantic-1.10.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d4d7d06a93f7dc4747521e413b0b1e16558a1ab3580e9a30585d7b3dc3540f2 -size 765592 diff --git a/pydantic-1.10.9.tar.gz b/pydantic-1.10.9.tar.gz new file mode 100644 index 0000000..0e7cc15 --- /dev/null +++ b/pydantic-1.10.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147a6e94420b81d75be7ce63efc64d6cbf8e297ef27d6fc38cd4f542d955687f +size 765868 diff --git a/python-pydantic.changes b/python-pydantic.changes index e3bca7e..c7ee17a 100644 --- a/python-pydantic.changes +++ b/python-pydantic.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 5 13:07:17 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pydantic.spec b/python-pydantic.spec index efa4d4a..0f2ef17 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -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