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:           Thu Mar  9 05:33:49 UTC 2023

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

Log Message:
py-pydantic: updated to 1.10.6

v1.10.6 (2023-03-08)

* Implement logic to support creating validators from non standard callables by using defaults to identify them and unwrapping `functools.partial` and `functools.partialmethod` when checking the 
signature
* Fix mypy plugin for v1.1.1, and fix `dataclass_transform` decorator for pydantic dataclasses
* Raise `ValidationError`, not `ConfigError`, when a discriminator value is unhashable


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/devel/py-pydantic/Makefile:1.7
--- pkgsrc/devel/py-pydantic/Makefile:1.6       Sat Feb 18 21:02:40 2023
+++ pkgsrc/devel/py-pydantic/Makefile   Thu Mar  9 05:33:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/02/18 21:02:40 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/03/09 05:33:49 adam Exp $
 
-DISTNAME=      pydantic-1.10.5
+DISTNAME=      pydantic-1.10.6
 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.5 pkgsrc/devel/py-pydantic/distinfo:1.6
--- pkgsrc/devel/py-pydantic/distinfo:1.5       Sat Feb 18 21:02:40 2023
+++ pkgsrc/devel/py-pydantic/distinfo   Thu Mar  9 05:33:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/02/18 21:02:40 adam Exp $
+$NetBSD: distinfo,v 1.6 2023/03/09 05:33:49 adam Exp $
 
-BLAKE2s (pydantic-1.10.5.tar.gz) = fcaa9857c802c344fb5565df81d6dee90472e415fcdb26d8fcbc7c21c947b22c
-SHA512 (pydantic-1.10.5.tar.gz) = 15ae8fc55ebe9ddbcb511a205ff9af0ca4ccf65aa4244458d0806f4e468539ad2f812f530e9fd955e1e3d4bfb145c1a21e1d525c5f9e7d8c61dab743429242f4
-Size (pydantic-1.10.5.tar.gz) = 340549 bytes
+BLAKE2s (pydantic-1.10.6.tar.gz) = 0f1081f2a81a3bfe4c49b7209e9d86e4e616e224d6b15f6b4f6b5ec47c6f7163
+SHA512 (pydantic-1.10.6.tar.gz) = e8dd4dd11f2203efb2c3700e7547b1a1547d7d027c7d6d44623293cd38663b152b9941af83fde83911a82161a4a432d01831d523d98f67eee7cd39cbb46753ac
+Size (pydantic-1.10.6.tar.gz) = 342198 bytes



Home | Main Index | Thread Index | Old Index