pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hexbytes



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 15 09:23:47 UTC 2025

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

Log Message:
py-hexbytes: updated to 1.3.1

1.3.1

Add an optimized __reduce__ method to the HexBytes class that avoids validation
when pickling / unpickling since the instance is already validated on creation.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-hexbytes/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-hexbytes/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-hexbytes/Makefile
diff -u pkgsrc/devel/py-hexbytes/Makefile:1.14 pkgsrc/devel/py-hexbytes/Makefile:1.15
--- pkgsrc/devel/py-hexbytes/Makefile:1.14      Sat Apr 12 11:08:23 2025
+++ pkgsrc/devel/py-hexbytes/Makefile   Thu May 15 09:23:47 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2025/04/12 11:08:23 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/05/15 09:23:47 adam Exp $
 
-DISTNAME=      hexbytes-1.3.0
+DISTNAME=      hexbytes-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hexbytes/}
 

Index: pkgsrc/devel/py-hexbytes/distinfo
diff -u pkgsrc/devel/py-hexbytes/distinfo:1.13 pkgsrc/devel/py-hexbytes/distinfo:1.14
--- pkgsrc/devel/py-hexbytes/distinfo:1.13      Thu Feb  6 17:05:17 2025
+++ pkgsrc/devel/py-hexbytes/distinfo   Thu May 15 09:23:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/02/06 17:05:17 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/05/15 09:23:47 adam Exp $
 
-BLAKE2s (hexbytes-1.3.0.tar.gz) = 30f5bd4c7c586f925d1e5240919c6418a2caf779c09fc6ad50030ba3acc19884
-SHA512 (hexbytes-1.3.0.tar.gz) = 8ae45af87cfad2ea4057527552fa2ee9adda471cb3347aa11e53e44ae90af99b2c7a051f96ddb47660dd3cd739239c22590b4d937c0ee49dd45db37265aeea3e
-Size (hexbytes-1.3.0.tar.gz) = 8200 bytes
+BLAKE2s (hexbytes-1.3.1.tar.gz) = 7dc4ba17d41cb6c67b78d5d18f67ff4bc7aefb1420f7172328a66aee363a8605
+SHA512 (hexbytes-1.3.1.tar.gz) = d244c470b057c38325bfe56933ac6c1c4f6785c475d1a10b3b520583b57459038f8a27333bdf55e29380ff215adf5cc5cce000bfee43ac41d6d9fb5b4a38563c
+Size (hexbytes-1.3.1.tar.gz) = 8633 bytes



Home | Main Index | Thread Index | Old Index