pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-cmudict



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Aug 11 16:27:08 UTC 2025

Modified Files:
        pkgsrc/textproc/py-cmudict: Makefile PLIST distinfo

Log Message:
py-cmudict: update to 1.1.1

v1.1.1 (2025-07-24)
Fix

    remove typing deprecations (#123)
    use builtin.list instead of deprecated typing.List
    use builtin.tuple instead of deprectated typing.Tuple

v1.1.0 (2025-07-21)
Feat

    add type hints (#122)
    add typed marker
    add type hints to all functions using typing

Fix

    deps: remove unneeded dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-cmudict/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-cmudict/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-cmudict/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-cmudict/Makefile
diff -u pkgsrc/textproc/py-cmudict/Makefile:1.22 pkgsrc/textproc/py-cmudict/Makefile:1.23
--- pkgsrc/textproc/py-cmudict/Makefile:1.22    Sun Jul 13 17:20:55 2025
+++ pkgsrc/textproc/py-cmudict/Makefile Mon Aug 11 16:27:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/07/13 17:20:55 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/08/11 16:27:08 gutteridge Exp $
 
-DISTNAME=      cmudict-1.0.33
+DISTNAME=      cmudict-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cmudict/}

Index: pkgsrc/textproc/py-cmudict/PLIST
diff -u pkgsrc/textproc/py-cmudict/PLIST:1.4 pkgsrc/textproc/py-cmudict/PLIST:1.5
--- pkgsrc/textproc/py-cmudict/PLIST:1.4        Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-cmudict/PLIST    Mon Aug 11 16:27:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/08/11 16:27:08 gutteridge Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -13,3 +13,4 @@ ${PYSITELIB}/cmudict/data/cmudict.dict
 ${PYSITELIB}/cmudict/data/cmudict.phones
 ${PYSITELIB}/cmudict/data/cmudict.symbols
 ${PYSITELIB}/cmudict/data/cmudict.vp
+${PYSITELIB}/cmudict/py.typed

Index: pkgsrc/textproc/py-cmudict/distinfo
diff -u pkgsrc/textproc/py-cmudict/distinfo:1.17 pkgsrc/textproc/py-cmudict/distinfo:1.18
--- pkgsrc/textproc/py-cmudict/distinfo:1.17    Sun Jul 13 17:20:55 2025
+++ pkgsrc/textproc/py-cmudict/distinfo Mon Aug 11 16:27:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/07/13 17:20:55 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/08/11 16:27:08 gutteridge Exp $
 
-BLAKE2s (cmudict-1.0.33.tar.gz) = b8c6ce24ddcce8ac26345d3f4d45caa08d73c8c882c77c71b33fbb1b57e8bc09
-SHA512 (cmudict-1.0.33.tar.gz) = d58c9b8bb26b8f3be4d72db5c74ef182646a954bf265f87b0458870a0fecdec96cdf4179113df3e85ab0bef7824e6b51f33c5bf320884e917640ebc7de2c44fe
-Size (cmudict-1.0.33.tar.gz) = 935502 bytes
+BLAKE2s (cmudict-1.1.1.tar.gz) = 3c215eed5cc452943f81b6c386f2b9a640b2a98b470830e0d7959c49b20108d3
+SHA512 (cmudict-1.1.1.tar.gz) = 2727f197174e2af9eb2968decfba89b9bc5fd7652f97cefcc8487eaee41bb75eab206f0e94c66ec2da06b1a68064c919848b49f218fcba6d24ddd52e00af0932
+Size (cmudict-1.1.1.tar.gz) = 935697 bytes



Home | Main Index | Thread Index | Old Index