pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-bitstring
Module Name: pkgsrc
Committed By: adam
Date: Wed May 20 08:01:09 UTC 2026
Modified Files:
pkgsrc/devel/py-bitstring: Makefile PLIST distinfo
Log Message:
py-bitstring: updated to 4.4.0
4.4.0
This version adds a new optional Rust-based backend. This is turned off by default so
shouldn't affect users. The new backend uses the `tibs` library, which is
by the same author as `bitstring` and should allow some nice optimisations as
the whole stack can work together.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-bitstring/Makefile \
pkgsrc/devel/py-bitstring/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-bitstring/PLIST
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-bitstring/Makefile
diff -u pkgsrc/devel/py-bitstring/Makefile:1.12 pkgsrc/devel/py-bitstring/Makefile:1.13
--- pkgsrc/devel/py-bitstring/Makefile:1.12 Sat Apr 12 09:31:51 2025
+++ pkgsrc/devel/py-bitstring/Makefile Wed May 20 08:01:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/04/12 09:31:51 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/05/20 08:01:09 adam Exp $
-DISTNAME= bitstring-4.3.1
+DISTNAME= bitstring-4.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitstring/}
@@ -12,6 +12,7 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-bitarray>=3.0.0:../../devel/py-bitarray
+DEPENDS+= ${PYPKGPREFIX}-tibs>=0.5.6:../../misc/py-tibs
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-bitstring/distinfo
diff -u pkgsrc/devel/py-bitstring/distinfo:1.12 pkgsrc/devel/py-bitstring/distinfo:1.13
--- pkgsrc/devel/py-bitstring/distinfo:1.12 Sat Apr 12 09:31:51 2025
+++ pkgsrc/devel/py-bitstring/distinfo Wed May 20 08:01:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/04/12 09:31:51 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/05/20 08:01:09 adam Exp $
-BLAKE2s (bitstring-4.3.1.tar.gz) = a57780a7944feb78980d04b741920bb22e41d671a6a87b30349f1d5de0b234e4
-SHA512 (bitstring-4.3.1.tar.gz) = 5c36d37eb447632c95559788187ea40436fb327a6fab72c6c7332a11726172a1ac9f9ea115022ed2bab644152f04e73541efd838a057890763a2dba78d1dc4ab
-Size (bitstring-4.3.1.tar.gz) = 251426 bytes
+BLAKE2s (bitstring-4.4.0.tar.gz) = 49a6d91b51ae2adec66bb17428e1903e6779287dbb9ad83454976c3eca4ef882
+SHA512 (bitstring-4.4.0.tar.gz) = ee845ba43cf77f9e36fee1109b73a0f61c35a4f08fd5bcba38bc3be934b9405830f4666704d77811593302bfcdecc25403c1a455a3fdf9174b133be758a46ccc
+Size (bitstring-4.4.0.tar.gz) = 255209 bytes
Index: pkgsrc/devel/py-bitstring/PLIST
diff -u pkgsrc/devel/py-bitstring/PLIST:1.6 pkgsrc/devel/py-bitstring/PLIST:1.7
--- pkgsrc/devel/py-bitstring/PLIST:1.6 Sat Apr 12 09:31:51 2025
+++ pkgsrc/devel/py-bitstring/PLIST Wed May 20 08:01:09 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/12 09:31:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/05/20 08:01:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -19,12 +19,21 @@ ${PYSITELIB}/bitstring/bitarray_.pyo
${PYSITELIB}/bitstring/bits.py
${PYSITELIB}/bitstring/bits.pyc
${PYSITELIB}/bitstring/bits.pyo
-${PYSITELIB}/bitstring/bitstore.py
-${PYSITELIB}/bitstring/bitstore.pyc
-${PYSITELIB}/bitstring/bitstore.pyo
-${PYSITELIB}/bitstring/bitstore_helpers.py
-${PYSITELIB}/bitstring/bitstore_helpers.pyc
-${PYSITELIB}/bitstring/bitstore_helpers.pyo
+${PYSITELIB}/bitstring/bitstore_bitarray.py
+${PYSITELIB}/bitstring/bitstore_bitarray.pyc
+${PYSITELIB}/bitstring/bitstore_bitarray.pyo
+${PYSITELIB}/bitstring/bitstore_bitarray_helpers.py
+${PYSITELIB}/bitstring/bitstore_bitarray_helpers.pyc
+${PYSITELIB}/bitstring/bitstore_bitarray_helpers.pyo
+${PYSITELIB}/bitstring/bitstore_common_helpers.py
+${PYSITELIB}/bitstring/bitstore_common_helpers.pyc
+${PYSITELIB}/bitstring/bitstore_common_helpers.pyo
+${PYSITELIB}/bitstring/bitstore_tibs.py
+${PYSITELIB}/bitstring/bitstore_tibs.pyc
+${PYSITELIB}/bitstring/bitstore_tibs.pyo
+${PYSITELIB}/bitstring/bitstore_tibs_helpers.py
+${PYSITELIB}/bitstring/bitstore_tibs_helpers.pyc
+${PYSITELIB}/bitstring/bitstore_tibs_helpers.pyo
${PYSITELIB}/bitstring/bitstream.py
${PYSITELIB}/bitstring/bitstream.pyc
${PYSITELIB}/bitstring/bitstream.pyo
@@ -40,6 +49,9 @@ ${PYSITELIB}/bitstring/exceptions.pyo
${PYSITELIB}/bitstring/fp8.py
${PYSITELIB}/bitstring/fp8.pyc
${PYSITELIB}/bitstring/fp8.pyo
+${PYSITELIB}/bitstring/helpers.py
+${PYSITELIB}/bitstring/helpers.pyc
+${PYSITELIB}/bitstring/helpers.pyo
${PYSITELIB}/bitstring/luts.py
${PYSITELIB}/bitstring/luts.pyc
${PYSITELIB}/bitstring/luts.pyo
Home |
Main Index |
Thread Index |
Old Index