aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
AgeCommit message (Collapse)Author
2021-08-22[WIP] python3-pyinstaller: add 4.5.1timo/python3-pyinstallerTim Orling
Created with: 'devtool add python3-pyinstaller https://files.pythonhosted.org/packages/a9/d9/9fdfb0ac2354d059e466d562689dbe53a23c4062019da2057f0eaed635e0/pyinstaller-4.5.1.tar.gz" After that drop SRC_URI and inherit pypi The created recipe had some unparsable PACKAGECONFIG, so comment those out. devtool does not detect a build time dependency on python3-wheel-native needs python3-altgraph and python3-pyinstaller-hooks-contrib (new recipes) while the resulting recipe builds, installs and runs (displays help), it still has a lot of work to be done (devtool detected a lot of dependencies). even a simple hello-world.py print("Hello, World") throws an error because 'ldd' is needed to examine Python3.9 after that throws an error because 'objcopy' is not available (binutils provides objcopy) RDEPENDS += 'ldd binutils' After this at least hello-world.py works.
2021-08-22[WIP] python3-pyinstaller-hooks-contrib: add 2021.2Tim Orling
dependency for python3-pyinstaller Created with: 'devtool add python3-pyinstaller-hooks-contrib https://files.pythonhosted.org/packages/eb/fa/fe062e44776ab8edb4ac62daca1a02bb744ebdd556ec7a75c19c717e80b4/pyinstaller-hooks-contrib-2021.2.tar.gz" After that drop SRC_URI and inherit pypi
2021-08-22[WIP] python3-altgraph: add 0.17Tim Orling
dependency for python3-pyinstaller created with: 'devtool add python3-altgraph https://files.pythonhosted.org/packages/22/5a/ac50b52581bbf0d8f6fd50ad77d20faac19a2263b43c60e7f3af8d1ec880/altgraph-0.17.tar.gz" after that, drop the SRC_URI and inherit pypi
2021-08-19python3-astroid: Upgrade 2.7.0 -> 2.7.1Leon Anavi
Upgrade to release 2.7.1: - When processing dataclass attributes, only do typing inference on collection types. Support for instantiating other typing types is left for the future, if desired. - Fixed LookupMixIn missing from ``astroid.node_classes``. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-dbus-next: Upgrade 0.2.2 -> 0.2.3Leon Anavi
Upgrade to release 0.2.3: - Include py.typed in Manifest.in - Fix property validation error message - Don't log errors if call failed after disconnect - Support PEP563 annotations - Service: support async properties - Client: Support coroutines as signal handlers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-zeroconf: Upgrade 0.34.3 -> 0.36.0Leon Anavi
Upgrade to release 0.36.0: - Fill incomplete IPv6 tuples to avoid WinError on windows Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-tzlocal: Upgrade 2.1 -> 3.0Leon Anavi
Upgrade to release 3.0: - Modernized the packaging, moving to setup.cfg etc. - Handles if the text config files incorrectly is a TZ file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-pandas: Upgrade 1.3.1 -> 1.3.2Leon Anavi
Upgrade to release 1.3.2: - Performance regression in DataFrame.isin() and Series.isin() for nullable data types - Regression in updating values of Series using boolean index, created by using DataFrame.pop() - Regression in DataFrame.from_records() with empty records - Fixed regression in DataFrame.shift() where TypeError occurred when shifting DataFrame created by concatenation of slices and fills with values - Regression in DataFrame.agg() when the func argument returned lists and axis=1 - Regression in DataFrame.drop() does nothing if MultiIndex has duplicates and indexer is a tuple or list of tuples - Fixed regression where read_csv() raised a ValueError when parameters names and prefix were both set to None - Fixed regression in comparisons between Timestamp object and datetime64 objects outside the implementation bounds for nanosecond datetime64 - Fixed regression in Styler.highlight_min() and Styler.highlight_max() where pandas.NA was not successfully ignored - Fixed regression in concat() where copy=False was not honored in axis=1 Series concatenation - Regression in Series.nlargest() and Series.nsmallest() with nullable integer or float dtype - Fixed regression in Series.quantile() with Int64Dtype - Bug in read_excel() modifies the dtypes dictionary when reading a file with duplicate columns - 1D slices over extension types turn into N-dimensional slices over ExtensionArrays - Fixed bug in Series.rolling() and DataFrame.rolling() not calculating window bounds correctly for the first row when center=True and window is an offset that covers all the rows - Styler.hide_columns() now hides the index name header row as well as column headers - Styler.set_sticky() has amended CSS to control the column/index names and ensure the correct sticky positions - Bug in de-serializing datetime indexes in PYTHONOPTIMIZED mode Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-langtable: Upgrade 0.0.54 -> 0.0.56Leon Anavi
Upgrade to release 0.0.56: - Fallback to translations in “xx” from “xx_Zzzz” only if “Zzzz” is the main script of “xx” - Get translation changes for mt from CLDR Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-bitarray: Upgrade 2.2.5 -> 2.3.0Leon Anavi
Upgrade to release 2.3.0: - add optional `buffer` argument to `bitarray()` to import the buffer of another object - update `.buffer_info()` to include: a read-only flag, an imported buffer flag, and the number of buffer exports - add optional start and stop arguments to `util.rindex()` - add [memory-mapped file](../examples/mmapped-file.py) example - ignore underscore (`_`) in string input, e.g. `bitarray('1100_0111')` - add missing type hinting for new `.bytereverse()` arguments - fix `.extend()` type annotations, #145 - avoid `.reverse()` using temporary memory - make `.unpack()`, `util.serialize()`, `util.vl_encode()` and `.__reduce__()` more memory efficient - add and improve tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-websocket-client: Upgrade 1.1.0 -> 1.2.1Leon Anavi
Upgrade to release 1.2.1: - Fix python-socks dependency issue - Replace echo.websocket.org with a local websockets echo server for unit tests - Fix: Transition from LGPL 2.1 license to Apache 2.0 license - Revert and reimplement SOCKS proxy support with python-socks instead of PySocks License-Update: Transition from LGPL 2.1 to Apache 2.0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19python3-click: Add missing ptest artifactsTrevor Gamblin
The click ptests require the top-level setup.cfg and the docs/conf.py file to be present in the PTEST_PATH, so add steps to copy them to the image when building the ptest. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-17python3-pycurl: Upgrade 7.44.0 -> 7.44.1Leon Anavi
Upgrade to release 7.44.1: - Repair incorrect Python thread initialization logic which caused operations to hang Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-17python3-ujson: Upgrade 4.0.2 -> 4.1.0Leon Anavi
Upgrade to release 4.1.0: - Add gcov coverage testing for C code - Test Python 3.10-dev - Remove explicit handling of manylinux platform tag - Remove unused variable - dconv no longer uses global instances of StringToDoubleConverter - Switch shebang for the manylinux-wheels script - Fix typos in error message Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-17python3-astroid: Upgrade 2.6.6 -> 2.7.0Leon Anavi
Upgrade to release 2.7.0: - Import from ``astroid.node_classes`` and ``astroid.scoped_nodes`` has been deprecated in favor of ``astroid.nodes``. Only the imports from ``astroid.nodes`` will work in astroid 3.0.0. - Add support for arbitrary Enum subclass hierachies - Add inference tips for dataclass attributes, including dataclasses.field calls. Also add support for InitVar. - Adds a brain that deals with dynamic import of `IsolatedAsyncioTestCase` class of the `unittest` module. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-apply-defaults: Upgrade 0.1.4 -> 0.1.6Leon Anavi
Upgrade to release 0.1.6: - Alias imports in __init__.py, so that mypy considers them re-exported. - Use mypy with the --strict flag. - Added Github Actions to the repo. - Add .pre-commit-config.yml Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-huey: Upgrade 2.3.2 -> 2.4.0Leon Anavi
Upgrade to release 2.4.0: - Task expiration - Add option to make crontab() parsing strict, raising an error if an invalid interval specification is given. You probably want to enable this. - Fix bug in the FileStorage dequeue() method, which attempted to unlink an open file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-google-api-python-client: Upgrade 2.12.0 -> 2.15.0Leon Anavi
Upgrade to release 2.15.0: - alertcenter: update the api - chat: update the api - cloudbuild: update the api - content: update the api - displayvideo: update the api - dns: update the api - eventarc: update the api - file: update the api - monitoring: update the api - people: update the api - retail: update the api - securitycenter: update the api - speech: update the api - sqladmin: update the api License-Update: update license to be Apache-2.0 compliant Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-google-auth: Upgrade 1.32.0 -> 1.34.0Leon Anavi
Upgrade to release 1.34.0: - support refresh callable on google.oauth2.credentials.Credentials - do not use the GAE APIs on gen2+ runtimes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-google-api-core: Upgrade 1.30.0 -> 1.31.1Leon Anavi
Upgrade to release 1.31.1: - add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions - add Samples section to CONTRIBUTING.rst - add ServiceUnavailable exception to polling retries - undprecate entity factory helpers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-m2crypto: fix for new overrides syntaxKai Kang
Fix wrong replacement caused by script convert-overrides.py. And use new overrides syntax for 'x32'. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-distro: Upgrade 1.5.0 -> 1.6.0Leon Anavi
Upgrade to release: BACKWARDS COMPATIBILITY: - Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead - Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ ENHANCEMENTS: - Added type hints to distro module - Added __version__ for checking distro version - Added support for arbitrary rootfs via the root_dir parameter - Added the --root-dir option to CLI - Added fallback to /usr/lib/os-release when /etc/os-release isn't available BUG FIXES: - Fixed subprocess.CalledProcessError when running lsb_release - Ignore /etc/iredmail-release file while parsing distribution - Use a binary file for /dev/null to avoid TextIOWrapper overhead RELEASE: - Moved repository from nir0s/distro to python-distro/distro on GitHub. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-pycurl: Upgrade 7.43.0.6 -> 7.44.0Leon Anavi
Upgrade to release 7.44.0: - getinfo(CURLINFO_FTP_ENTRY_PATH) now handles NULL return from libcurl, returning None in this case. - Python 3.9 is now officially supported (patch by Bill Collins). - Added CURLOPT_DOH_URL (patch by resokou). - Best effort Python 2 support has been reinstated. - Added missing fields to curl_version_info struct (patch by Hasan). - Added CURLINFO_CONDITION_UNMET (patch by Dima Tisnek). - Exposed MAX_CONCURRENT_STREAMS in CurlMulti (patch by Alexandre Pion). - Compilation fixed against Python 3.10 alpha (patch by Kamil Dudka). License-Update: update copyright years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-configargparse: Upgrade 1.5.1 -> 1.5.2Leon Anavi
Upgrade to release 1.5.2: - fix: append with nargs > 1 for env vars - add support for argparse.BooleanOptionalAction - Docs update Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-aiohue: Upgrade 2.5.1 -> 2.6.1Leon Anavi
Upgrade to release 2.6.1: - Fix temperature event - Store last event on devices Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-zeroconf: Upgrade 0.33.2 -> 0.34.3Leon Anavi
Upgrade to release 0.34.3: - Fix sending immediate multicast responses - Coalesce aggregated multicast answers - Ensure ServiceInfo requests can be answered inside the default timeout with network protection - Ensure multicast aggregation sends responses within 620ms - Implemented Multicast Response Aggregation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-defusedxml: extend recipe to add native supportNaveen Saini
It may be useful for some use cases. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-send2trash: Upgrade 1.7.1 -> 1.8.0Leon Anavi
Upgrade to release 1.8.0: - Add compatibility with pathlib paths - Fix thread compatibility of modern windows implementation - Fix handling of UNC names in legacy windows implementation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-bitarray: Upgrade 2.2.3 -> 2.2.5Leon Anavi
Upgrade to release 2.2.5: - speedup `find_bit()` and `find_last()` using uint64 checking, this means a speedup for `.find()`, `.index()`, `.search()` and `util.rindex()` - add optional start and stop arguments to `.bytereverse()` - add example to illustrate how unaligned copying works internally - add documentation - add tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-greenlet: Upgrade 1.1.0 -> 1.1.1Leon Anavi
Upgrade to release 1.1.1: - Provide Windows binary wheels for Python 3.10 (64-bit only). - Update Python 3.10 wheels to be built against 3.10rc1, where applicable. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-gast: Upgrade 0.5.1 -> 0.5.2Leon Anavi
Upgrade to release 0.5.2: - Test field count more accurately Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-astroid: Upgrade 2.6.5 -> 2.6.6Leon Anavi
Upgrade to release 2.6.6: - Added support to infer return type of typing.cast() - Fix variable lookup's handling of exclusive statements - Fix variable lookup's handling of function parameters - Fix variable lookup's handling of except clause variables - Fix handling of classes with duplicated bases with the same name Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-isort: upgrade 5.9.2 -> 5.9.3zhengruoqin
5.9.3 July 28 2021 Improved text of skipped file message to mention gitignore feature. Made all exceptions pickleable. Fixed #1779: Pylama integration ignores pylama specific isort config overrides. Fixed #1781: --from-first CLI flag shouldn't take any arguments. Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file. Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-ipython: upgrade 7.25.0 -> 7.26.0zhengruoqin
IPython 7.26 is a minor release that fixes a couple of issues, updates in API and Copyright/Licenses issues around various part of the codebase. We’ll highlight this issue <https://github.com/ipython/ipython/issues/13039> pointing out we were including and refereeing to code from Stack Overflow which was CC-BY-SA, hence incompatible with the BSD license of IPython. This lead us to a rewriting of the corresponding logic which in our case was done in a more efficient way (in our case we were searching string prefixes instead of full strings). You will notice also a number of documentation improvements and cleanup. Of particular interest are the following Pull-requests: The IPython directive now uses Sphinx logging for warnings. PR #13030. Add expiry days option to pastebin magic and change http protocol to https. PR #13056 Make Ipython.utils.timing work with jupyterlite PR #13050. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-humanize: upgrade 3.10.0 -> 3.11.0zangrc
Added Add Bengali langauage (#221) @wasi-master Fixed Fix Korean localization (#219) @Craphting Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-engineio: upgrade 4.2.0 -> 4.2.1zhengruoqin
Release 4.2.1 - 2021-08-02 Support setting socketio_path to the root URL #242 (commit) Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit) Pass reason when closing a WebSocket connection (commit) Improved project structure (commit) Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-grpcio: make sure that GRPC_CFLAGS is expanded to emptyMartin Jansa
* with bitbake change from: https://git.openembedded.org/bitbake/commit/?id=699e36c270d863258502d315ed00a1b940bfbf96 the GRPC_CFLAGS now stays None when toolchain-clang isn't used causing: i686-oe-linux-gcc: error: ${GRPC_CFLAGS}: linker input file not found: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-xlsxwriter: upgrade 1.4.4 -> 1.4.5zangrc
Release 1.4.5 - July 29 2021 ---------------------------- * Added Description/Alt Text and Decorative accessibility options for charts, textboxes and buttons. These options were already available for images. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-twisted: upgrade 21.2.0 -> 21.7.0zangrc
Twisted 21.7.0 (2021-07-26) =========================== Features -------- - Python 3.10b3 is now supported (#10224) - Type hinting was added to twisted.internet.defer, making this is the first release of Twisted where you might reasonably be able to use mypy without your own custom stub files (#10017) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-tqdm: upgrade 4.61.2 -> 4.62.0zangrc
asyncio.gather API consistency with stdlib (#1212) fix shutdown exception (#1209 <- #1198) misc build framework updates (#1209) add GH Sponsors & merch links Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-socketio: upgrade 5.3.0 -> 5.4.0zangrc
Release 5.4.0 - 2021-08-02 Support msgpack and custom packet serializers #749 (commit) Return error packet if client connects to an already connected namespace (commit) Handle CancelledError in async pubsub managers #750 (commit) More robust handling of emit's "to" argument #689 (commit) Remove executable permissions from setup.py, which has no shebang #748 (commit) (thanks Ben Beasley!) Improved project structure (commit) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-sentry-sdk: upgrade 1.3.0 -> 1.3.1zangrc
Fix detection of contextvars compatibility with Gevent versions >=20.9.0 #1157 Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-progress: upgrade 1.5 -> 1.6zangrc
-License-Update: Fixed misspelling of names. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-robotframework: upgrade 4.0.3 -> 4.1Zang Ruochen
Add runtime dependency to resolve errors that occurred when import robot. Robot Framework 4.1 is a feature release with several nice enhancements, for example, to the continue-on-failure mode and argument conversion, as well as some bug fixes. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-blivetgui: 2.1.10 -> 2.2.1Kai Kang
Upgrade python3-blivetgui from 2.1.10 to 2.2.1. * drop backported patch 0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-blivet: 3.1.4 -> 3.4.0Kai Kang
Upgrade python3-blivet from 3.1.4 to 3.4.0. * it imports selinux conditionally, so remove 0001-comment-out-selinux.patch * rebase 0008-use-oe-variable-to-replace-hardcoded-dir.patch and 0010-invoking-mkfs-with-infinite-timeout.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-ecdsa: Add native supportAndrew Jeffery
python3-ecdsa is a dependency of meta-aspeed's socsec package. socsec is a set of tools for signing bootloaders and forming a hardware root of trust for ASPEED BMC SoCs. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06python3-gmpy: Add native supportAndrew Jeffery
python3-gmpy is a transitive dependency of meta-aspeed's socsec package, via python3-ecdsa. socsec is a set of tools for signing bootloaders and forming a hardware root of trust for ASPEED BMC SoCs. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-03layer.conf: Update to honisterMartin Jansa
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>