pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pydantic py-pydantic: updated to 1.9.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b494f2e8f62
branches: trunk
changeset: 383826:0b494f2e8f62
user: adam <adam%pkgsrc.org@localhost>
date: Tue Aug 23 11:20:40 2022 +0000
description:
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'`
diffstat:
devel/py-pydantic/Makefile | 4 ++--
devel/py-pydantic/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 2739a7cd56d8 -r 0b494f2e8f62 devel/py-pydantic/Makefile
--- a/devel/py-pydantic/Makefile Tue Aug 23 11:17:55 2022 +0000
+++ b/devel/py-pydantic/Makefile Tue Aug 23 11:20:40 2022 +0000
@@ -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/}
diff -r 2739a7cd56d8 -r 0b494f2e8f62 devel/py-pydantic/distinfo
--- a/devel/py-pydantic/distinfo Tue Aug 23 11:17:55 2022 +0000
+++ b/devel/py-pydantic/distinfo Tue Aug 23 11:20:40 2022 +0000
@@ -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