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:           Tue Feb 18 10:06:46 UTC 2025

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

Log Message:
py-typeguard: updated to 4.4.2

4.4.2

- Fixed ``TypeCheckError`` in unpacking assignment involving properties of a parameter
  of the function
- Fixed display of module name for forward references
- Fixed ``TypeError`` when using an assignment expression
- Fixed ``ValueError: no signature found for builtin`` when checking against a protocol
  and a matching attribute in the subject is a built-in function


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-typeguard/Makefile
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/devel/py-typeguard/Makefile:1.18
--- pkgsrc/devel/py-typeguard/Makefile:1.17     Mon Nov 11 07:28:28 2024
+++ pkgsrc/devel/py-typeguard/Makefile  Tue Feb 18 10:06:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:28:28 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/18 10:06:46 adam Exp $
 
-DISTNAME=      typeguard-4.4.1
+DISTNAME=      typeguard-4.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typeguard/}

Index: pkgsrc/devel/py-typeguard/distinfo
diff -u pkgsrc/devel/py-typeguard/distinfo:1.13 pkgsrc/devel/py-typeguard/distinfo:1.14
--- pkgsrc/devel/py-typeguard/distinfo:1.13     Sun Nov  3 19:07:15 2024
+++ pkgsrc/devel/py-typeguard/distinfo  Tue Feb 18 10:06:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/11/03 19:07:15 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/02/18 10:06:46 adam Exp $
 
-BLAKE2s (typeguard-4.4.1.tar.gz) = 943a118a5d8fc9d31f36f6d20a2f8589ca6598cf9f692a3e2efffe079a771727
-SHA512 (typeguard-4.4.1.tar.gz) = af862371b22237cc39efad4840bb0bbd632116bee6e095531426dbaff606b6c1b2b58c82ddc083f816c340b4151421ff911ffd689dc3dc2fb7a031c067182aba
-Size (typeguard-4.4.1.tar.gz) = 74959 bytes
+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



Home | Main Index | Thread Index | Old Index