pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mmh3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 16 11:50:53 UTC 2025

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

Log Message:
py-mmh3: updated to 5.2.0

5.2.0

Added

Add support for Python 3.14, including 3.14t (no-GIL) wheels. However, thread
safety for the no-GIL variant is not fully tested yet. Please report any
issues you encounter

Add support for Android (Python 3.13 only) and iOS (Python 3.13 and 3.14) wheels,
enabled by the major version update of
cibuildwheel


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-mmh3/Makefile \
    pkgsrc/devel/py-mmh3/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-mmh3/Makefile
diff -u pkgsrc/devel/py-mmh3/Makefile:1.5 pkgsrc/devel/py-mmh3/Makefile:1.6
--- pkgsrc/devel/py-mmh3/Makefile:1.5   Sat Apr 12 12:08:14 2025
+++ pkgsrc/devel/py-mmh3/Makefile       Sun Nov 16 11:50:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/04/12 12:08:14 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/11/16 11:50:53 adam Exp $
 
-DISTNAME=      mmh3-5.1.0
+DISTNAME=      mmh3-5.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mmh3/}
 
Index: pkgsrc/devel/py-mmh3/distinfo
diff -u pkgsrc/devel/py-mmh3/distinfo:1.5 pkgsrc/devel/py-mmh3/distinfo:1.6
--- pkgsrc/devel/py-mmh3/distinfo:1.5   Sat Jan 25 11:21:24 2025
+++ pkgsrc/devel/py-mmh3/distinfo       Sun Nov 16 11:50:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/01/25 11:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/11/16 11:50:53 adam Exp $
 
-BLAKE2s (mmh3-5.1.0.tar.gz) = b7be24f91aaa611f835e36ba9a5fbef50b99672307e7bfaf4aee4cf66d423ea8
-SHA512 (mmh3-5.1.0.tar.gz) = f91ab26942ae5e3c69d27e0324b541fc83012b2b27be7f3040b76ceea93df1f72622b894507e6103b32e0da1a8048a216b89d625f75d87471cc9a9e2e9b668a0
-Size (mmh3-5.1.0.tar.gz) = 33728 bytes
+BLAKE2s (mmh3-5.2.0.tar.gz) = ca9c147d1e0bdd05563663c0c05f018182093683226cf15afab4a761a8a44b34
+SHA512 (mmh3-5.2.0.tar.gz) = 9afc8c21f2ca30b6d6b2617c09562256604fe6616a7fe2f522a6ebf4419f5d72fe62dfa728d78be04878b736c4978962a426cceef6e5b2d3964b4daa3011dae4
+Size (mmh3-5.2.0.tar.gz) = 33582 bytes



Home | Main Index | Thread Index | Old Index