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: Tue Feb 4 06:35:41 UTC 2025
Modified Files:
pkgsrc/devel/py-bitstring: Makefile distinfo
Log Message:
py-bitstring: updated to 4.3.0
4.3.0
* Upgraded bitarray dependency to >= 3.0.0.
* Explicit support for Python 3.13.
* Removed the 'experimental feature' label from the new exotic floating point types.
* Fix for LSB0 slicing issue.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-bitstring/Makefile \
pkgsrc/devel/py-bitstring/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-bitstring/Makefile
diff -u pkgsrc/devel/py-bitstring/Makefile:1.10 pkgsrc/devel/py-bitstring/Makefile:1.11
--- pkgsrc/devel/py-bitstring/Makefile:1.10 Mon Nov 11 07:28:02 2024
+++ pkgsrc/devel/py-bitstring/Makefile Tue Feb 4 06:35:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/11/11 07:28:02 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/04 06:35:41 adam Exp $
-DISTNAME= bitstring-4.2.3
+DISTNAME= bitstring-4.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitstring/}
@@ -11,11 +11,9 @@ COMMENT= Simple construction, analysis a
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-bitarray>=2.9.0:../../devel/py-bitarray
+DEPENDS+= ${PYPKGPREFIX}-bitarray>=3.0.0:../../devel/py-bitarray
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-bitstring/distinfo
diff -u pkgsrc/devel/py-bitstring/distinfo:1.10 pkgsrc/devel/py-bitstring/distinfo:1.11
--- pkgsrc/devel/py-bitstring/distinfo:1.10 Mon May 27 05:05:48 2024
+++ pkgsrc/devel/py-bitstring/distinfo Tue Feb 4 06:35:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/05/27 05:05:48 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/02/04 06:35:41 adam Exp $
-BLAKE2s (bitstring-4.2.3.tar.gz) = 77a330cb9ad0cbd50e9a3157cf567fc06e84ebf9b35a577298cfdf68747e2f1b
-SHA512 (bitstring-4.2.3.tar.gz) = caf53aeb746f4c132d7b91e2c0983bc96f33cb240033872e9d6fc15318f3ced2638427ccc6fc5bfbac05d221fbb4cad4791213b32f97d8a1f8d57e8841a3e176
-Size (bitstring-4.2.3.tar.gz) = 250537 bytes
+BLAKE2s (bitstring-4.3.0.tar.gz) = 56349623555431f8f6f2875685a29e6b1a0eb90653d6572862f76ff5e26bcf00
+SHA512 (bitstring-4.3.0.tar.gz) = 72a4b343d5035ed6f88a165466337d7b519b10bde58a91ebb001e74e81ad1eaeb03ad643958a4956ffbe012da237533eaec9bb8c18cc546030a7306172dbd826
+Size (bitstring-4.3.0.tar.gz) = 251408 bytes
Home |
Main Index |
Thread Index |
Old Index