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:           Mon Sep  9 16:51:29 UTC 2024

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

Log Message:
py-pydantic: updated to 2.9.1

v2.9.1

Fix Predicate issue in v2.9.0
Fixing annotated-types bound to >=0.6.0
Turn tzdata install requirement into optional timezone dependency
Fix IncExc type alias definition
Use correct types namespace when building namedtuple core schemas
Fix evaluation of stringified annotations during namespace inspection
Fix tagged union serialization with alias generators


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/devel/py-pydantic/Makefile:1.23
--- pkgsrc/devel/py-pydantic/Makefile:1.22      Sat Sep  7 05:34:24 2024
+++ pkgsrc/devel/py-pydantic/Makefile   Mon Sep  9 16:51:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/09/07 05:34:24 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/09/09 16:51:29 adam Exp $
 
-DISTNAME=      pydantic-2.9.0
+DISTNAME=      pydantic-2.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydantic/}
@@ -12,14 +12,14 @@ 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.23.2:../../devel/py-pydantic-core
+DEPENDS+=      ${PYPKGPREFIX}-annotated-types>=0.6.0:../../lang/py-annotated-types
+DEPENDS+=      ${PYPKGPREFIX}-pydantic-core>=2.23.3:../../devel/py-pydantic-core
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.12.2:../../devel/py-typing-extensions
-DEPENDS+=      ${PYPKGPREFIX}-tzdata-[0-9]*:../../time/py-tzdata
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-cloudpickle-[0-9]*
 TEST_DEPENDS+= ${PYPKGPREFIX}-dirty-equals-[0-9]*:../../devel/py-dirty-equals
 TEST_DEPENDS+= ${PYPKGPREFIX}-email_validator>=2.0.0:../../mail/py-email_validator
 TEST_DEPENDS+= ${PYPKGPREFIX}-faker>=18.13.0:../../devel/py-faker
+TEST_DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.23.0:../../textproc/py-jsonschema
 TEST_DEPENDS+= ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark>=4.0.0:../../devel/py-test-benchmark
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-test-examples-[0-9]*:../../devel/py-test-examples

Index: pkgsrc/devel/py-pydantic/distinfo
diff -u pkgsrc/devel/py-pydantic/distinfo:1.21 pkgsrc/devel/py-pydantic/distinfo:1.22
--- pkgsrc/devel/py-pydantic/distinfo:1.21      Sat Sep  7 05:34:24 2024
+++ pkgsrc/devel/py-pydantic/distinfo   Mon Sep  9 16:51:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/09/07 05:34:24 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/09/09 16:51:29 adam Exp $
 
-BLAKE2s (pydantic-2.9.0.tar.gz) = 2ccb1f07b03c09453f3a10e5131552697f9f2c2b078af9684a7f61c81a162597
-SHA512 (pydantic-2.9.0.tar.gz) = e4e2b961e831c1461446c1914176a5fca4b573ed5df7a4e5f1fe956b94568bf982e0ed0ee3ab8e08b518817b40dc76a24aaff95453a25e736890e5f0b30549d9
-Size (pydantic-2.9.0.tar.gz) = 768298 bytes
+BLAKE2s (pydantic-2.9.1.tar.gz) = d15e7eee08b116a58d75038a8821c7642de8400f0a8f063010f1b80f69ff9a6e
+SHA512 (pydantic-2.9.1.tar.gz) = b35241a0956f41bfcb9f61f34a5fead2c88a266a721d0dea584068f58c72fceda1a70236ca1f3c242c9ef22ac8f7e444b48e212088a3e7e7754008652a028664
+Size (pydantic-2.9.1.tar.gz) = 768511 bytes



Home | Main Index | Thread Index | Old Index