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: Thu Jun 5 17:37:15 UTC 2025
Modified Files:
pkgsrc/devel/py-typeguard: Makefile PLIST distinfo
Log Message:
py-typeguard: updated to 4.4.3
4.4.3
- Fixed ``@typechecked`` unable to find the target function or method if it or the
containing class had PEP 695 type parameters on them
- Fixed handling of union types on Python 3.14
- Fixed ``__type_params__`` getting lost when a function is instrumented
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-typeguard/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-typeguard/PLIST
cvs rdiff -u -r1.14 -r1.15 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.19 pkgsrc/devel/py-typeguard/Makefile:1.20
--- pkgsrc/devel/py-typeguard/Makefile:1.19 Sat Apr 12 21:37:06 2025
+++ pkgsrc/devel/py-typeguard/Makefile Thu Jun 5 17:37:15 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2025/04/12 21:37:06 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/06/05 17:37:15 adam Exp $
-DISTNAME= typeguard-4.4.2
+DISTNAME= typeguard-4.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typeguard/}
@@ -13,7 +12,7 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.4:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.10.0:../../devel/py-typing-extensions
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.14.0:../../devel/py-typing-extensions
TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=1.2.0:../../lang/py-mypy
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-typeguard/PLIST
diff -u pkgsrc/devel/py-typeguard/PLIST:1.5 pkgsrc/devel/py-typeguard/PLIST:1.6
--- pkgsrc/devel/py-typeguard/PLIST:1.5 Sat Apr 12 21:37:06 2025
+++ pkgsrc/devel/py-typeguard/PLIST Thu Jun 5 17:37:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/12 21:37:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/06/05 17:37:15 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -38,9 +38,6 @@ ${PYSITELIB}/typeguard/_suppression.pyo
${PYSITELIB}/typeguard/_transformer.py
${PYSITELIB}/typeguard/_transformer.pyc
${PYSITELIB}/typeguard/_transformer.pyo
-${PYSITELIB}/typeguard/_union_transformer.py
-${PYSITELIB}/typeguard/_union_transformer.pyc
-${PYSITELIB}/typeguard/_union_transformer.pyo
${PYSITELIB}/typeguard/_utils.py
${PYSITELIB}/typeguard/_utils.pyc
${PYSITELIB}/typeguard/_utils.pyo
Index: pkgsrc/devel/py-typeguard/distinfo
diff -u pkgsrc/devel/py-typeguard/distinfo:1.14 pkgsrc/devel/py-typeguard/distinfo:1.15
--- pkgsrc/devel/py-typeguard/distinfo:1.14 Tue Feb 18 10:06:46 2025
+++ pkgsrc/devel/py-typeguard/distinfo Thu Jun 5 17:37:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/02/18 10:06:46 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/06/05 17:37:15 adam Exp $
-BLAKE2s (typeguard-4.4.2.tar.gz) = 72e9cf981de48a5723c29f676d4ca783ed913717cd2c8b5673597191c5ddf491
-SHA512 (typeguard-4.4.2.tar.gz) = 205429ae4960563c10b747956a2f4f41504abb300957cc75be0e9a6caecba84bebbbbf2e71d22f2961870f12f29e03fcd78ef0cd54edd7285f62ceaf35a74138
-Size (typeguard-4.4.2.tar.gz) = 75746 bytes
+BLAKE2s (typeguard-4.4.3.tar.gz) = eb3176e3863507f2ecc4a797414e0972900e18c36ba69bc63fb0820098235040
+SHA512 (typeguard-4.4.3.tar.gz) = 332765a8b3186f271816c239a0fba994bb2af8e4d2bec8db293860d155835090eda28779eb88c087f395c10a1c46d8ccce9a910589c1bf960d072fbb59a53d05
+Size (typeguard-4.4.3.tar.gz) = 75072 bytes
Home |
Main Index |
Thread Index |
Old Index