summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-nocasedict: upgrade 2.0.3 -> 2.0.4Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - Added missing dependency psutil - Updated dev versions - Eliminated warnings about node v16 - Fixed dev install issue by increasing package versions - Added py310/min to normal tests - Fixed dependency inconsistency for dill on Python 3.12 - Improved pip backtracking optimization Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.21.3 -> 3.22.0Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | Changelog: ========== - Add many Meta option to Schema so it expects a collection by default - Refactor hooks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | Changelog: ========== - Deferred import of inspect for import performance. - Disallow passing of 'dist' to EntryPoints.select. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.35.0 -> 2.35.1Wang Mingyu2024-08-281-1/+1
| | | | | | | | Changelog: Remove pinned numpy regression Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gunicorn: upgrade 22.0.0 -> 23.0.0Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - minor docs fixes - worker_class parameter accepts a class - fix deadlock if request terminated during chunked parsing - permit receiving Transfer-Encodings: compress, deflate, gzip - permit Transfer-Encoding headers specifying multiple encodings. note: no parameters, still - sdist generation now explicitly excludes sphinx build folder - decode bytes-typed status (as can be passed by gevent) as utf-8 instead of raising TypeError - raise correct Exception when encounting invalid chunked requests - the SCRIPT_NAME and PATH_INFO headers, when received from allowed forwarders, are no longer restricted for containing an underscore - include IPv6 loopback address [::1] in default for forwarded_allow_ips and proxy_allow_ips - refuse requests where the uri field is empty - refuse requests with invalid CR/LR/NUL in heade field values - remove temporary --tolerate-dangerous-framing switch from 22.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-utils: upgrade 4.1.1 -> 5.0.0Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | Chaneglog: ============ - Run mypy locally via pre-commit hook, bump to mypy==1.10.0 - Updates to the latest eth-typing to use new ABI types for improved type checking in existing ABI utility functions. - Contract Application Binary Interface (ABI) utilities to obtain type and value information for functions and events. - Merge template to use bump-my-version and update release Make commands. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.22.1 -> 2.24.0Wang Mingyu2024-08-281-1/+1
| | | | | | | | | Changelog: ========= Use dbus-run-session to drop X11 dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 5.4.0 -> 5.5.0Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | Changelog: =========== - TTLCache.expire() returns iterable of expired (key, value) pairs. - TLRUCache.expire() returns iterable of expired (key, value) pairs. - Documentation improvements. - Update CI environment. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: upgrade 4.7.2 -> 4.7.3Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | Changelog: ========== - Remove use of deprecated last_event for button events - Add missing sunset timed effect Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.10.3 -> 3.10.5Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | Changelog: =========== - Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised - Improved performance of the WebSocket reader Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ - Add support for python 3.13 - Fix a trivial typo in readme.md - Correct classifier for license python-2.0.1 - Adjust license to python-2.0.1 - Remove upper bound on python requirement - Preserve errno if all exceptions have the same errno - Adjust license classifier to better reflect license terms - Add link to happy eyeballs explanation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 16.3 -> 16.4Wang Mingyu2024-08-282-4/+4
| | | | | | | | 0003-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 16.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.7.1 -> 1.7.2Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - 191 new ATRs - provide meson configuration file - improve pcsc_scan Windows support - Use Ctrl-C also on Windows - Windows can also use option -n - better output on Windows dumb terminals - minor fixes and improvements - Initialize the reader state structure to 0 - smartcard_list: Add D-Trust Card 5.1/5.4 card Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pamela: upgrade 1.1.0 -> 1.2.0Wang Mingyu2024-08-281-2/+2
| | | | | | | License-Update: Version updated to 1.2.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: upgrade 1.48.6 -> 1.48.10Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 46.2 -> 46.4Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | Changelog: =========== * Fix nested popovers on wayland * Misc. bug fixes and cleanups Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: upgrade 2200.120.24 -> 2200.140.11Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | Changelog: ========== * Use lower serial bits to differentiate proxy / client serials, and handle non-monotonically increasing serials better. * Fix various GVariant reference leaks * Don't require talk permission for broadcast rules * Support sdbus clients Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-harness-perl: upgrade 3.48 -> 3.50Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Simplify runtests for easier extension - Prevent double summary on bail-out - Prevent bail_out summary when no handler for it is defined - Tidy up core dump file - Simplify injecting of @INC paths - Better check for t/ directory in Perl handler Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtdb: upgrade 1.4.11 -> 1.4.12Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.45 -> 1.46Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | Changelog: =========== - Resync with IANA DNS Parameters registry. - Revise documentation for Packet.pm and Header.pm. - Random ID cache moved from header->id to packet->encode. - Restructure resolver method inheritance tree. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libei: upgrade 1.2.1 -> 1.3.0Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbytesize: upgrade 2.10 -> 2.11Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ - remove dependency on python3-six and python2 crumbs - dist: Fix release number in spec - Squashed 'translation-canary/' changes from 4d4e65b..5bb8125 - ci: Bump actions/checkout from v3 to v4 - Rename 'master' branch to 'main' - ci: Set custom release number for Packit - ci: Update CentOS Stream repositories for Packit - ci: Add dependabot to automatically update GH actions - Update translation files - Translated using Weblate - infra: bump actions/upload-artifact from 3 to 4 - tests: remove unnecessary bash dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lastlog2: upgrade 1.2.0 -> 1.3.1Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - pam_lastlog2: differentiate between three error cases - Fix error handling of sqlite3_step - Don't call exit() in a library - Support 32bit time_t (but is not Y2038 safe!) - lib/lastlog2: always use int64_t internal - committed - Fix minimum required meson version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.384 -> 0.385Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd: upgrade 1.9.22 -> 1.9.24Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========= Bugfix: --------- - Add support for capsule on disk for Dell systems - Do not re-use the connection cache to fix Redfish BMC restart - Exclude known recovery partitions when choosing an ESP volume - Fix the VLI usb3 private flag registration Add suppoert: ------------- - More Mediatek scaler devices - Parade USB hubs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* colord-gtk: upgrade 0.3.0 -> 0.3.1Wang Mingyu2024-08-281-1/+1
| | | | | | | | Bugfixes: - Fix the callback signature to fix a crash Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* magic-enum: Upgrade v0.9.5 -> v0.9.6Ricardo Simoes2024-08-281-5/+2
| | | | | | | | | | | | | | In version 0.9.6 issue #362 was fixed. Thus, the tweak in the compile flags is no longer needed. The checksum of the LICENSE file changed because the copyright range was updated. Changelog: https://github.com/Neargye/magic_enum/releases/tag/v0.9.6 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vdpauinfo: require x11 in DISTRO_FEATURESMartin Jansa2024-08-272-1/+5
| | | | | | | | | | | | | | | | | | | | | It depends on libvdpau and libvdpau has: inherit features_check REQUIRED_DISTRO_FEATURES = "x11" since: commit 0055684612edddae0f041e984c8497c5e5b32e74 Author: Armin Kuster <akuster808@gmail.com> Date: Tue Mar 6 17:27:30 2018 -0800 Subject: libvdpau: only include when x11 in DISTRO_FEATURES the same restriction should be repeated here to avoid: ERROR: Nothing PROVIDES 'libvdpau' (but meta-oe/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb DEPENDS on or otherwise requires it) libvdpau was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) Also add it to packagegroup-meta-oe and fix libvdpau there. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphicsDmitry Baryshkov2024-08-271-0/+1
| | | | | | | Include deqp-runner into the graphics packagegroup. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* deqp-runner: improved version of parallel-deqp-runnerDmitry Baryshkov2024-08-273-0/+458
| | | | | | | | Add recipe for the deqp-runner, an improved and currently developed version of the parallel-deqp-runner program. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bluealsa: Update cython patch to latest upstream patchKhem Raj2024-08-261-5/+5
| | | | | | This patch reflects the latest revision submitted upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Fix C++17 build warningRicardo Simoes2024-08-262-0/+45
| | | | | | | | | | | | | | | | | | | DirectFB explicitly supports usage of C++. With C++17 and later the below warning is given: lib/direct/util.h:223:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 223 | register int ret = 0; | ^~~ To address that, this commit brings in the patch proposed by PR which removes the usage of the register keyword: https://github.com/deniskropp/DirectFB/pull/25 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Add zlib PACKAGECONFIGRicardo Simoes2024-08-261-3/+3
| | | | | | | | | zlib was always enabled in DEPENDS and EXTRA_OEMAKE. Now it is a PACKAGECONFIG which is enabled by default. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Add freetype PACKAGECONFIGRicardo Simoes2024-08-261-3/+3
| | | | | | | | | freetype was always enabled in DEPENDS and EXTRA_OEMAKE. Now it is a PACKAGECONFIG which is enabled by default. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Order PACKAGECONFIG alphabeticallyRicardo Simoes2024-08-261-5/+5
| | | | | | Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmodem: Fix LIC_FILES_CHKSUMNiko Mauno2024-08-261-1/+1
| | | | | | | | Change the reference to the MIT license containing LICENSE file in the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smbus2: Fix LIC_FILES_CHKSUMNiko Mauno2024-08-261-1/+1
| | | | | | | | Change the reference to the MIT license containing LICENSE file in the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-libevdev: Fix LIC_FILES_CHKSUMNiko Mauno2024-08-261-1/+1
| | | | | | | | Change the reference to the MIT license containing COPYING file in the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-haversine: Fix LIC_FILES_CHKSUMNiko Mauno2024-08-261-1/+1
| | | | | | | | Change the reference to the MIT license containing LICENSE file in the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: Fix LIC_FILES_CHKSUMNiko Mauno2024-08-261-1/+1
| | | | | | | | Change the reference to the Apache-2.0 license containing LICENSE file in the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycurl: Fix LICENSENiko Mauno2024-08-261-1/+1
| | | | | | | | | Contents of https://github.com/pycurl/pycurl/blob/REL_7_45_3/COPYING-LGPL correspond to version 2.1 of the license rather than 2.0. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nmap: Fix LICENSE and LIC_FILES_CHKSUMNiko Mauno2024-08-261-2/+2
| | | | | | | | | | | | In the source code repository the LICENSE file is GPL-3.0-only: https://github.com/nmmapper/python3-nmap/blob/1.5.2/LICENSE https://github.com/nmmapper/python3-nmap/blob/1.7.0/LICENSE Also change the LIC_FILES_CHKSUM reference to the GPLv3.0 license containing LICENSE file in the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fann2: Fix LICENSENiko Mauno2024-08-261-1/+1
| | | | | | | | | | According to https://github.com/FutureLinkCorporation/fann2/tree/1.1.2?tab=readme-ov-file#license and https://github.com/FutureLinkCorporation/fann2/blob/1.1.2/LICENSE this project is subject to LGPL-2.1-only license. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorama: Fix LICENSENiko Mauno2024-08-261-1/+1
| | | | | | | | | https://github.com/tartley/colorama?tab=readme-ov-file#license and https://github.com/tartley/colorama/blob/0.4.6/LICENSE.txt declare that this project is subject to BSD-3-Clause license. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: Fix LICENSENiko Mauno2024-08-261-1/+1
| | | | | | | | | According to https://pypi.org/project/platformdirs/ and https://github.com/platformdirs/platformdirs/blob/4.2.2/LICENSE the project is subject to MIT license. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTIONNiko Mauno2024-08-261-2/+2
| | | | | | | | | | | | According to https://pypi.org/project/pillow/ and https://github.com/python-pillow/Pillow/blob/10.4.0/LICENSE the project is subject to HPND license. Also change SUMMARY to DESCRIPTION as it's value is clearly over 72 characters long. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse-type: Cosmetic fixesNiko Mauno2024-08-261-10/+9
| | | | | | | | Apply some changes to recipe content ordering and indentation style from oe-stylize.py. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse-type: Fix LICENSENiko Mauno2024-08-261-1/+1
| | | | | | | | | According to https://pypi.org/project/parse-type/ and https://github.com/jenisys/parse_type/blob/v0.6.2/LICENSE the project is subject to MIT license. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>