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:           Mon Sep 11 09:30:20 UTC 2023

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

Log Message:
py-typeguard: updated to 4.1.4

4.1.4

- Fixed ``AttributeError`` where the transformer removed elements from a PEP 604 union
- Fixed ``AttributeError: 'Subscript' object has no attribute 'slice'`` when
  encountering an annotation with a subscript containing an ignored type (imported
  within an ``if TYPE_CHECKING:`` block)
- Fixed type checking not being skipped when the target is a union (PEP 604 or
  ``typing.Union``) where one of the elements is an ignored type (shadowed by an
  argument, variable assignment or an ``if TYPE_CHECKING`` import)
- Fixed type checking of class instances created in ``__new__()`` in cases such as enums
  where this method is already invoked before the class has finished initializing


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-typeguard/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/py-typeguard/Makefile:1.8
--- pkgsrc/devel/py-typeguard/Makefile:1.7      Sun Aug 27 02:50:34 2023
+++ pkgsrc/devel/py-typeguard/Makefile  Mon Sep 11 09:30:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/08/27 02:50:34 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/09/11 09:30:20 adam Exp $
 
-DISTNAME=      typeguard-4.1.3
+DISTNAME=      typeguard-4.1.4
 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.6 pkgsrc/devel/py-typeguard/distinfo:1.7
--- pkgsrc/devel/py-typeguard/distinfo:1.6      Sun Aug 27 02:50:34 2023
+++ pkgsrc/devel/py-typeguard/distinfo  Mon Sep 11 09:30:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/08/27 02:50:34 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/09/11 09:30:20 adam Exp $
 
-BLAKE2s (typeguard-4.1.3.tar.gz) = facb7499b93cb9829c997554d5619bd9f1eabd660f60baa932b3e4060db4f3e5
-SHA512 (typeguard-4.1.3.tar.gz) = bf9914ac33b3c7afb439e96c9319f79ee67591d3bfa7da1f0df50ba7b2bbaf0c3705d45d9fe7215b132f838f4d57ae2c0abe1f4b90c4199520601453d2ca04f8
-Size (typeguard-4.1.3.tar.gz) = 67821 bytes
+BLAKE2s (typeguard-4.1.4.tar.gz) = f1d4b10d9c5160dc4d111bf3d41b5faf9803c4fa5fddf69548a717eadded295a
+SHA512 (typeguard-4.1.4.tar.gz) = fc1b8c154d3e26f83241eda5e7781a8d09ac7cb5d5da5809bebf40db7a1691afe008384bdaafbfca4f3eb619e452c8bb841d5691e90bcabb95ab00b710d03c98
+Size (typeguard-4.1.4.tar.gz) = 68958 bytes



Home | Main Index | Thread Index | Old Index