Go to file
Leon Anavi 32f5b2b03d python3-bitarray: Upgrade 1.2.2 -> 1.4.1
Upgrade to release 1.4.1:

* add `.clear()` method (Python 3.3 added this method to lists)
* avoid overallocation when bitarray objects are initially created
* raise BufferError when resizing bitarrays which is exporting
  buffers
* add example to study the resize() function
* improve some error messages
* add more tests
* raise `NotImplementedError` with (useful message) when trying to
  call the `.fromstring()` or `.tostring()` methods, which have
  been removed in the last release
* add official Python 3.9 support
* improve many docstrings
* add DeprecationWarning for bitdiff()
* add more tests
* C-level:
  - simplify pack/unpack code
  - fix memory leak in '~' operation (bitarray_cpinvert)

Use the exact line for the license in PKG-INFO.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:20 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems sshfs-fuse: Enable ptest 2020-07-06 07:28:04 -07:00
meta-gnome sysprof: remove linux-gnueabi-patch 2020-06-30 07:58:37 -07:00
meta-initramfs packagegroup-meta-initramfs: remove klibc utilities and kexec-tools-klibc 2020-04-27 17:58:54 -07:00
meta-multimedia openh264: upgrade 2.1.0 -> 2.1.1 2020-06-20 16:44:45 -07:00
meta-networking net-snmp, openjpeg: add proper CVE tags to patches 2020-07-16 07:14:00 -07:00
meta-oe Remmina: Upgrade to 1.4.7 2020-07-16 11:08:04 -07:00
meta-perl libnet-dns-perl: upgrade 1.24 -> 1.25 2020-06-30 07:58:38 -07:00
meta-python python3-bitarray: Upgrade 1.2.2 -> 1.4.1 2020-07-16 12:10:20 -07:00
meta-webserver netdata: upgrade 1.17.0 -> 1.22.1 2020-06-19 10:17:50 -07:00
meta-xfce Revert "packagegroup-xfce-base: add RDEPEND packagegroup-core-x11" 2020-06-25 10:28:37 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

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