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 Aug 23 11:20:40 UTC 2022
Modified Files:
pkgsrc/devel/py-pydantic: Makefile distinfo
Log Message:
py-pydantic: updated to 1.9.2
v1.9.2 (2022-08-11)
**Revert Breaking Change**: _v1.9.1_ introduced a breaking change where model fields were
deep copied by default, this release reverts the default behaviour to match _v1.9.0_ and before,
while also allow deep-copy behaviour via `copy_on_model_validation = 'deep'`.
* Allow for shallow copies of model fields, `Config.copy_on_model_validation` is now a str which must be
`'none'`, `'deep'`, or `'shallow'` corresponding to not copying, deep copy & shallow copy; default `'shallow'`
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/devel/py-pydantic/Makefile:1.3
--- pkgsrc/devel/py-pydantic/Makefile:1.2 Mon Aug 1 18:47:40 2022
+++ pkgsrc/devel/py-pydantic/Makefile Tue Aug 23 11:20:40 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/08/01 18:47:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/23 11:20:40 adam Exp $
-DISTNAME= pydantic-1.9.1
+DISTNAME= pydantic-1.9.2
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.1 pkgsrc/devel/py-pydantic/distinfo:1.2
--- pkgsrc/devel/py-pydantic/distinfo:1.1 Sun Jul 24 10:48:25 2022
+++ pkgsrc/devel/py-pydantic/distinfo Tue Aug 23 11:20:40 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/07/24 10:48:25 gdt Exp $
+$NetBSD: distinfo,v 1.2 2022/08/23 11:20:40 adam Exp $
-BLAKE2s (pydantic-1.9.1.tar.gz) = bc7e0630f9a1da84046e7ce9f4ff9b26ed5ab7f60c62688c5efb9b35c5655b57
-SHA512 (pydantic-1.9.1.tar.gz) = 19d2a50ef054b76cc7e8756759f3d67a14a58614dd6ff1b4f60e73354b0028e08743aa3bb5944da7ae357ab279134d3685c454d6affa6524b267c7cd9a40375e
-Size (pydantic-1.9.1.tar.gz) = 306846 bytes
+BLAKE2s (pydantic-1.9.2.tar.gz) = c6380e829f2d41bbf557bee7ed74cd13cf826589526151c1a88cda2c72947167
+SHA512 (pydantic-1.9.2.tar.gz) = 524595aea9401e82d2e985fdb5aa9b4a8b39edfed856d08e057695c786d65c3455991e4f57ce326902ff9cbed328bcb5e6f4133bda769fecea5affb68f3b4345
+Size (pydantic-1.9.2.tar.gz) = 307957 bytes
Home |
Main Index |
Thread Index |
Old Index