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  4 11:21:37 UTC 2023

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

Log Message:
py-pydantic: updated to 1.10.7

v1.10.7 (2023-03-22)

* Fix creating schema from model using `ConstrainedStr` with `regex` as dict key
* Address bug in mypy plugin caused by explicit_package_bases=True
* Add implicit defaults in the mypy plugin for Field with no default argument
* Fix schema generated for Enum values used as Literals in discriminated unions
* Fix mypy failures caused by the pydantic mypy plugin when users define `from_orm` in their own classes
* Fix `InitVar` usage with pydantic dataclasses, mypy version `1.1.1` and the custom mypy plugin


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/py-pydantic/Makefile:1.8
--- pkgsrc/devel/py-pydantic/Makefile:1.7       Thu Mar  9 05:33:49 2023
+++ pkgsrc/devel/py-pydantic/Makefile   Tue Apr  4 11:21:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/03/09 05:33:49 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/04/04 11:21:37 adam Exp $
 
-DISTNAME=      pydantic-1.10.6
+DISTNAME=      pydantic-1.10.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydantic/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-typing-extensio
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 MAKE_ENV+=     SKIP_CYTHON=1
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pydantic/distinfo
diff -u pkgsrc/devel/py-pydantic/distinfo:1.6 pkgsrc/devel/py-pydantic/distinfo:1.7
--- pkgsrc/devel/py-pydantic/distinfo:1.6       Thu Mar  9 05:33:49 2023
+++ pkgsrc/devel/py-pydantic/distinfo   Tue Apr  4 11:21:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/03/09 05:33:49 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/04/04 11:21:37 adam Exp $
 
-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
+BLAKE2s (pydantic-1.10.7.tar.gz) = 7779c67d92066f82d2a9464e92a8934af7dc8a9d206b2b4e9a558cb338c44947
+SHA512 (pydantic-1.10.7.tar.gz) = 7210637461317d869cd93041158f870dbbacc1e08a5c624b59d80abb365ddac311fe837e50961c7ee0cdba169a999228c7df0941b639fd07343fd2701ed5c492
+Size (pydantic-1.10.7.tar.gz) = 344063 bytes



Home | Main Index | Thread Index | Old Index