pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-bitarray py-bitarray: updated to 1.7.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/038135578793
branches: trunk
changeset: 449088:038135578793
user: adam <adam%pkgsrc.org@localhost>
date: Sat Mar 20 19:21:15 2021 +0000
description:
py-bitarray: updated to 1.7.1
2021-03-12 1.7.1:
-------------------
* fix issue 114, raise TypeError when incorrect index is used during
assignment, e.g. `a[1.5] = 1`
* raise TypeError (not IndexError) when assigning slice to incorrect type,
e.g. `a[1:4] = 1.2`
* improve some docstrings and tests
2021-02-27 1.7.0:
-------------------
* add `bitarray.util.urandom()`
* raise TypeError when trying to extend bitarrays from bytes on Python 3,
ie. `bitarray(b'011')` and `.extend(b'110')`. (Deprecated since 1.4.1)
diffstat:
devel/py-bitarray/Makefile | 4 ++--
devel/py-bitarray/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 67ff32988414 -r 038135578793 devel/py-bitarray/Makefile
--- a/devel/py-bitarray/Makefile Sat Mar 20 19:14:57 2021 +0000
+++ b/devel/py-bitarray/Makefile Sat Mar 20 19:21:15 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/02/08 06:57:04 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/20 19:21:15 adam Exp $
-DISTNAME= bitarray-1.6.3
+DISTNAME= bitarray-1.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/}
diff -r 67ff32988414 -r 038135578793 devel/py-bitarray/distinfo
--- a/devel/py-bitarray/distinfo Sat Mar 20 19:14:57 2021 +0000
+++ b/devel/py-bitarray/distinfo Sat Mar 20 19:21:15 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/08 06:57:04 adam Exp $
+$NetBSD: distinfo,v 1.2 2021/03/20 19:21:15 adam Exp $
-SHA1 (bitarray-1.6.3.tar.gz) = cfeae40fb13fbe8a563dffd3f0d98f920eb8f709
-RMD160 (bitarray-1.6.3.tar.gz) = e3fba2e745944dc0350f387ad70d8c23b73a5298
-SHA512 (bitarray-1.6.3.tar.gz) = 11605959b8d94ad3a2ec947663401a6987058ec6298bef7bb6368711c3aa1f9d47b2245bd820395f0b75399f24065ad38e038e6d1d91f2535af48edbac9de3ba
-Size (bitarray-1.6.3.tar.gz) = 57799 bytes
+SHA1 (bitarray-1.7.1.tar.gz) = 48aa3a48497af44345048e4d41347c481fe1db1b
+RMD160 (bitarray-1.7.1.tar.gz) = 54fb94f932e17cb39ec4f219d02e7ee259a6fbfa
+SHA512 (bitarray-1.7.1.tar.gz) = f45461699f5e48b97001c64c514cdafe208fe31f7cf6c211aa0fb2f32d46028717fcbeb38b812bc8f349226537a3ec6dfec97bc7ecf7253d484332307504abd0
+Size (bitarray-1.7.1.tar.gz) = 58441 bytes
Home |
Main Index |
Thread Index |
Old Index