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: Tue Apr 28 13:06:42 UTC 2026
Modified Files:
pkgsrc/devel/py-pydantic: Makefile distinfo
Log Message:
py-pydantic: updated to 2.13.3
2.13.3
Handle AttributeError subclasses with from_attributes
2.13.2
Fix ValidationInfo.field_name missing with model_validate_json()
2.13.1
Fix ValidationInfo.data missing with model_validate_json()
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.35 -r1.36 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.39 pkgsrc/devel/py-pydantic/Makefile:1.40
--- pkgsrc/devel/py-pydantic/Makefile:1.39 Sun Dec 28 16:07:06 2025
+++ pkgsrc/devel/py-pydantic/Makefile Tue Apr 28 13:06:42 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.39 2025/12/28 16:07:06 gdt Exp $
+# $NetBSD: Makefile,v 1.40 2026/04/28 13:06:42 adam Exp $
# NB: pydantic expresses an exact dependency on pydantic-core. While
# unfortunate, it is actually true, and pydantic with non-matching
# versions of pydantic-core fail to build matrix-synapse.
# https://github.com/pydantic/pydantic/issues/12189#issuecomment-3227083571
-DISTNAME= pydantic-2.12.5
+DISTNAME= pydantic-2.13.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydantic/}
@@ -16,14 +16,12 @@ 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.6.0:../../lang/py-annotated-types
# We must express the exact dependency from pyproject.toml with
# respect to upstream's version, but allow for possible nbN versions.
-DEPENDS+= ${PYPKGPREFIX}-pydantic-core>=2.41.5<2.41.6:../../devel/py-pydantic-core
+DEPENDS+= ${PYPKGPREFIX}-pydantic-core>=2.46.3<2.46.4:../../devel/py-pydantic-core
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.14.1:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-typing-inspection>=0.4.2:../../devel/py-typing-inspection
-
TEST_DEPENDS+= ${PYPKGPREFIX}-cloudpickle-[0-9]*:../../converters/py-cloudpickle
TEST_DEPENDS+= ${PYPKGPREFIX}-dirty-equals-[0-9]*:../../devel/py-dirty-equals
TEST_DEPENDS+= ${PYPKGPREFIX}-email_validator>=2.0.0:../../mail/py-email_validator
Index: pkgsrc/devel/py-pydantic/distinfo
diff -u pkgsrc/devel/py-pydantic/distinfo:1.35 pkgsrc/devel/py-pydantic/distinfo:1.36
--- pkgsrc/devel/py-pydantic/distinfo:1.35 Fri Dec 26 10:49:13 2025
+++ pkgsrc/devel/py-pydantic/distinfo Tue Apr 28 13:06:42 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.35 2025/12/26 10:49:13 adam Exp $
+$NetBSD: distinfo,v 1.36 2026/04/28 13:06:42 adam Exp $
-BLAKE2s (pydantic-2.12.5.tar.gz) = 01b7ae68ed837d73416d99d6d177254c4379179328baf85e2533b1b3c6cc2c66
-SHA512 (pydantic-2.12.5.tar.gz) = 93968bf402ba1b2ea48375be021f8e2cfc61bee2cb39a7ec470bf445d752f1bfd638dd951b34f443ddb6a853aa81f1860b11cc6478eb20c142e48347c80ec827
-Size (pydantic-2.12.5.tar.gz) = 821591 bytes
-SHA1 (patch-pyproject.toml) = 0c27828b9251d71f87af379405ab1ff736ed6900
+BLAKE2s (pydantic-2.13.3.tar.gz) = c8d96400aa1e3815b6ac32739074776c942fe5f3345ae6bd4dab52ab8fbda89b
+SHA512 (pydantic-2.13.3.tar.gz) = fb807b94eec1ac603e515e11e99d1b4c19d31c0008d2ae02f4798eab8ad524202b38a71211f1667b476f38385f7e13f7e16b38a5912081eb5df22402020f618a
+Size (pydantic-2.13.3.tar.gz) = 844068 bytes
Home |
Main Index |
Thread Index |
Old Index