summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* exfatprogs: upgrade 1.2.2 -> 1.2.3Christophe Vu-Brugier2024-05-311-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: restore Upstream-StatusMartin Jansa2024-05-301-0/+2
| | | | | | | | | | | | | * accidentally removed in: https://git.openembedded.org/meta-openembedded/diff/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch?id=cc4e9fbd823a9af1f6b8f622ce86d62172ee9ade * fixes: ERROR: QA Issue: Missing Upstream-Status in patch TOPDIR/meta-oe/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch Please add according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status . [patch-status] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: add ptestJan Vermaete2024-05-303-1/+14
| | | | | | | * test added to the fast list Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dasbus: Add new recipeMingli Yu2024-05-301-0/+15
| | | | | | | | Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjs-jquery-icheck: Correct LIC_FILES_CHKSUMPeter Kjellerstedt2024-05-301-1/+1
| | | | | | | | | Only include the lines from icheck.js that cover the copyright and the license text. License-Update: Only include the relevant parts of icheck.js Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: Only include the relevant parts from README in LIC_FILES_CHKSUMPeter Kjellerstedt2024-05-301-1/+1
| | | | | | | | | Only include the lines from the README that cover the copyright and the license text. License-Update: Only include the relevant parts of the README Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: Support running "devtool modify hostapd"Peter Kjellerstedt2024-05-301-8/+5
| | | | | | | For "devtool modify" to work correctly, ${B} needs to match ${S}. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: avoid python dependencies when building without pythonMichael Olbrich2024-05-301-2/+2
| | | | | | | | | | | | Use inherit_defer instead of inhert. This way, setuptools3 is not inherited when python is removed from PACKAGECONFIG in a .bbappend file. This avoids dependencies added by setuptools3. Don't add nftables-python to PACKAGES if python is disabled. It adds extra runtime dependencies on python3-core and python3-json. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dav1d: update 1.4.1 -> 1.4.2Markus Volk2024-05-301-1/+1
| | | | | | | | | | | | | | | | | | | Changes for 1.4.2 'Road Runner': -------------------------------- 1.4.2 is a small release of dav1d, improving notably ARM, AVX-512 and PowerPC - AVX2 optimizations for 8-tap and new variants for 6-tap - AVX-512 optimizations for 8-tap and new variants for 6-tap - Improve entropy decoding on ARM64 - New ARM64 optimizations for convolutions based on DotProd extension - New ARM64 optimizations for convolutions based on i8mm extension - New ARM64 optimizations for subpel and prep filters for i8mm - Misc improvements on existing ARM64 optimizations, notably for put/prep - New PowerPC9 optimizations for loopfilter - Support for macOS kperf API for benchmarking Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix build with clang and riscv32Khem Raj2024-05-302-0/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix build on riscv32Khem Raj2024-05-301-0/+1
| | | | | | Link explicitly with libatomic for 64bit atomics Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: Fix build on riscv32Khem Raj2024-05-301-0/+1
| | | | | | | | Link with libatomic since rv32 does not have 64bit atomics Fixes | riscv32-yoe-linux-musl-ld.lld: error: undefined reference: __atomic_load_8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: Fix type conversion errors found with clangKhem Raj2024-05-302-1/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ckermit: Define return type for mainKhem Raj2024-05-301-1/+1
| | | | | | | | | | | | Newer compilers e.g. clang19+ will treat implicit function prototypes as errors, therefore define main() with a valid return type Fixes ckwart.c:531:1: error: return type defaults to ‘int’ [-Wimplicit-int] 531 | main(argc,argv) int argc; char **argv; { | ^~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sample-content: Set UNPACKDIR to S to avoid a QA warningYoann Congal2024-05-294-0/+12
| | | | | | | | | | | | | | | | | | | Since recent UNPACKDIR work, default S directory is not created anymore. By setting UNPACKDIR to S, S in indirectly created in do_unpack. Also set S to a known static value to match OE-Core definition of UNPACKDIR/S[0]. Fixes these warnings: WARNING: bigbuckbunny-480p-1.0-r0 do_unpack: bigbuckbunny-480p: the directory ${WORKDIR}/${BP} (.../tmp/work/all-poky-linux/bigbuckbunny-480p/1.0/bigbuckbunny-480p-1.0) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to WARNING: bigbuckbunny-720p-1.0-r0 do_unpack: bigbuckbunny-720p: the directory ${WORKDIR}/${BP} (.../tmp/work/all-poky-linux/bigbuckbunny-720p/1.0/bigbuckbunny-720p-1.0) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to WARNING: bigbuckbunny-1080p-1.0-r0 do_unpack: bigbuckbunny-1080p: the directory ${WORKDIR}/${BP} (.../tmp/work/all-poky-linux/bigbuckbunny-1080p/1.0/bigbuckbunny-1080p-1.0) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to WARNING: tearsofsteel-1080p-1.0-r0 do_unpack: tearsofsteel-1080p: the directory ${WORKDIR}/${BP} (.../tmp/work/all-poky-linux/tearsofsteel-1080p/1.0/tearsofsteel-1080p-1.0) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to [0]: https://git.yoctoproject.org/poky/commit/?id=d6ae8d2004f8ac3aab4571e0077d406b2d19b542 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: use SHA hash for srcrevAlexandre Truong2024-05-291-1/+1
| | | | | | | | | | | | | | | A tag was previously passed which needs a network access to identify the exact SRCREV (SHA1). This network access breaks mirror testing and is generaly not considered a good practice. See errors at [0]. Thus, a full SHA hash is being passed. Please have a look at [1] for further information on the use of SRCREV. [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/374/steps/17/logs/stdio [1]: https://docs.yoctoproject.org/ref-manual/variables.html?#term-SRCREV Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: fix adb/libssl-1.1 patchDmitry Baryshkov2024-05-291-3/+8
| | | | | | | | | | | | GCC 14.0 being stricter regarding const pointers pointed out the issue in the adb_libssl_11.diff. RSA_get0_key returns pointers to internal data of an RSA key structure. As such, this data should use const pointers, should not be allocated and, more importantly, should not be freed. Update the patch to use const pointers, drop allocation and freeing of the 'n' big number. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-remote-desktop: update 46.1 -> 46.2Markus Volk2024-05-291-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | 46.2 ==== * Potential crasher fix * Improved disconnection messages * Broader client compatibility support * Various security hardening improvements * CVE-2024-5148 Limit login screen->user session handover access to appropriate user Contributors: Pascal Nowack, Ray Strode Translators: Balázs Úr [hu], Efstathios Iosifidis [el], Fabio Tomat [fur], Hugo Carvalho [pt], Jordi Mas i Hernandez [ca], Juliano de Souza Camargo [pt_BR] - add polkitd user and fix permissions to avoid: Error: Transaction test error: file /usr/share/polkit-1/rules.d conflicts between attempted installs of gnome-remote-desktop-46.2-r0.corei7_64 and gnome-control-center-46.2-r0.corei7_64 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: update 46.1 -> 46.2Markus Volk2024-05-291-1/+1
| | | | | | | | | | | Changes in 46.2 ================= - Various behavioral and accessibility fixes to the ScreenCast portal dialog - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 46.1 -> 46.2Markus Volk2024-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | Version 46.2 ~~~~~~~~~~~~ Released: 2024-05-24 This is a stable release with the following changes: * Fix a crash when no appstream data is found * Correct app safety calculation * Correct Flatpak system and user apps recognition * Slightly speed-up rpm-ostree metadata refresh This release also updates translations: * Kabyle (Rachida SACI) * Portuguese (Hugo Carvalho) * Spanish (Daniel Mustieles) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: update 46.1 -> 46.2Markus Volk2024-05-293-41/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.2 ==== * Fix size of workspace switcher OSD [Jakub; !3282] * Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284] * Exclude override-redirect windows from workspace animation [Marco; !3285] * Also center time on lock screen when using 12h format [pesader; !3290] * Use absolute tray icon position in root event coordinates [Marco; !3283] * Fix displaying info messages on login screen [Ray; !3298] * Correct expected bus name for streams [Simon; !3303] * Fix notifications on lock screen [Florian; !3308] * notifications: Only apply special styling to symbolic icons [Florian; !3296] * Fix number of search results with Large Text option [Sam; !3312] * Fix showing keyboard layouts with variants [Sebastian K.; !3324] * Tweak font sizes in calendar [Sam; !3313] * automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300] * Fix stuck unlock prompt when animations are disabled [Florian; !3317] * Fix possible hang on startup during ibus-daemon launch [Marco; !3293] * Misc. bug fixes and cleanups [Sebastian W., Gabriel, Sebastian K., Florian, Jonas, Sam, Ray; !3267, !3281, !3288, !3295, !3299, !3310, !3315, !3326, !3321, !3319, !3329, !3331, !3245, !3340] Contributors: Jonas Ådahl, Sam Hewitt, Sebastian Keller, Simon McVittie, Florian Müllner, Gabriel Nagy, pesader, segfault, Jakub Steiner, Ray Strode, Marco Trevisan (Treviño), Sebastian Wick Translators: Andika Triwidada [id], Rachida SACI [kab], Hugo Carvalho [pt], Scrambled 777 [hi], Jose Riha [sk], Balázs Úr [hu], Quentin PAGÈS [oc] - remove backport patch - update extensions Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 46.1 -> 46.2Markus Volk2024-05-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ Version 46.2 ============ - Enable the "Location" settings panel by default (build-optional) - Various translation updates - Improve accessibility of some secondary-labels in settings rows - Increase default log verbosity level Accessibility - Fix icon name of accessibility panel desktop file - Fix flash area settings selection shown incorrectly Display - Fix crash when closing laptop lid Keyboard - Fix keyboard navigation of keyboard shortcuts dialog categories Mouse and Touchpad - Remove unnecessary a11y label Network - Fix crash when removing bluetooth network adapter row - Sort VPN connections list alphabetically - Remove incorrect assertion that breaks proxy settings page Sound - Make sliders more accessible by keyboard - Remove need for translating speaker test button tooltip System - Improve accessibility of "Copy" buttons in Remote Desktop - Fix crash in Date And Time settings closing before async calls finish - Fix reuse of remote-desktop verify encryption fingerprint dialog Users - Fix visibility issue in parental controls row Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: update 46.1 -> 46.2Markus Volk2024-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.2 ==== * Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676] * Fix night light state getting stuck on monitor changes [Michel; !3742] * Fix sending preferred buffer transform [Robert; !3717] * Fix key press events with immediate release being ignored [Carlos; !3721] * Fix unsetting clipboard on screen lock [Florian; !3752] * Fix wrong input region of undecorated X11 windows [Sebastian K.; !3720] * Fix windows potentially shrinking unexpectedly on configure [Jonas Å.; !3755] * Fix popup menus sometimes closing immediately [Jonas D.; !3631] * Fixed crashes [Michel, Carlos, Keyu, Jonas Å., Sebastian K.; !3725, !3763, !3715, !3711, !3758, !3749] * Misc. bug fixes and cleanups [Florian, Echo, Michel, Jonas Å., Sebastian W., Corentin, Bilal; !3723, !3744, !3737, !3743, !3735, !3731, !3700, !3750, !3757, !3754, !3748, !3730, !3775] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Echo J, Sebastian Keller, Robert Mader, Florian Müllner, Corentin Noël, Keyu Tao, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick Translators: Hugo Carvalho [pt], Leônidas Araújo [pt_BR] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: remove subitted patchMarkus Volk2024-05-2814-105/+67
| | | | | | | | | | | | | | devmapper update also updated lvm2. Thus build fails with: patching file daemons/lvmdbusd/utils.py Hunk #1 FAILED at 778. 1 out of 1 hunk FAILED -- rejects in file daemons/lvmdbusd/utils.py - Drop the submitted patch - Move PV to lvm2.inc to ensure we keep it in sync for libdevmapper and lvm2 - refresh patches Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 391 -> 392Wang Mingyu2024-05-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 4.2.4 -> 4.2.5Wang Mingyu2024-05-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: upgrade 2.44.1 -> 2.44.2Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============= - Make gamepads visible on axis movements, and not only on button presses. - Disable the gst-libav AAC decoder. - Make user scripts and style sheets visible in the Web Inspector. - Use the geolocation portal where available, with the existing geoclue as fallback if the portal is not usable. - Use the printing portal when running sandboxed. - Use the file transfer portal for drag and drop when running sandboxed. - Avoid notifying an empty cursor rectangle to input methods. - Remove empty bar shown in detached inspector windows. - Consider keycode when activating application accelerators. - Fix the build with ENABLE_WEBAUDIO disabled. - Fix several crashes and rendering issues. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.4.6 -> 3.5Wang Mingyu2024-05-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.4 -> 7.2.5Wang Mingyu2024-05-2810-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.18.0 -> 6.19.0Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | Changelog: =========== - Properly propagate exceptions from the message listener task to the main loop for persistent connection providers. - Warn of updates to WebSocketProvider in v7 - Condense the migration guides into one page - Add py312 support by adding it to CI testing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 4.0.0 -> 4.0.1Wang Mingyu2024-05-281-1/+1
| | | | | | | | Changelog: Fix missing event_filter for the full emitter Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.1 -> 20.26.2Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | Changelog: ============= - virtualenv.pyz no longer fails when zipapp path contains a symlink - Fix bad return code from activate.sh if hashing is disabled Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-validators: upgrade 0.28.1 -> 0.28.3Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - hotfix: ensure _tld.txt is in sdist and bdist - fix: corrects a few typo - build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /package - fix(ip_address): properly handle private is false - chore(url): allow symbols and pictographs in url - build(deps): bump requests from 2.31.0 to 2.32.0 in /package - chore: fix typo; update dev deps; bump version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.9.0 -> 5.10.0Wang Mingyu2024-05-281-1/+1
| | | | | | | | Changelog: Add support for Python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-setuptools: upgrade 69.0.0.20240125 -> 70.0.0.20240524Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Small fix for pkg_resources StrPath - Make shutil.rmtree.onexc parameter optional - distutils & setuptools: Relax path related params - Make distutils.dist.Distribution.get_command_obj not return None by default - distutils & setuptools: Complete sub_commands ClassVar typing - distutils: improve boolean parameters with int defaults - Avoid using new _typeshed protocol in pkg_resources for now - Use protocols instead of importlib.abc.Loader/MetaPathFinder/PathEntryFinder - Add precise values for enum members where possible - Ensure that distutils and setuptools._distutils stay consistent - Update setuptools to 69.5.* - Add distutils as a top-level package included with types-setuptools - setuptools&distutils: setup returns a Distribution - setup returns a Distribution - pkg_resources: Make _InstallerType stricter and generic - Use strict pyright configs for pkg_resources - pkg_resources: Updates from upstream typing merge - pkg_resources: Remove stray Anys and use more Self & NoReturn types - pkg_resources: Remove type-only _Importer class - pkg_resources: Types from assignments and aliases - Override pkg_resources.ZipProvider.loader type - setuptools & pkg_resources: Complete VendorImporter class - pkg_resources: don't ignore "missing symbol from stub" in stubtest - Fix invalid noqa comments and poorly formatted type ignores - pkg_resources: Reorder names to be closer to implementation - Improve typing of sysconfig.get_config_var(s) - fix: typo on setuptools Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.20240511 -> 5.9.5.20240516Wang Mingyu2024-05-281-1/+1
| | | | | | | | Changelog: Update dependency pyright to v1.1.363 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 5.0.0 -> 5.1.0Wang Mingyu2024-05-281-1/+1
| | | | | | | | Changelog: Add the experimental --attestations flag Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-transitions: upgrade 0.9.0 -> 0.9.1Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Fix may_ always returning false for internal transitions - Pass investigated transition to EventData context in 'may' check - Improve the handling of diagrams when working with parallel states, especially when using the show_roi option - Exception is not broad enough and does not catch asyncio.CancelledError or KeyboardInterrupt; use BaseException instead - '_anchor' suffix has been removed for (py)graphviz cluster node anchors - local testing switched from tox to nox - Remove surrounding whitespace from docstrings - Add on_final to Machine and NestedState constructor and final to State. Callbacks passed to on_final will be executed when a State with final=True is entered or all children of a parallel state are final. - Process exceptions with Machine.on_exception in may_ as well - Improved handling of removing transitions for GraphMachine and HiearachicalMachine - Better handling of unset styling in GraphMachine Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2024.5.10 -> 2024.5.15Wang Mingyu2024-05-281-1/+1
| | | | | | | | Fix bug: hangs with fuzzy and optionals Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rapidjson: upgrade 1.14 -> 1.17Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | Changelog: ========== - Use current master__ version of rapidjson - Generate wheels on PyPI using Python 3.13b1 release, thanks to cibuildwheel 2.18.0__ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: upgrade 0.15.10 -> 0.16.0Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | Changelog: =========== - Upgrade zstd source code from v1.5.5 to v1.5.6 - Fix pyzstd_pep517 parameter name in get_requires_for_build_wheel - Deprecate support for Python version before 3.8 and stop building wheels for them - Minor fixes in type hints - Refactor README & CHANGELOG files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyperf: upgrade 2.6.3 -> 2.7.0Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ - Fix typo in example docs - Update --table example - Include CONFIG_ARGS in Metadata - Fix typos discovered by codespell - tox.ini: Replace flake8 with ruff - Add some ruff rules for pyupgrade - Disable TurboBoost tuning settings on non-Intel - Fix logic in MSR availability test - gh-187: Support environment variables PYTHON_GIL / PYTHON_CPU_COUNT Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 3.1.0 -> 3.2.2Wang Mingyu2024-05-281-2/+2
| | | | | | | | | | | Changelog: =========== - Fix multiple false positives for generic class syntax added in Python 3.12 - Exclude context manager without cleanup from contextmanager-generator-missing-cleanup checks. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycurl: upgrade 7.45.2 -> 7.45.3Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ * Add CURLOPT_REQUEST_TARGET option * Add missing 2nd parameters to METH_NOARGS functions * Add CURLOPT_AWS_SIGV4 option * Add consistent names for newer Curl version constants * Only run HTTP version 3 option constant test if curl supported * Expose COMPILE_SSL_LIB in Python and use for test filtering * Filter tests based on *compile* libcurl version not runtime version * Use print function in callbacks documentation * Add missing shebang to tests/ext/test-suite.sh * Officially declare support for Python 3.12 * Fix curl_multi_info_read flow that loses messages * Support using environment variables for setup on Windows * Add support for Schannel SSL backend * Skip HTTP2 tests based on a curl support check * Fix fake-curl tests so they work when run out of tree * xfail test_easy_pause_unpause unconditionally * Provide generic error strings in pycurl.error objects * Change URLs to new curl mailing list * Add missing HTTPS proxy options * Add support for setting CURLOPT_SSLCERT_BLOB * Add support for setting rest of CURLOPTTYPE_BLOB fields * Build wheels on Linux/macOS/Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 4.2.1 -> 4.2.2Wang Mingyu2024-05-281-1/+1
| | | | | | | | Changelog: ix android detection when python4android is present Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.15.2 -> 2.15.3Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Fixed pdm venv activate, to also work for windows. And added documentation on how to authenticate to Azure Artifacts - Don't show unsupported formats in pdm export. - Proxy (HTTP_PROXY env vars) settings are ignored for custom indexes. - Fix the quoting of venv activate command for powershell. - Raise an error if the package given by pdm update does not exist in the select dependency group but in other groups. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.68 -> 0.3.70Wang Mingyu2024-05-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 6.1.0 -> 6.1.2Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | Changelog: ============ - add note about runnings tests to contrib guide - Some updates on get_notes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.129.0 -> 2.130.0Wang Mingyu2024-05-281-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.130.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.21.2 -> 2.21.3Wang Mingyu2024-05-281-1/+1
| | | | | | | | Fix bug: Clear exception flag on disconnect future if its also sent to handlers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>