summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-yappi: upgrade 1.3.3 -> 1.3.5Wang Mingyu2022-05-291-1/+1
| | | | | | | | | | 1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (#58) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.35 -> 1.4.36Wang Mingyu2022-05-291-1/+1
| | | | | | | | Changelog: https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 1.10.0 -> 1.11.0Wang Mingyu2022-05-291-1/+1
| | | | | | | | | | | Changelog: ========= Add localization for XSD parsing and validation related error messages Add full Italian translation Add Russian partial translation (from PR #293) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 5.29.0 -> 5.29.1Wang Mingyu2022-05-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.1.7 -> 2.1.8Wang Mingyu2022-05-291-1/+1
| | | | | | | | | | | | | | Changelog: ========== Fix adding failed emitters on observer schedule. (#872) [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. (#869) [watchmedo] Fix broken parsing of --kill-after argument for the auto-restart command. (#870) [watchmedo] Fix broken parsing of boolean arguments. (#887) [watchmedo] Fix broken parsing of commands from auto-restart, and shell-command. (#888) [watchmedo] Support setting verbosity level via -q/--quiet and -v/--verbose arguments. (#889) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 5.0 -> 5.0.1Wang Mingyu2022-05-291-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-5.0.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.45.0 -> 2.48.0zhengrq.fnst2022-05-291-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.7.3 -> 2.8.0Xu Huan2022-05-291-1/+1
| | | | | | | | | Changelog: ========= adds support for audience in client_options (#379) (c97c498) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 1.3.4 -> 1.3.5Xu Huan2022-05-291-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: upgrade 2.0.2 -> 2.0.3Xu Huan2022-05-291-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.19.1 -> 2.19.2Xu Huan2022-05-291-1/+1
| | | | | | | | | | | | | Changelog: ========== Fix Don't treat im_mode ? as im_mode V Other Add stacklevel=2 to some warnings. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 5.0.0 -> 5.1.0Xu Huan2022-05-291-2/+2
| | | | | | | | | | License-Update: Copyright year updated to 2022. Changelog: Add cache decorator parameters as wrapper function attributes. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.11.3 -> 2.11.5Xu Huan2022-05-291-1/+1
| | | | | | | | | | | Changelog: ========= - Fix crash while obtaining object_type() of an Unknown node. - Fix a bug where in attempting to handle the patching of distutils by virtualenv, library submodules called distutils (e.g. numpy.distutils) were included also. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-declarative-requirements: add new recipeRoss Burton2022-05-292-0/+13
| | | | | | | Some Python packages use this in their setup.cfg. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-editables: add new recipeRoss Burton2022-05-292-0/+12
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hatchling: add new recipe and build classRoss Burton2022-05-293-0/+27
| | | | | | | | Hatchling is the build backend used by the Hatch tool. Add the recipe and a pep517 build class. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pathspec: add new recipeRoss Burton2022-05-292-0/+12
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade to 5.2.1Ross Burton2022-05-291-4/+2
| | | | | | | | | This now uses hatching to build. Also remove redundant PYPI_PACKAGE assignment. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-scm-git-archive: add new recipeRoss Burton2022-05-292-0/+16
| | | | | | | Some Python packages use this at build time. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cppy: fix inherits and DEPENDSRoss Burton2022-05-291-2/+2
| | | | | | | This recipe inherited python_flit_core, but actually builds with setuptools. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.5.10 -> 1.5.12Xu Huan2022-05-291-1/+1
| | | | | | | | | | Changelog: ========== feat(measurements): Add experimental set_measurement api on transaction fix: Remove incorrect usage from flask helper example Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.38.4 -> 0.38.6Xu Huan2022-05-291-1/+1
| | | | | | | | | Changelog: =========== Performance improvements for fetching ServiceInfo Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: upgrade 1.14.0 -> 1.14.1zhengruoqin2022-05-291-2/+2
| | | | | | | License-Update: Copyright year updated to 2022. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 2.1.1 -> 2.1.2Xu Huan2022-05-291-1/+1
| | | | | | | | | | | | Changelog: ========== The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses. Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>. Fix ability to set some cache_control attributes to False. Disable keep-alive connections in the development server, which are not supported sufficiently by Python’s http.server. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.2.2 -> 4.3.1Xu Huan2022-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= changes: -------- Fix asyncio Search crash Replace OSError exceptions from can_read with redis.ConnectionError Updated FUNCTION LOAD changes (from release 7.0 rc3 to support redis 7.0 final) New Features -------------- Get command keys for subcommands Add support for CLUSTER SHARDS Add support for COMMAND LIST Add Async RedisCluster ACL SETUSER - add selectors and key based permissions Support for redis 7 streams features Async Connection: Allow PubSub.run() without previous subscribe() Implemented LATENCY HISTOGRAM by always throwing NotImplementedError Add async supoort for SEARCH commands Retry(): Support negative retries value Add support for MODULE LOADEX INFO - add support for taking multiple section arguments CONFIG SET - add the ability to set multiple parameters in one call CONFIG GET - add the ability to pass multiple pattern parameters in one call Add support for COMMAND GETKEYSANDFLAGS Support CASESENSITIVE for TAG fields Bug Fixes --------- Rename 'update_supported_erros' to 'update_supported_errors' in Retry module Fix execute_command() determining nodes error when no key command Fix incorrect return statement in aut Maintenance ------------ Add unittest for PubSub.connect() Fix incorrect return annotation in asyncio.lock Minor cleanups in commands/cluster.py Update xtrim type annotation Async tests for redis commands, json, bloom, timeseries Fixed typing in getex command Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 2.13.7 -> 2.13.9Xu Huan2022-05-291-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== 2.13.9 is the last release supporting python interpreter between 3.6.2 and 3.7.2. --------------------------------------------------------------------------------- Respect ignore configuration options with --recursive=y. Fix false positives for no-name-in-module and import-error for numpy.distutils and pydantic. Fix IndexError crash in uninferable_final_decorators method. Fix a crash in unnecessary-dict-index-lookup when subscripting an attribute. Fix a crash when accessing __code__ and assigning it to a variable. Fix a false positive for undefined-loop-variable when using enumerate(). Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyjwt: upgrade 2.3.0 -> 2.4.0zhengruoqin2022-05-291-2/+2
| | | | | | | License-Update: copyright year updated to 2022 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.19.1 -> 0.19.2Xu Huan2022-05-291-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.18.0 -> 2.19.1zhengruoqin2022-05-291-1/+1
| | | | | | | | | | | | | | | | Changelog: ========= Fix Reset request when iterating over plugins (#792) (46a49c4) Rename format_hint to extension and prefer it over actual file extensions (#807) (4830f15) Other Fix broken links in readme (#806) (52954bc) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.56.0 -> 1.56.1zhengruoqin2022-05-291-1/+1
| | | | | | | | | | | Bug Fixes deps: require protobuf >=1.15.0 (f04ed64) include tests directory (#103) (72e5df1) regenerate pb2 files using the latest version of grpcio-tools (f04ed64) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: upgrade 0.33.0 -> 0.33.1zhengruoqin2022-05-291-1/+1
| | | | | | | | | Changelog: ========== * Prevent deadlock on logging._lock https://github.com/eventlet/eventlet/issues/742 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.5.0 -> 2.5.1zhengruoqin2022-05-291-1/+1
| | | | | | | | | | Changelog: ========== * optimize '.reverse()', see #177 * allow negative (byte) indices in '.bytereverse()' Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-speedtest-cli: fix RDEPENDSBartosz Golaszewski2022-05-291-1/+5
| | | | | | | | | There are packages missing in RDEPENDS needed to run speedtest-cli. Add them and use += for the assignment as we don't know what inherited classes may have added. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: fix build for wayland onlyMarkus Volk2022-05-292-3/+140
| | | | | | | | libcanberra-gtk3 module isn't buildable for wayland. Remove its dpendency. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: update; fix build for wayland onlyMarkus Volk2022-05-292-6/+121
| | | | | | | | | | - Update to v5.0 - Add a patch for wayland builds that removes canberra dependency. Since the canberra-gtk+3 module paradoxically depends on gtk+2 it is unbuildable for wayland. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: add new recipeVyacheslav Yurkov2022-05-291-0/+61
| | | | | | | File system QA test suite Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Fix patch fuzzKhem Raj2022-05-291-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Link with libatomic for rv32Khem Raj2022-05-281-0/+1
| | | | | | | Fixes libsdbus-c++.so.1.1.0: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* conntrack-tools: fix postinst scriptAdrian Freihofer2022-05-281-0/+1
| | | | | | | | | | | | | | Fix error caused by postinst script of conntrack-tools: do_rootfs: Postinstall scriptlets of ['conntrack-tools'] have failed... Configuring ... rootfs//var/lib/opkg/info/conntrack-tools.postinst: line 2: setcap: command not found conntrack-tools.postinst returned 127, marking as unpacked only... Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: rrecommends on liberation-fontsKai Kang2022-05-281-0/+2
| | | | | | | | There will be tofos in output pictures without any font, so make graphviz rrecommends on liberation-fonts. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libportal: add distro features checkKai Kang2022-05-281-1/+3
| | | | | | | | Add distro features check for libportal because it depends on gtk+3 which requires one of ${GTK3DISTROFEATURES}. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: Disable auto-detecting modulesKhem Raj2022-05-282-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ubi-utils-klibc: Disable lzo compression by defaultKhem Raj2022-05-281-1/+2
| | | | | | | | This is still available if needed, however its obsolete and lzo has been removed from oe-core, if needed add meta-oe to layer mix and enable this in packageconfigs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix i386 Clang buildsArmin Kuster2022-05-281-0/+2
| | | | | Signed-off-by: Armin Kuster <akuster808@gmial.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: update to 10.7.4Armin Kuster2022-05-264-180/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LTS version, bugfix only update. Drop clang-64bit-atomics.patch as the patched code was removed in this update. https://github.com/MariaDB/server/commit/cf483a7766d0730872232fdedd727d30a493fe29 Includes these CVES: CVE-2022-27458 CVE-2022-27457 CVE-2022-27456 CVE-2022-27455 CVE-2022-27452 CVE-2022-27451 CVE-2022-27449 CVE-2022-27448 CVE-2022-27447 CVE-2022-27446 CVE-2022-27445 CVE-2022-27444 CVE-2022-27387 CVE-2022-27386 CVE-2022-27384 CVE-2022-27383 CVE-2022-27382 CVE-2022-27381 CVE-2022-27380 CVE-2022-27379 CVE-2022-27378 CVE-2022-27377 CVE-2022-27376 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* duktape: Add ptestNikhil R2022-05-262-1/+53
| | | | | | | | | | | | | | | | | | | | | | The Ptest for duktape executes below tests: 1. hello - a helloworld example is basic compilation test that test the APIs - duk_get_top(), duk_push_c_function(), duk_eval_string() 2. eval - a very simple for evaluating expressions from command line which test the APIs - duk_push_string(), duk_insert(), duk_join(), duk_pop() 3. evloop - a basic eventloop implementation test that test the APIs - duk_is_object(), duk_compile() duk_push_c_function(), duk_safe_call() Test Summary: Execution time = 46 sec Signed-off-by: Nikhil R <nikhil.r@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uinput: new packageBartosz Golaszewski2022-05-263-0/+47
| | | | | | | | Add a recipe for python3-uinput: a python module for controlling the virtual input devices on linux. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* p8platform: unbreak do_populate_sdkMarkus Volk2022-05-261-0/+2
| | | | | | | | | | | Error: Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev, but none of the providers can be installed - conflicting requests - nothing provides p8platform = 2.1.0.1-r0 needed by p8platform-dev-2.1.0.1-r0.corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* overlayfs-tools: add new recipeVyacheslav Yurkov2022-05-243-0/+106
| | | | | | | | This package provides maintenance tools for OverlayFS, such as vacuum, diff, merge, and deref Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* overlayfs-progs: add new recipeVyacheslav Yurkov2022-05-242-0/+62
| | | | | | | | overlayfs-progs contains fsck.overlay, which is used to check and optionally repair underlying directories of overlay-filesystem. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>