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 Nov 3 19:07:15 UTC 2024
Modified Files:
pkgsrc/devel/py-typeguard: Makefile distinfo
Log Message:
py-typeguard: updated to 4.4.1
4.4.1 (2024-11-03)
- Dropped Python 3.8 support
- Changed the signature of ``typeguard_ignore()`` to be compatible with
``typing.no_type_check()``
- Avoid creating reference cycles when type checking uniontypes and classes
- Fixed checking of variable assignments involving tuple unpacking
- Fixed ``TypeError`` when checking a class against ``type[Self]``
- Fixed checking of protocols on the class level (against ``type[SomeProtocol]``)
- Fixed ``Self`` checks in instance/class methods that have positional-only arguments
- Fixed explicit checks of PEP 604 unions against ``types.UnionType``
- Fixed checks against annotations wrapped in ``NotRequired`` not being run unless the
``NotRequired`` is a forward reference
- Fixed the ``pytest_ignore_collect`` hook in the pytest plugin blocking default pytest
collection ignoring behavior by returning ``None`` instead of ``False``
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-typeguard/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/py-typeguard/Makefile:1.16
--- pkgsrc/devel/py-typeguard/Makefile:1.15 Wed Oct 30 08:52:35 2024
+++ pkgsrc/devel/py-typeguard/Makefile Sun Nov 3 19:07:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/10/30 08:52:35 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/11/03 19:07:15 adam Exp $
-DISTNAME= typeguard-4.4.0
+DISTNAME= typeguard-4.4.1
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.12 pkgsrc/devel/py-typeguard/distinfo:1.13
--- pkgsrc/devel/py-typeguard/distinfo:1.12 Wed Oct 30 08:52:35 2024
+++ pkgsrc/devel/py-typeguard/distinfo Sun Nov 3 19:07:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/10/30 08:52:35 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/11/03 19:07:15 adam Exp $
-BLAKE2s (typeguard-4.4.0.tar.gz) = 82b3b7542e1315e8ec3bada74bcf27ec2be37154b4a824a4a618fefbbfec9f51
-SHA512 (typeguard-4.4.0.tar.gz) = 7c15cc724b8e4b0a5b777a14727a45cb0c039be18ade1ba6d8b00cfaaa3c2c7fc0c98320a53e172d07ad069f10b995384894e262a5bd14c00d6a04a7595e26aa
-Size (typeguard-4.4.0.tar.gz) = 74399 bytes
+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
Home |
Main Index |
Thread Index |
Old Index