pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-bitarray



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 12 09:30:24 UTC 2025

Modified Files:
        pkgsrc/devel/py-bitarray: Makefile PLIST distinfo

Log Message:
py-bitarray: updated to 3.3.1

3.3.1
* remove `License` classifier in favor of a SPDX license expression
* reorganize and cleanup many tests

3.3.0:
* add optional `group` and `sep` arguments' to `.to01()`
  as well as `util.ba2hex()` and `util.ba2base()`
* ignore whitespace in `util.base2ba()` and `util.hex2ba()`
* check for embedded nul characters when extending (and initializing)
  bitarray from string
* improve testing
* add [double precision floating point number example](../examples/double.py)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-bitarray/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-bitarray/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-bitarray/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-bitarray/Makefile
diff -u pkgsrc/devel/py-bitarray/Makefile:1.42 pkgsrc/devel/py-bitarray/Makefile:1.43
--- pkgsrc/devel/py-bitarray/Makefile:1.42      Tue Feb  4 06:34:22 2025
+++ pkgsrc/devel/py-bitarray/Makefile   Sat Apr 12 09:30:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/02/04 06:34:22 adam Exp $
+# $NetBSD: Makefile,v 1.43 2025/04/12 09:30:24 adam Exp $
 
-DISTNAME=      bitarray-3.0.0
+DISTNAME=      bitarray-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bitarray/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/ilanschnell
 COMMENT=       Efficient arrays of booleans
 LICENSE=       python-software-foundation
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
 

Index: pkgsrc/devel/py-bitarray/PLIST
diff -u pkgsrc/devel/py-bitarray/PLIST:1.11 pkgsrc/devel/py-bitarray/PLIST:1.12
--- pkgsrc/devel/py-bitarray/PLIST:1.11 Tue Feb  4 06:34:22 2025
+++ pkgsrc/devel/py-bitarray/PLIST      Sat Apr 12 09:30:24 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.11 2025/02/04 06:34:22 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.12 2025/04/12 09:30:24 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/bitarray/__init__.py
 ${PYSITELIB}/bitarray/__init__.pyc

Index: pkgsrc/devel/py-bitarray/distinfo
diff -u pkgsrc/devel/py-bitarray/distinfo:1.38 pkgsrc/devel/py-bitarray/distinfo:1.39
--- pkgsrc/devel/py-bitarray/distinfo:1.38      Tue Feb  4 06:34:22 2025
+++ pkgsrc/devel/py-bitarray/distinfo   Sat Apr 12 09:30:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2025/02/04 06:34:22 adam Exp $
+$NetBSD: distinfo,v 1.39 2025/04/12 09:30:24 adam Exp $
 
-BLAKE2s (bitarray-3.0.0.tar.gz) = 37b836813e5f7f0a1fa760f15c8ca30f529c787647db74aa7170112ca362601c
-SHA512 (bitarray-3.0.0.tar.gz) = 36ff7305e66bb766888de7598d6596315caeb34acfb6dcc56130b9ddefea15b31e90eabb8b65ce676bbec08c38e8cd39784edfa8b50f53c3f7a6b7f23795fa85
-Size (bitarray-3.0.0.tar.gz) = 126627 bytes
+BLAKE2s (bitarray-3.3.1.tar.gz) = bc1b408ee50618e68ff5358272dda0d6ce41adee08fc0160acda5531aaf51996
+SHA512 (bitarray-3.3.1.tar.gz) = 099095b89b1b7a600d191d1ec6c0ffc79867d5d35b08cbc92ddbe96f1032ca86d30a16fb3f23ca71919c1924b147ada71365550bd518b71c8a030dd0ae636028
+Size (bitarray-3.3.1.tar.gz) = 139152 bytes



Home | Main Index | Thread Index | Old Index