pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-typeguard
Module Name: pkgsrc
Committed By: adam
Date: Sun Mar 24 07:28:27 UTC 2024
Modified Files:
pkgsrc/devel/py-typeguard: Makefile distinfo
Log Message:
py-typeguard: updated to 4.2.0
4.2.0
Added support for specifying options for the pytest plugin via pytest config files
Avoid creating reference cycles when type checking unions (PR by Shantanu)
Fixed Optional[...] being removed from the AST if it was located within a subscript
Fixed TypedDict from typing_extensions not being recognized as one
Fixed typing types (dict[str, int], List[str], etc.) not passing checks against type or Type
Fixed detection of optional fields (NotRequired[...]) in TypedDict when using forward references
Fixed mapping checks against Django's MultiValueDict
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-typeguard/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-typeguard/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-typeguard/Makefile
diff -u pkgsrc/devel/py-typeguard/Makefile:1.11 pkgsrc/devel/py-typeguard/Makefile:1.12
--- pkgsrc/devel/py-typeguard/Makefile:1.11 Sun Nov 19 16:02:44 2023
+++ pkgsrc/devel/py-typeguard/Makefile Sun Mar 24 07:28:27 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/11/19 16:02:44 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/03/24 07:28:27 adam Exp $
-DISTNAME= typeguard-4.1.5
+DISTNAME= typeguard-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typeguard/}
Index: pkgsrc/devel/py-typeguard/distinfo
diff -u pkgsrc/devel/py-typeguard/distinfo:1.8 pkgsrc/devel/py-typeguard/distinfo:1.9
--- pkgsrc/devel/py-typeguard/distinfo:1.8 Fri Sep 15 14:52:13 2023
+++ pkgsrc/devel/py-typeguard/distinfo Sun Mar 24 07:28:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/09/15 14:52:13 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/03/24 07:28:27 adam Exp $
-BLAKE2s (typeguard-4.1.5.tar.gz) = e51c132dab653f9e84d73a0d2a7e0ad2af900d6c9e3d8af94b2a07196340c34b
-SHA512 (typeguard-4.1.5.tar.gz) = 50bf3760246dba5de2e98038c78acbd6f2fd2d69ae8c688c3efeface5ef6cc4c2521f82d6084dabc1258286ac589ff94f1b9e3c9b67e9b019d725bf13884fce2
-Size (typeguard-4.1.5.tar.gz) = 69228 bytes
+BLAKE2s (typeguard-4.2.0.tar.gz) = 06f671f6fcf5b24d57007cb5e2ae8a9a9736487e08411695103f2e0a98d18140
+SHA512 (typeguard-4.2.0.tar.gz) = 9cee2db58ebbc5fdcdde3cdaa3f8a40f92d15af58ab9f391e9c372482a6a9d17a6d1f02db928fcea022c474f7a1328966455f640882a930c16a7617a32005672
+Size (typeguard-4.2.0.tar.gz) = 71240 bytes
Home |
Main Index |
Thread Index |
Old Index