pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pydantic
Module Name: pkgsrc
Committed By: adam
Date: Wed Dec 4 11:25:32 UTC 2024
Modified Files:
pkgsrc/devel/py-pydantic: Makefile distinfo
Log Message:
py-pydantic: updated to 2.10.3
v2.10.3 (2024-12-03)
Fixes
* Set fields when `defer_build` is set on Pydantic dataclasses
* Do not resolve the JSON Schema reference for `dict` core schema keys
* Use the globals of the function when evaluating the return type for `PlainSerializer` and `WrapSerializer` functions
* Fix host required enforcement for urls to be compatible with v2.9 behavior
* Add a `default_factory_takes_validated_data` property to `FieldInfo`
* Fix url json schema in `serialization` mode
v2.10.2 (2024-11-25)
Fixes
* Only evaluate FieldInfo annotations if required during schema building
* Do not evaluate annotations for private fields
* Support serialization as any for `Secret` types and `Url` types
* Fix type hint of `Field.default` to be compatible with Python 3.8 and 3.9
* Add hashing support for URL types
* Hide `BaseModel.__replace__` definition from type checkers
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-pydantic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pydantic/Makefile
diff -u pkgsrc/devel/py-pydantic/Makefile:1.26 pkgsrc/devel/py-pydantic/Makefile:1.27
--- pkgsrc/devel/py-pydantic/Makefile:1.26 Fri Nov 22 07:51:04 2024
+++ pkgsrc/devel/py-pydantic/Makefile Wed Dec 4 11:25:32 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/11/22 07:51:04 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/12/04 11:25:32 adam Exp $
-DISTNAME= pydantic-2.10.1
+DISTNAME= pydantic-2.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydantic/}
Index: pkgsrc/devel/py-pydantic/distinfo
diff -u pkgsrc/devel/py-pydantic/distinfo:1.25 pkgsrc/devel/py-pydantic/distinfo:1.26
--- pkgsrc/devel/py-pydantic/distinfo:1.25 Fri Nov 22 07:51:04 2024
+++ pkgsrc/devel/py-pydantic/distinfo Wed Dec 4 11:25:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/11/22 07:51:04 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/12/04 11:25:32 adam Exp $
-BLAKE2s (pydantic-2.10.1.tar.gz) = 865fb258cfa63faa11b7749edc5fef1120f455470b0b4a442995f6e8538c361a
-SHA512 (pydantic-2.10.1.tar.gz) = fd2283ec7463568f12e2a7a687e2a2b030441101f6c9aa621914ce1ba2bfd0b43da0767bdb0d1909a321f11cd37f85222eac4cc4ca59aa73a7b2fc6ccefd0f8a
-Size (pydantic-2.10.1.tar.gz) = 783717 bytes
+BLAKE2s (pydantic-2.10.3.tar.gz) = 855179916e4f0198ce6a1eea141bc16e6531b4e0f5275d56cd8736ab301ffa52
+SHA512 (pydantic-2.10.3.tar.gz) = d5264c29b042ce24e8c03bad7a7db1fa556fb84c90b287cb87ddc52560d60db3d363ed7f05ea1af9e1469e52150388c9b119982cea5272960c0db2b31bd57fc6
+Size (pydantic-2.10.3.tar.gz) = 786486 bytes
Home |
Main Index |
Thread Index |
Old Index