Mon Apr 5 08:17:53 2021 UTC ()
py-bitarray: updated to 1.9.0

2021-04-03   1.9.0:
-------------------
  * add shift operations (`<<`, `>>`, `<<=`, `>>=`)
  * add `bitarray.util.ba2base()` and `bitarray.util.base2ba()`,
    see last paragraph in [Bitarray representations](examples/represent.rst)
  * documentation and tests

2021-03-31   1.8.2:
-------------------
  * fix crash caused by unsupported types in binary operations
  * speedup initializing or extending a bitarray from another with different
    bit endianness
  * add formatting options to `bitarray.util.pprint()`
  * add documentation on [bitarray representations](examples/represent.rst)
  * add and improve tests (all 291 tests run in less than half a second on
    a modern machine)

2021-03-25   1.8.1:
-------------------
  * moved implementation of and `hex2ba()` and `ba2hex()` to C-level


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-bitarray/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-bitarray/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-bitarray/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-bitarray/Makefile 2021/03/22 09:45:44 1.3
+++ pkgsrc/devel/py-bitarray/Makefile 2021/04/05 08:17:53 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2021/03/22 09:45:44 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2021/04/05 08:17:53 adam Exp $
2 2
3DISTNAME= bitarray-1.8.0 3DISTNAME= bitarray-1.9.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/ilanschnell/bitarray 9HOMEPAGE= https://github.com/ilanschnell/bitarray
10COMMENT= Efficient arrays of booleans 10COMMENT= Efficient arrays of booleans
11LICENSE= python-software-foundation 11LICENSE= python-software-foundation
12 12
13do-test: 13do-test:
14 ${PYTHONBIN} -c 'import bitarray; bitarray.test()' 14 ${PYTHONBIN} -c 'import bitarray; bitarray.test()'
15 15
16.include "../../lang/python/distutils.mk" 16.include "../../lang/python/distutils.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-bitarray/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-bitarray/distinfo 2021/03/22 09:45:44 1.3
+++ pkgsrc/devel/py-bitarray/distinfo 2021/04/05 08:17:53 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2021/03/22 09:45:44 adam Exp $ 1$NetBSD: distinfo,v 1.4 2021/04/05 08:17:53 adam Exp $
2 2
3SHA1 (bitarray-1.8.0.tar.gz) = 638e88da186a79905e12be54041648f42657146a 3SHA1 (bitarray-1.9.0.tar.gz) = cb23b62acd7e030e4819be7eb912d6c35e71a722
4RMD160 (bitarray-1.8.0.tar.gz) = 79a07e63cc81a098f09f328893a4a4a7686f3072 4RMD160 (bitarray-1.9.0.tar.gz) = 3ac4cc52043cbd82e3e39ea3cb222173ea6e97ca
5SHA512 (bitarray-1.8.0.tar.gz) = 7078dfb28db9c630782b9a74fcd678517a66a9728cda3ac5797c2f7eabca11980ff5207e485c4d0b372e7002b488bf54fac45128ba36ad57bd9e872493baefd8 5SHA512 (bitarray-1.9.0.tar.gz) = 3130f7defba4ace73eb697f7292d521edc8cd6df6eea40bc85826a82517d20fffe80bd7c6d66bdff4fec265b523d21cca372242e85d38d50d957ca842af43d0b
6Size (bitarray-1.8.0.tar.gz) = 61509 bytes 6Size (bitarray-1.9.0.tar.gz) = 67881 bytes