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: Fri Nov 10 18:38:45 UTC 2023
Modified Files:
pkgsrc/devel/py-hexbytes: Makefile distinfo
Log Message:
py-hexbytes: updated to 1.0.0
hexbytes v1.0.0 (2023-11-07)
Breaking Changes
Move HexBytes prepend of 0x from hex method to __repr__ to not break hex of parent bytes class
Drop python 3.7 support
Internal Changes - for hexbytes Contributors
Added missing build dependency.
Add build.os config for readthedocs
Change to using pre-commit to manage linting tools
Merge project template updates and bump mypy to v1.5.1
Merge template - .gitignore updates and other fixes
Merge template updates, including additional linting, move most lint config to pyproject.toml
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-hexbytes/Makefile
cvs rdiff -u -r1.8 -r1.9 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.5 pkgsrc/devel/py-hexbytes/Makefile:1.6
--- pkgsrc/devel/py-hexbytes/Makefile:1.5 Fri Jun 9 07:04:26 2023
+++ pkgsrc/devel/py-hexbytes/Makefile Fri Nov 10 18:38:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/06/09 07:04:26 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/11/10 18:38:45 adam Exp $
-DISTNAME= hexbytes-0.3.1
+DISTNAME= hexbytes-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hexbytes/}
Index: pkgsrc/devel/py-hexbytes/distinfo
diff -u pkgsrc/devel/py-hexbytes/distinfo:1.8 pkgsrc/devel/py-hexbytes/distinfo:1.9
--- pkgsrc/devel/py-hexbytes/distinfo:1.8 Fri Jun 9 07:04:26 2023
+++ pkgsrc/devel/py-hexbytes/distinfo Fri Nov 10 18:38:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/06/09 07:04:26 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/11/10 18:38:45 adam Exp $
-BLAKE2s (hexbytes-0.3.1.tar.gz) = 17969d9be923badb831cc319e8dd0326f4895acdd522b1a262d73a295acdc7b2
-SHA512 (hexbytes-0.3.1.tar.gz) = a3c6750a357e870b11c5582bdb1fa4e860015cdae570749b0955801a9ee1e86ddc83aaee584c0a95d3a71debd2af930f3e8d01991dc1bddb74f573242c1edd3e
-Size (hexbytes-0.3.1.tar.gz) = 6188 bytes
+BLAKE2s (hexbytes-1.0.0.tar.gz) = d54400989e8b2be39bb2217fbaa5f8923650ffb6058697bae6ca4e5709768905
+SHA512 (hexbytes-1.0.0.tar.gz) = 03f2268df554cc1a5bdad8e9375cdd0ed2efbdcbe7b709d24d0d375051453567f5fdba771a83cac1a8a05cb5860fede459579dd3bb3f346c71e678a0c8e7e5aa
+Size (hexbytes-1.0.0.tar.gz) = 8186 bytes
Home |
Main Index |
Thread Index |
Old Index