pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-typing-inspection



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 22 05:40:26 UTC 2025

Modified Files:
        pkgsrc/devel/py-typing-inspection: Makefile distinfo

Log Message:
py-typing-inspection: updated to 0.4.1

0.4.1 (2025-05-21)

- Use `list` as a type hint for `InspectedAnnotation.metadata`


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-typing-inspection/Makefile \
    pkgsrc/devel/py-typing-inspection/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-typing-inspection/Makefile
diff -u pkgsrc/devel/py-typing-inspection/Makefile:1.1 pkgsrc/devel/py-typing-inspection/Makefile:1.2
--- pkgsrc/devel/py-typing-inspection/Makefile:1.1      Fri Apr 18 12:26:47 2025
+++ pkgsrc/devel/py-typing-inspection/Makefile  Thu May 22 05:40:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/04/18 12:26:47 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/05/22 05:40:26 adam Exp $
 
-DISTNAME=      typing_inspection-0.4.0
+DISTNAME=      typing_inspection-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typing-inspection/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/pydantic/ty
 COMMENT=       Runtime typing introspection tools
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.12.2:../../devel/py-typing-extensions
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27.0:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.12.0:../../devel/py-typing-extensions
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6.0.0:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
Index: pkgsrc/devel/py-typing-inspection/distinfo
diff -u pkgsrc/devel/py-typing-inspection/distinfo:1.1 pkgsrc/devel/py-typing-inspection/distinfo:1.2
--- pkgsrc/devel/py-typing-inspection/distinfo:1.1      Fri Apr 18 12:26:47 2025
+++ pkgsrc/devel/py-typing-inspection/distinfo  Thu May 22 05:40:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/04/18 12:26:47 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/05/22 05:40:26 adam Exp $
 
-BLAKE2s (typing_inspection-0.4.0.tar.gz) = cdd33e315ff531ac70b71c4b7e096ba722efed0b3679262ec1e9f5cc54dc4b92
-SHA512 (typing_inspection-0.4.0.tar.gz) = 95e725e7db7609406f8a63dda46ac7559adf13ef5d63e44a43966977163ff69825df465fb741d288e63ee01240dc3fe8b1314b0cd5030f2d5b08d24a739b7b02
-Size (typing_inspection-0.4.0.tar.gz) = 76222 bytes
+BLAKE2s (typing_inspection-0.4.1.tar.gz) = 4e8ba47c2b9a32deec5012e70e52b90a3fdb3c658c220dcbb53ca5afde37debd
+SHA512 (typing_inspection-0.4.1.tar.gz) = 57be9e86b2e1d787eeda8366e0c4ffe07e87ff6a32f06e401d70d092661c663cfb989b77a1e02fa333a427b6dc32ba00118761c3aa9b30e27d0d71ef03fc1695
+Size (typing_inspection-0.4.1.tar.gz) = 75726 bytes



Home | Main Index | Thread Index | Old Index