Skip to content

Commit

Permalink
py-bitarray: updated to 2.7.4
Browse files Browse the repository at this point in the history
2.7.4:
* register `bitarray` as `abc.MutableSequence`
* cibuildwheel: update macOS version to 11 from unsupported 10.15, see
  actions/runner-images#5583
* improve documentation regarding type when indexing single
  bitarray items
  • Loading branch information
adam committed May 30, 2023
1 parent 0fbaaeb commit 8f92600
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-bitarray/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.27 2023/02/21 06:13:59 adam Exp $
# $NetBSD: Makefile,v 1.28 2023/05/30 04:12:13 adam Exp $

DISTNAME= bitarray-2.7.3
DISTNAME= bitarray-2.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/}
Expand Down
8 changes: 4 additions & 4 deletions devel/py-bitarray/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.26 2023/02/21 06:13:59 adam Exp $
$NetBSD: distinfo,v 1.27 2023/05/30 04:12:13 adam Exp $

BLAKE2s (bitarray-2.7.3.tar.gz) = 60b0eb2991b92802a247a7690b9b164e8443fde0c4576bd56830513ce12cdcbb
SHA512 (bitarray-2.7.3.tar.gz) = 4ace2bfe78e06723bedbc263c7b2b163bbc5c35bde84f286390cbfffc8c513bbd4a4f5f775e6d0a863ded7b24cb555c7784e7dd067c3b9125abd8d62863ac684
Size (bitarray-2.7.3.tar.gz) = 123574 bytes
BLAKE2s (bitarray-2.7.4.tar.gz) = 535a2f0eba473adf9336ab04a44bb3515c8529e0011f15b7d23326cfc3c4527a
SHA512 (bitarray-2.7.4.tar.gz) = dbf92bfeae721319c928e336bc5afb8d146f2ad71fb57934dde489bc3db8db95a15690d8f1ca5c7354e44389043f194226afae5d9539495999ef486576639b6c
Size (bitarray-2.7.4.tar.gz) = 124644 bytes

0 comments on commit 8f92600

Please sign in to comment.