Go to file
Wang Mingyu af5a88f28b python3-pyzmq: upgrade 24.0.1 -> 25.0.0
Changelog:
==========
New:
------
- Added socket_class argument to zmq.Context.socket()
- Support shadowing sockets with socket objects, not just via address,
  e.g. zmq.asyncio.Socket(other_socket). Shadowing an object preserves a
  reference to the original, unlike shadowing via address.
- in zmq.auth, CredentialsProvider callbacks may now be async.
- ZMQStream callbacks may now be async.
- Add zmq.ReconnectStop draft constants.
- Add manylinux_2_28 wheels for x86_64 CPython 3.10, 3.11, and PyPy 3.9
  (these are in addition to not instead of the manylinux_2014 wheels).

Fixed:
-------
- When ZMQStream is given an async socket, it now warns and hooks up events
  correctly with the underlying socket, so the callback gets the received
  message, instead of sending the callback the incorrect arguments.
- Fixed toml parse error in pyproject.toml, when installing from source with
  very old pip.
- Removed expressed dependency on py when running with pypy, which hasn't
  been used in some time.

Deprecated:
----------
- zmq.auth.ioloop.IOLoopAuthenticator is deprecated in favor of
  zmq.auth.asyncio.AsyncioAuthenticator
- As part of migrating toward modern pytest, zmq.tests.BaseZMQTestCase
  is deprecated and should not be used outside pyzmq.
- python setup.py test is deprecated as a way to launch the tests.
  Just use pytest.

Removed:
----------
- Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is
  removed, so ZMQStream cannot be used without an actual install of tornado.
- Remove support for tornado 4, meaning tornado is always assumed to run on asyncio.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems xfstests: upgrade 2022.12.18 -> 2023.01.01 2023-01-17 00:30:12 -08:00
meta-gnome nautilus: upgrade 43.1 -> 43.2 2023-01-17 00:30:12 -08:00
meta-initramfs grubby: drop version 8.40 2023-01-04 15:33:58 -08:00
meta-multimedia pipewire: update 0.3.63 -> 0.3.64 2023-01-17 01:05:52 -08:00
meta-networking unbound: upgrade 1.17.0 -> 1.17.1 2023-01-17 01:05:52 -08:00
meta-oe xterm: upgrade 377 -> 378 2023-01-17 01:05:53 -08:00
meta-perl libxml-libxml-perl: Fix function pointer types 2023-01-16 21:23:07 -08:00
meta-python python3-pyzmq: upgrade 24.0.1 -> 25.0.0 2023-01-17 01:05:53 -08:00
meta-webserver layer.conf: update LAYERSERIES_COMPAT for mickledore 2023-01-04 14:34:04 -08:00
meta-xfce thunar: add tumbler to RRECOMMENDS 2023-01-06 11:38:16 -08: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