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 Apr 24 12:43:18 UTC 2024

Modified Files:
        pkgsrc/devel/py-pydantic: Makefile distinfo

Log Message:
py-pydantic: updated to 2.7.1

v2.7.1

Packaging

Bump pydantic-core to v2.18.2

New Features

Ftp and Websocket connection strings support

Changes

Use field description for RootModel schema description when there is …

Fixes

Fix validation_alias behavior with model_construct for AliasChoices and AliasPath
Revert typing.Literal and import it outside the TYPE_CHECKING block
Fix Secret serialization schema, applicable for unions
Fix strict application to function-after with use_enum_values
Address case where model_construct on a class which defines model_post_init fails with AttributeError
Fix model_json_schema with config types
Support multiple zeros as an int
Fix validation of ints with leading unary plus
Fix interaction between extra != 'ignore' and from_attributes=True
Handle error from Enum's missing function as ValidationError
Fix memory leak with Iterable validation


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/devel/py-pydantic/Makefile:1.17
--- pkgsrc/devel/py-pydantic/Makefile:1.16      Thu Apr 18 12:26:55 2024
+++ pkgsrc/devel/py-pydantic/Makefile   Wed Apr 24 12:43:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/04/18 12:26:55 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/04/24 12:43:18 adam Exp $
 
-DISTNAME=      pydantic-2.7.0
+DISTNAME=      pydantic-2.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydantic/}
@@ -13,7 +13,7 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme>=22.5.0:../../devel/py-hatch-fancy-pypi-readme
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-annotated-types>=0.4.0:../../lang/py-annotated-types
-DEPENDS+=      ${PYPKGPREFIX}-pydantic-core>=2.18.1:../../devel/py-pydantic-core
+DEPENDS+=      ${PYPKGPREFIX}-pydantic-core>=2.18.2:../../devel/py-pydantic-core
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.6.1:../../devel/py-typing-extensions
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-cloudpickle-[0-9]*
 TEST_DEPENDS+= ${PYPKGPREFIX}-dirty-equals-[0-9]*:../../devel/py-dirty-equals

Index: pkgsrc/devel/py-pydantic/distinfo
diff -u pkgsrc/devel/py-pydantic/distinfo:1.15 pkgsrc/devel/py-pydantic/distinfo:1.16
--- pkgsrc/devel/py-pydantic/distinfo:1.15      Thu Apr 18 12:26:55 2024
+++ pkgsrc/devel/py-pydantic/distinfo   Wed Apr 24 12:43:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/04/18 12:26:55 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/04/24 12:43:18 adam Exp $
 
-BLAKE2s (pydantic-2.7.0.tar.gz) = 21401785160edc48225cec214dcd9aa2391ecf013a4be6c4f27fb7a6ee49d6ff
-SHA512 (pydantic-2.7.0.tar.gz) = 06254a99456a999dd5b165c032e3d5fb48a59d56beb51c1ff77d2dbf181bc2b535801307adf00f3547d5f60fd868ead8d6baf507564c52e09e1efe04c155aeb9
-Size (pydantic-2.7.0.tar.gz) = 710409 bytes
+BLAKE2s (pydantic-2.7.1.tar.gz) = ec818a9307364ef4ecb62fcd9e480e606150695c5ec78464c3704c0535b6da9e
+SHA512 (pydantic-2.7.1.tar.gz) = 6b85c37384629e3df5f2b58e39ee9bf67f902b1ad2b05eb1298f03da8a945fc8f0865408948ad5deef76ca1d014f360ba778d4d957b6e7e158d2aa5c22861bd9
+Size (pydantic-2.7.1.tar.gz) = 713923 bytes



Home | Main Index | Thread Index | Old Index