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:           Sat Jan 25 11:21:24 UTC 2025

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

Log Message:
py-mmh3: updated to 5.1.0

5.1.0

Added

Improve the performance of hash128(), hash64(), and hash_bytes() by using METH_FASTCALL, reducing the overhead of function calls
Add the software paper for this library (doi:10.21105/joss.06124), following its publication in the Journal of Open Source Software

Removed

Drop support for Python 3.8, as it has reached the end of life on 2024-10-07


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-mmh3/Makefile
cvs rdiff -u -r1.4 -r1.5 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.3 pkgsrc/devel/py-mmh3/Makefile:1.4
--- pkgsrc/devel/py-mmh3/Makefile:1.3   Mon Nov 18 17:33:25 2024
+++ pkgsrc/devel/py-mmh3/Makefile       Sat Jan 25 11:21:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/11/18 17:33:25 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/25 11:21:24 adam Exp $
 
-DISTNAME=      mmh3-5.0.1
+DISTNAME=      mmh3-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mmh3/}

Index: pkgsrc/devel/py-mmh3/distinfo
diff -u pkgsrc/devel/py-mmh3/distinfo:1.4 pkgsrc/devel/py-mmh3/distinfo:1.5
--- pkgsrc/devel/py-mmh3/distinfo:1.4   Mon Nov 18 17:33:25 2024
+++ pkgsrc/devel/py-mmh3/distinfo       Sat Jan 25 11:21:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/11/18 17:33:25 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/01/25 11:21:24 adam Exp $
 
-BLAKE2s (mmh3-5.0.1.tar.gz) = 812289c628872918ead2b80540a2bf57438a5f240a14480d99a4e92989c6af0b
-SHA512 (mmh3-5.0.1.tar.gz) = 29ea15cb8aed07a72e987206531c0f96c480b57fa96a2da82d0594b8f754f29a6ea010c1179c3cc4debe0d5cb6d67fe217dd4f7964cbc314fa543240a3784f00
-Size (mmh3-5.0.1.tar.gz) = 32008 bytes
+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



Home | Main Index | Thread Index | Old Index