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 Feb  5 21:20:28 UTC 2024

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

Log Message:
py-pydantic: updated to 2.6.1

v2.6.1 (2024-02-05)

Packaging

* Upgrade to `pydantic-core` 2.16.2

Fixes

* Fix bug with `mypy` plugin and `no_strict_optional = True`
* Fix `ByteSize` error `type` change
* Fix inheriting `Field` annotations in dataclasses
* Fix regression in core schema generation for indirect definition references
* Fix unsupported types bug with `PlainValidator`
* Reverting problematic fix from 2.6 release, fixing schema building bug
* Fix warning for tuple of wrong size in `Union`
* Fix `computed_field` JSON serializer `exclude_none` behavior


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/devel/py-pydantic/Makefile:1.12
--- pkgsrc/devel/py-pydantic/Makefile:1.11      Wed Jan 31 00:03:49 2024
+++ pkgsrc/devel/py-pydantic/Makefile   Mon Feb  5 21:20:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/01/31 00:03:49 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/02/05 21:20:27 adam Exp $
 
-DISTNAME=      pydantic-2.6.0
+DISTNAME=      pydantic-2.6.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.16.1:../../devel/py-pydantic-core
+DEPENDS+=      ${PYPKGPREFIX}-pydantic-core>=2.16.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.10 pkgsrc/devel/py-pydantic/distinfo:1.11
--- pkgsrc/devel/py-pydantic/distinfo:1.10      Wed Jan 31 00:03:49 2024
+++ pkgsrc/devel/py-pydantic/distinfo   Mon Feb  5 21:20:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/01/31 00:03:49 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/02/05 21:20:27 adam Exp $
 
-BLAKE2s (pydantic-2.6.0.tar.gz) = 46f71a38617bcc3f3037681e71282e5a85851a4b7b5d63b783877a4cc03000ad
-SHA512 (pydantic-2.6.0.tar.gz) = 5d3912f2b388ea49ba853b6463478c0fbf15ea67877291198ef69b4dc6f037215e62dc872e62ad6152ce02de0d809c89dcd11b5b0c94e668f15eb559a3d8a536
-Size (pydantic-2.6.0.tar.gz) = 677208 bytes
+BLAKE2s (pydantic-2.6.1.tar.gz) = 1bffb6df7e675316ebfa8da3836511ad1f940faa382a5fc054130f9e8040fbde
+SHA512 (pydantic-2.6.1.tar.gz) = 89a202165950ab741eac8441eb6c014dab50474bd4d001f90a32cff55b1b6bf36433d4ae11df8ab5e51bbcf68efb9674cece9a512c1d85f428e13fb59e2ae2c0
+Size (pydantic-2.6.1.tar.gz) = 679826 bytes



Home | Main Index | Thread Index | Old Index