14
0

Accepting request 1298866 from home:glaubitz:branches:devel:languages:python

- Update to 3.6.0
  * add `util.random_k()`, see #237
  * add `util.sum_indices()`
  * optimize `util.xor_indices()`
  * move development files from `examples/` to `devel/`
- Adjust file paths for removing .gitignore files from source

OBS-URL: https://build.opensuse.org/request/show/1298866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=76
This commit is contained in:
2025-08-11 21:28:20 +00:00
committed by Git OBS Bridge
parent 34a86f1e48
commit d09acb2517
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 11 14:06:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.6.0
* add `util.random_k()`, see #237
* add `util.sum_indices()`
* optimize `util.xor_indices()`
* move development files from `examples/` to `devel/`
- Adjust file paths for removing .gitignore files from source
-------------------------------------------------------------------
Tue Jul 22 09:53:19 UTC 2025 - Dirk Müller <dmueller@suse.com>