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:   wiz
Date:           Mon Dec 11 09:43:08 UTC 2023

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

Log Message:
py-bitarray: update to 2.8.5.

2023-12-09   2.8.5:
-------------------
  * speedup unaligned copies by always using word shifts (in combination
    with builtin byte swap 64 when available) when bit-endianness and
    machine byte-order are opposite
  * add `HAVE_BUILTIN_BSWAP64` to header
  * avoid misaligned pointers when casting to `(uint64_t *)`
  * add tests


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-bitarray/Makefile
cvs rdiff -u -r1.34 -r1.35 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.35 pkgsrc/devel/py-bitarray/Makefile:1.36
--- pkgsrc/devel/py-bitarray/Makefile:1.35      Mon Dec  4 17:31:34 2023
+++ pkgsrc/devel/py-bitarray/Makefile   Mon Dec 11 09:43:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2023/12/04 17:31:34 adam Exp $
+# $NetBSD: Makefile,v 1.36 2023/12/11 09:43:08 wiz Exp $
 
-DISTNAME=      bitarray-2.8.4
+DISTNAME=      bitarray-2.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bitarray/}

Index: pkgsrc/devel/py-bitarray/distinfo
diff -u pkgsrc/devel/py-bitarray/distinfo:1.34 pkgsrc/devel/py-bitarray/distinfo:1.35
--- pkgsrc/devel/py-bitarray/distinfo:1.34      Mon Dec  4 17:31:34 2023
+++ pkgsrc/devel/py-bitarray/distinfo   Mon Dec 11 09:43:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2023/12/04 17:31:34 adam Exp $
+$NetBSD: distinfo,v 1.35 2023/12/11 09:43:08 wiz Exp $
 
-BLAKE2s (bitarray-2.8.4.tar.gz) = 208a469225739563944bee58c146d5b1ec1371d9e4f990829cc18292ddde6d32
-SHA512 (bitarray-2.8.4.tar.gz) = 42533daa7cd98d94f103a873be72244a0a0973dadcbb35441d5efd8134e57b4cd7f77ed734870b58a931f465f26dac1bf81008febac8439b2fa427063ad4947e
-Size (bitarray-2.8.4.tar.gz) = 129128 bytes
+BLAKE2s (bitarray-2.8.5.tar.gz) = e8daca7df1841f1d918027a2cbaa7435559d613b0c5b457750992e5fc236f67b
+SHA512 (bitarray-2.8.5.tar.gz) = fcae4223608cf308bd1ce07749de2a0c3f00c5d0ff471b25da8c0cc5c289b3776aea0ff24fc7be6b8b89fb86ce268a1989488559b0ed9b08a347d3bb476daaa6
+Size (bitarray-2.8.5.tar.gz) = 129895 bytes



Home | Main Index | Thread Index | Old Index