Next | Query returned 40 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2022-03-30 09:22:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.4.1

2.4.1:
* improve `resize()`
* optimize `copy_n()` by avoiding loops
* `.bytereverse()` no longer sets unused bits to zero

2.4.0:
* enable building wheels for multiple platforms and Python versions using
  pypa/cibuildwheel
* use setuptools instead of distutils in `setup.py`
* add missing type hinting for `.count()` step argument
   2022-02-22 09:36:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.3.7

2.3.7:
* add optional step argument to `.count()` method
* add tests
   2022-02-08 09:54:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.3.6

2.3.6:
* add optional value parameter to `util.count_n()`
* determine machine endianness at build time when possible, by using
  the `PY_LITTLE_ENDIAN` macro, in order to optimize `shift_r8()`
* add official Python 3.11 support
   2022-01-19 18:50:48 by Thomas Klausner | Files touched by this commit (25)
Log message:
*: fix for python 3.x
   2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146)
Log message:
*: python2 egg files are back, add them to the PLISTs
   2022-01-11 09:49:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-bitarray: updated to 2.3.5

2.3.5:
* Fixed bug for big-endian systems (such as IBM s390)
* Pass `zip_safe=False` to `setup()`
   2022-01-10 19:23:54 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-bitarray: convert to egg.mk
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-09-13 10:39:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.3.4

2021-09-12   2.3.4:
-------------------
* Fix `util.ba2int()` for frozenbitarrays.  A bug was introduced in 2.3.0
  as `.tobytes()` no longer treats pad bits for read-only buffers as zero.
* add tests

2021-09-05   2.3.3:
-------------------
* improve some error messages
* add tests

2021-08-23   2.3.2:
-------------------
* fix slice assignment for shared buffer with offset case
* add tests (including internal debug mode tests for `buffers_overlap()`)

2021-08-20   2.3.1:
-------------------
* fix special shared buffer copy case
* add and improve tests

Next | Query returned 40 messages, browsing 21 to 30 | Previous