Go to file
zhengrq.fnst b035f02715 python3-bitarray: upgrade 2.4.1 -> 2.5.0
2022-05-04   2.5.0:
-------------------
  * add calculating of canonical Huffman codes 'util.canonical_huffman()'
    and decoding thereof 'util.canonical_decode()', see #173
  * allow creating "Huffman codes" from frequency maps with a single symbol
    in 'util.huffman_code()' and 'util.canonical_huffman()', see #172
  * allow bytes-like argument in '.frombytes()' and '.pack()' - previously,
    the arguments were limited to the 'bytes' object, see #174
  * allow bytes-like arguments in 'util.deserialize()'
  * add official pyodide support
  * add [DEFLATE decompression](../examples/puff/) example
  * optimize '.bytereverse()'
  * optimize 'delslice()' for cases like 'del a[1:17:2]' when 'a' is large
  * fix 'examples/huffman/compress.py' to handle files with 0 or 1 characters,
    see also #172
  * add 'skipIF' decorator for skipping tests
  * add test

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems btrfsmaintenance: add recipe for btrfsmaintenance scripts 2022-05-12 09:16:11 -07:00
meta-gnome zenity: upgrade 3.42.0 -> 3.42.1 2022-05-09 08:59:46 -07:00
meta-initramfs layer.conf: Post release codename changes 2022-05-07 18:47:16 -07:00
meta-multimedia libcamera: fix packaging 2022-05-12 09:16:11 -07:00
meta-networking conntrack-tools: fix postinst script 2022-05-10 08:54:21 -07:00
meta-oe ostree: prevent ostree-native depending on target virtual/kernel to provide kernel-module-overlay 2022-05-14 08:17:25 -07:00
meta-perl layer.conf: Post release codename changes 2022-05-07 18:47:16 -07:00
meta-python python3-bitarray: upgrade 2.4.1 -> 2.5.0 2022-05-14 08:17:25 -07:00
meta-webserver layer.conf: Post release codename changes 2022-05-07 18:47:16 -07:00
meta-xfce layer.conf: Post release codename changes 2022-05-07 18:47:16 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories