diff --git a/pydantic-2.7.1.tar.gz b/pydantic-2.7.1.tar.gz deleted file mode 100644 index c0c54db..0000000 --- a/pydantic-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c23e1eed9c4abcc2f23a82bf8915750a5fffe6e089ca3cd573a47d20a7691c72 -size 2749202 diff --git a/pydantic-2.7.3.tar.gz b/pydantic-2.7.3.tar.gz new file mode 100644 index 0000000..7578e01 --- /dev/null +++ b/pydantic-2.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2706033be7d026c2a2d7ccf512d67c41e32d17d1d40cbc4a5bd57578d3d70cc +size 2749431 diff --git a/python-pydantic.changes b/python-pydantic.changes index f0ff705..305ee40 100644 --- a/python-pydantic.changes +++ b/python-pydantic.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jun 6 14:14:46 UTC 2024 - Dirk Müller + +- update to 2.7.3: + * Bump `pydantic-core` to `v2.18.4` + * Fix u style unicode strings in python @samuelcolvin in + pydantic/jiter#110 + * Replace `__spec__.parent` with `__package__` + * Fix validation of `int`s with leading unary minus + * Fix `str` subclass validation for enums + * Support `BigInt`s in `Literal`s and `Enum`s + * Fix: uuid - allow `str` subclass as input + ------------------------------------------------------------------- Thu May 30 04:56:19 UTC 2024 - Steve Kowalik diff --git a/python-pydantic.spec b/python-pydantic.spec index ce31626..8b5c81e 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pydantic%{psuffix} -Version: 2.7.1 +Version: 2.7.3 Release: 0 Summary: Data validation and settings management using python type hinting License: MIT @@ -58,7 +58,7 @@ Requires: python-annotated-types >= 0.4.0 %if 0%{?python_version_nodots} < 310 Requires: python-eval-type-backport %endif -Requires: python-pydantic-core == 2.18.2 +Requires: python-pydantic-core == 2.18.4 Requires: python-typing_extensions >= 4.6.1 Suggests: python-email-validator >= 2.0 BuildArch: noarch