summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libfido2: new recipeDan McGregor2024-04-061-0/+25
| | | | | | | | | libfido2 adds support for FIDO2 authenticators. It's required for OpenSSH to support FIDO backed keys, which I intend to add optional support for in oe-core. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: correct licenceDan McGregor2024-04-061-1/+1
| | | | | | | | | | According to its copyright file, dash is only BSD-3-Clause. It has a build time tool from bash that's under the GPL, but only the tool's output is used, not the tool itself. So all compiled artefacts in dash appear to share the same licence. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: remove CVE mentionBeniamin Sandu2024-04-051-2/+0
| | | | | | | | | The CVE mentioned in the recipe applies to a different libtorrent library, from: https://github.com/arvidn/libtorrent Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: upgrade 1.19.1 -> 1.19.3Beniamin Sandu2024-04-051-2/+2
| | | | | | | | | | | Includes security fixes for: CVE-2024-1931 - Loop with Unreachable Exit Condition ('Infinite Loop') Full release notes: https://github.com/NLnetLabs/unbound/releases/tag/release-1.19.3 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: upgrade 2.28.7 -> 2.28.8Beniamin Sandu2024-04-051-2/+2
| | | | | | | | | | | Includes security fixes for: CVE-2024-28960 - Insecure handling of shared memory in PSA Crypto APIs Full release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: upgrade 3.5.2 -> 3.6.0Beniamin Sandu2024-04-052-89/+6
| | | | | | | | | | | | | This is an LTS release. Includes security fixes: * CVE-2024-28960 - Insecure handling of shared memory in PSA Crypto APIs Full release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.0 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade 2200.80.16 -> 2200.100.94.0.2Alex Kiernan2024-04-051-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* avro: add recipe for c++Rui Costa2024-04-054-0/+213
| | | | | | - remove the unittests from the compilation step - add cmake configuration files to use with find_package - update c++ version to 14
* Revert "libmbim: upgrade 1.30.0 -> 1.31.2"Khem Raj2024-04-051-2/+2
| | | | This reverts commit 770f0b97c0e16bf4c2d8b2e092a5a28069d677ba.
* Revert "libqmi: upgrade 1.34.0 -> 1.35.2"Khem Raj2024-04-051-2/+2
| | | | This reverts commit 3d3eea39abe7ddd6caeb1ad1fee10ddcb593dd7b.
* syslog-ng: fix build without ipv6 in distro featuresPeter Marko2024-04-042-0/+41
| | | | | | | Sumbitted to https://github.com/syslog-ng/syslog-ng/pull/4880 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: Fix ptestsKhem Raj2024-04-042-1/+3
| | | | | | | | | | | Add missing dependency on tornado, its also flagged by some ptests {'python3-pyzmq': ['tests/test_ioloop.py:test_ioloop', 'tests/test_ioloop.py:test_ioloop_install']} Skip ptests which cause zeromq errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whoosh: Fix an intermittent ptestKhem Raj2024-04-042-0/+31
| | | | | | It fails sometimes when system is under stress Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: Skip failing ptestsKhem Raj2024-04-041-0/+1
| | | | | | possibly due to oe using newer version of pytest Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Ignore failing testcasesKhem Raj2024-04-041-1/+1
| | | | | | Lot of them are due to pytestv8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: Ignore failing tests on muslKhem Raj2024-04-041-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: Fix typo in ptest package nameKhem Raj2024-04-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: Enable benchmark testsKhem Raj2024-04-041-1/+2
| | | | | | Add missing dependencies for additional ptests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: fix build error for DEBUG_BUILDYi Zhao2024-04-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | It fails to build rocksdb when '-Og' is set in CXXFLAGS (e.g. DEBUG_BUILD = '1' in local.conf): rocksdb/9.0.0/git/util/xxhash.h:4491:1: error: inlining failed in call to 'always_inline' 'void XXH3_scrambleAcc_sse2(void*, const void*)': function not considered for inlining 4491 | XXH3_scrambleAcc_sse2(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) | ^~~~~~~~~~~~~~~~~~~~~ rocksdb/9.0.0/git/util/xxhash.h:5139:19: note: called from here 5139 | f_scramble(acc, secret + secretSize - XXH_STRIPE_LEN); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rocksdb/9.0.0/git/util/xxhash.h:4177:1: error: inlining failed in call to 'always_inline' 'void XXH3_accumulate_sse2(xxh_u64*, const xxh_u8*, const xxh_u8*, size_t)': function not considered for inlining 4177 | XXH3_accumulate_##name(xxh_u64* XXH_RESTRICT acc, \ | ^~~~~~~~~~~~~~~~ Check and disable inlining when "-Og" is present. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway,libjxl: Remove -mfp16-format=ieee when using clang compilerKhem Raj2024-04-032-1/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: Add bash dependency for ptestsKhem Raj2024-04-021-0/+2
| | | | | | ptest script uses bash Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: restore Upstream-Status lineMarkus Volk2024-04-021-0/+2
| | | | | | | It got accidentially wiped out (by using devtool I think) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: update 2.42.5 -> 2.44.0Markus Volk2024-04-028-337/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add a PACKAGECONFIG for libbacktrace to avoid: | -- Could NOT find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR LIBBACKTRACE_LIBRARY) | CMake Error at Source/cmake/OptionsGTK.cmake:425 (message): | libbacktrace is required for USE_LIBBACKTRACE - remove submitted patch. Issue seems to be fixed. Not entirely sure about that, but there has been rework: [https://bugs.webkit.org/show_bug.cgi?id=267349] I also did a test build with oe-core/poky for qemuarm. It completed without error - There is an issue with creating the json files if CMAKE_EXPORT_COMPILE_COMMANDS is enabled. Disable this for now to fix the build: FAILED: CMakeFiles/RewriteCompileCommands DeveloperTools/compile_commands.json /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/CMakeFiles/RewriteCompileCommands /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json cd /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build && /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3 /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/compile_commands.json /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build/DeveloperTools/compile_commands.json /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0 /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/build /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/recipe-sysroot-native/usr/bin/python3-native/python3: can't open file '/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk/2.44.0/webkitgtk-2.44.0/Tools/Scripts/rewrite-compile-commands': [Errno 2] No such file or directory - Explicitly disable gtk4 to avoid: | CMake Error at /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/webkitgtk3/2.44.0/recipe-sysroot-native/usr/shar> | Could NOT find GTK (missing: GTK_VERSION) (Required is at least version | "4.6.0") - Add a patch to fix webassembly for riscv64 - Add a backport patch to fix the build for 32bit architectures ================ WebKitGTK 2.44.0 ================ What's new in WebKitGTK 2.44.0? - Fix connection of UI and web process accessibility tree in GTK4. - Add BubblewrapLauncher sandbox directory for the gstreamer user registry cache directory. - Fix bug causing preferred language to not be passed to NetworkProcess if set in WebContext before creating WebView. - Do not use real time priority for the display link thread. - Use a shorter web process cache lifetime. - Fix several crashes and rendering issues. - Translation updates: German, Polish, Swedish, Turkish. ================ WebKitGTK 2.43.4 ================ What's new in WebKitGTK 2.43.4? - Remove key event reinjection in GTK4 to make keyboard shortcuts work in web sites. - Use the new GTK API to create a GdkTexture from a DMA-BUF buffer when available. - Fix rendering when GTK is using the vulkan renderer. - Fix gamepads detection by correctly handling focused window in GTK4. - Fix rendering after history navigation. - Write bwrapinfo.json to disk for xdg-desktop-portal. - Fixed several memory leaks in media backend. - Fix several crashes and rendering issues. ================ WebKitGTK 2.43.3 ================ What's new in WebKitGTK 2.43.3? - Show vblank monitor information in webkit://gpu. - Fallback to timer based vblank monitor if drmWaitVBlank fails. - Fix several memory leaks in media backend. - Fix several crashes and rendering issues. ================ WebKitGTK 2.43.2 ================ What's new in WebKitGTK 2.43.2? - Remove the X11 and WPE renderers. - Release unused buffers when the view is hidden. - Fix flickering while playing videos with DMA-BUF sink. - Do not special case the "sans" font family name. - Fix webkit_web_context_allow_tls_certificate_for_host() for IPv6 URIs produced by SoupURI. - Fix several crashes and rendering issues. ================ WebKitGTK 2.43.1 ================ What's new in WebKitGTK 2.43.1? - Improve vblank synchronization when rendering. - Improve DMA-BUF buffers handling for video frames. - Use the buffer format preferred by the driver in DMA-BUF renderer. - Do not block the compositing thread waiting for rendering threads. - Improve performance when scaling images in a canvas. - Fix several crashes and rendering Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Set resolution prior to bufferJaeyoon Jung2024-04-023-0/+31
| | | | | | | | | | It fixes an issue where the fbdev driver fails to set up a buffer due to buffer size mismatch. It happens when the actual screen resolution is smaller than the default one 800x480 because the actual resolution was being set after lv_display_set_buffers. Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: Fix failed ptest testcasesWilliam Lyu2024-04-023-0/+101
| | | | | | | | | | | | | | | There are 2 failed ptest testcases. They fail because they are broken, but the fix from the upstream is not yet available in version 1.0.9. These testcases are: - tests/shell/testcases/sets/reset_command_0 Fix from the upstream: https://git.netfilter.org/nftables/commit/?id=7a6089a400a573b9a4fd92f29c00a6be7b8ef269 - tests/shell/testcases/json/0005secmark_objref_0 Fix from the upstream: https://git.netfilter.org/nftables/commit/?id=fff913c1eefbc84eb2d9c52038ef29fe881e9ee9 Signed-off-by: William Lyu <William.Lyu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: Fix ShellCheck violations in ptest wrapper script "run-ptest"William Lyu2024-04-021-5/+5
| | | | | | | | | | | | | | | | | | | | | The following ShellCheck violations in "run-ptest" are fixed: - line 4: SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. - line 7: SC2086: Double quote to prevent globbing and word splitting. - line 9: SC2006: Use $(...) notation instead of legacy backticks `...`. SC2086: Double quote to prevent globbing and word splitting. SC2126: Consider using 'grep -c' instead of 'grep|wc -l'. - line 10: SC2006: Use $(...) notation instead of legacy backticks `...`. SC2086: Double quote to prevent globbing and word splitting. SC2126: Consider using 'grep -c' instead of 'grep|wc -l'. - line 17: SC2086: Double quote to prevent globbing and word splitting. Signed-off-by: William Lyu <William.Lyu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: Fix ptest output format issuesWilliam Lyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following ptest output format issues: - For "sed" command, change "-e" option to "-E" option. I believe the previous "-e" option is a typo based on the manual page of "sed": -e script, --expression=script add the script to the commands to be executed "-E" option, on the other hand, makes "sed" "use extended regular expressions in the script" according to the manual page. - The test result summary line is being treated as both a passed testcase and a failed testcase due to this line containing substring "[OK]" and "[FAILED]". The following is a sample test result summary line: I: results: [OK] 379 [SKIPPED] 1 [FAILED] 0 [TOTAL] 380 The fix is to change run-ptest to look for "I: [OK]" and "W: [FAILED]" when determining which lines correspond to passed/failed testcases. - Previously, only "W: [FAILED]" out of the following testcase failure prompts is parsed: W: [CHK DUMP] W: [VALGRIND] W: [TAINTED] W: [DUMP FAIL] W: [FAILED] Adding parsing for all testcase failure prompts. Signed-off-by: William Lyu <William.Lyu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python: python-libusb1: add recipeTomasz Żyjewski2024-04-021-0/+18
| | | | | Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: add recipeMarkus Volk2024-04-021-0/+15
| | | | | | | add google highway as a dependency for libjxl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: upgrade 0.0.24 -> 0.0.25Etienne Cordonnier2024-04-022-59/+65
| | | | | | | See https://github.com/uutils/coreutils/releases/tag/0.0.25 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: add runtime depenency for libjxlMarkus Volk2024-04-021-1/+2
| | | | | | | | Provides the jpegxl gdk-pixbuf-loader that is required for the jxl wallpapers. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjxl: add recipeMarkus Volk2024-04-021-0/+42
| | | | | | | | | | | Import this recipe from meta-wayland, because it is a prerequisite for the Gnome desktop. The recently updated gnome-backgrounds package has converted most of the backgrounds to jxl and to keep them usable the gdk-pixbuf-loader for jpegxl must be provided. This is included in the libjxl package itself. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: cleanup DEPENDSGuðni Már Gilbert2024-04-021-2/+0
| | | | | | | | | | | | | | | | Remove python3-pbr from DEPENDS: when looking at the source code it looks like pbr is used in the CI process when building for Python 2.6 only. Python 2 is no longer supported in the Yocto project so it can be safely removed. Remove python3-pip from DEPENDS: pip is not a build time dependency. Changes were tested on Kirkstone. The requirements for python3-ecdsa v0.18 are exactly the same. Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: 3.0.26 -> 3.2.3Robert Yang2024-04-027-622/+278
| | | | | | | | | | | | | | | | | * Add --without-rlm_json to fix: configure: error: set --without-rlm_json to disable it explicitly * Add --without-rlm_cache_redis to fix: configure: error: set --without-rlm_cache_redis to disable it explicitly. * Drop 0017-add-python.m4-for-detecting-python-3.10.patch and add 0017-Add-acinclude.m4-to-include-required-macros.patch to fix python3 related build errors * Rebased other patches for 3.2.3. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 5.6.6 -> 5.7.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | Changelog: ============ https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.0-stable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 4.2.3 -> 4.2.4Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | Bugfix: ========= -wnpa-sec-2024-06 T.38 dissector crash. -Extcap with configuration never starts; "Configure all extcaps before start of capture." is shown instead. -Packet Dissection CSV Export includes last column even if hidden. -Inject TLS secrets closes Wireshark on Windows. -Wireshark crashes when adding another port to the HTTP dissector. -When adding a new row to a table an error report may be inserted. -'--export-objects' does not work as expected on tshark version later than 3.2.10. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.7.0 -> 3.7.1Wang Mingyu2024-04-022-11/+8
| | | | | | | | | | | | | | | 0001-fix-reproducibility.patch refreshed for 3.7.1. Changelog: ========== * Fix possible stalls in D-Bus endpoint batch updates * Better API documentation around handling of corrupted databases * Test improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: upgrade 3.7.0 -> 3.7.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | Changelog: ========== * Improvements to the handling of corrupted databases * Further syscall rules in the seccomp sandbox * Fix some possible warnings during tracker-extract-3 startup * Fixes to extraction of dc:source fields from XMP data * Avoid SIGABRT on missing Landlock Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: upgrade 0.19.0 -> 0.20.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | Changelog: ========== -C++ library don't work with HTTP (csharp server, cpp client; need cross test enhancement) -Swift service generator doesn't support oneway -LNK4042 and LNK2019 in go_validator_generator.cc Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.4.5 -> 3.4.6Wang Mingyu2024-04-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* st: upgrade 0.9 -> 0.9.1Wang Mingyu2024-04-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.15.1 -> 6.16.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | Changelog: ========= -Catch all types of "eth-abi" "DecodingError" in "EthereumTesterProvider->_make_request()" -Fix/update methods and decorators in "web3/_utils/abi.py" to address issues raised by "mypy" -Fix "process_log()" when parsing logs for events with indexed and non-indexed inputs. "get_event_data()" now compares log topics and event ABIs as hex values. -Fix "process_log" for "HexStr" inputs. Explicit type coercion of entry "topics" and "data" values. -Fix typing for json data argument to "eth_signTypedData". Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.14.1 -> 4.14.2Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | Changelog: ========== -Add provision arguments to ToxParser to fix crash when provisioning new tox environment without list-dependencies -Removed unused line from the 'fresh_subprocess' documentation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-thrift: upgrade 0.16.0 -> 0.20.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | Changelog: https://github.com/apache/thrift/blob/v0.20.0/CHANGES.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: upgrade 5.11.1 -> 5.11.2Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | Changelog: ========== -Improved routing to catch-all namespace handlers -Option to disable routing in ASGIApp Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.42.0 -> 1.44.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: =========== -ref: Define types at runtime -Explicit reexport of types -feat(profiling): Add thread data to spans -Add optional keep_alive -Add support for Celery Redbeat cron tasks -The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. -aws_event can be an empty list -Re-export Event in types.py -Small API docs improvement -Fixed OpenAI tests -Bump checkouts/data-schemas from ed078ed to 8232f17 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-oauthlib: upgrade 1.4.0 -> 2.0.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | Changelog: ========== -Merge pull request #534 from iliakur/patch-1 -Drop py2 support from the wheel Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: upgrade 0.15.9 -> 0.15.10Wang Mingyu2024-04-021-2/+2
| | | | | | | | | | | | | | | | License-Update: add contributors to Copyright Changelog: ========== -Fix SeekableZstdFile class can't open new file in appending mode. -Support sub-interpreter on CPython 3.12+, can utilize per-interpreter GIL. -On CPython(3.5~3.12)+Linux, use another output buffer code that can utilize the mremap mechanism. -Change repository URL and maintainer following the deletion of the GitHub account of the original author, Ma Lin (animalize) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.2.0 -> 1.2.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== -Increased minimum version of pywbem to 1.6.3 to pick up fixes -Fixed use of pytest.warns(None) -Resolved pylint issue on using max() -Test: Upgraded GitHub Actions plugins to use node.js 20 -Development: Fixed dependency issue with safety 3.0.0 by pinning it -Added RTD default config file -Test py27hang with subprocess32 package pywbemlistener py27 tests disabled (#1341) -Split safety run into separate make target and moved to end of test -Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0 -Fixed PyYAML install issue due to Cython 3 -Circumvented removal of Python 2.7 from setup-python -Set limit in requirements.txt to not use click-repl 0.3.0. -Added package level to .done files -Commits on May 28, 2023 -Add .safety-policy.yaml file. -Limits on use of urllib3 to < version 2.0. -Fixed coveralls issues with KeyError and HTTP 422 Unprocessable Entity Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: upgrade 1.6.2 -> 1.6.3Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ -Fixed new Pylint issue for unused variable 'exp_result' -Fixed use of pytest.warns(None) -Fixed pkgutil install issue on Python 3.12 -Test: Upgraded GitHub Actions plugins to use node.js 20 -Fixed call to pipdeptree -Added Python 3.6 / Windows / latest to normal tests -Pinned lxml to <4.9.4 on Python 3.5 on Windows -Added RTD default config file (#3083) -Split safety into separate make target and moved to end of test -Disable cyclic-import issue. -Update .safety_policy, dev-ramts, minimum_constraints.txt files. -Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>