summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-ipython: upgrade 8.27.0 -> 8.28.0Wang Mingyu2024-10-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httpcore: upgrade 1.0.5 -> 1.0.6Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | Changelog: =========== - Relax trio dependency pinning. - Handle trio raising NotImplementedError on unsupported platforms. - Handle mapping ssl.SSLError to httpcore.ConnectError. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 6.1.2 -> 6.1.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | Changelog: ============ - ignore jinja CVE - Remove passing exception as args to super in APIError - better handler API error parsing. - Add test on receiving an invalid JSON in the APIError exception handler. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gcovr: upgrade 8.0 -> 8.2Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | Changelog: =========== - Fix documentation build issue. - If a internal generated function is excluded the lines, if present, are excluded as well. - Fix exclusion of internal functions. - Only print info on the first undefined block number in data model. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-drgn: upgrade 0.0.27 -> 0.0.29Wang Mingyu2024-10-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distlib: upgrade 0.3.8 -> 0.3.9Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | Changelog ========= - preload script wrappers on Windows to assist with a pip issue - Remove duplicated newline in shebang of windows launcher - Add handling for cross-compilation environments - Do not use the absolute path to cache wheel extensions - Support mounting wheels that use extensions without an EXTENSIONS file - Add support for wheel compatibility with the limited API Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.24.2 -> 2.24.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: Remove deprecated no_type_check_decorator Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: upgrade 0.12.3 -> 1.0.0Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | Changelog: =========== - Test fixes for Python 3.13 - Drop Python 3.7 - Bump cibuildwheel in CI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.6.1 -> 7.6.2Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Dropped support for Python 3.8 and PyPy 3.8. - Fix: a final wildcard match/case clause assigning to a name (case _ as value) was incorrectly marked as a missing branch. - Fewer things are considered branches now. Lambdas, comprehensions, and generator expressions are no longer marked as missing branches if they don't complete execution. - Fix: the HTML report didn't properly show multi-line f-strings that end with a backslash continuation. This is now fixed - Fix: the LCOV report now has correct line numbers and better branch descriptions for BRDA records. There are other changes to lcov also, including a new configuration option :ref:`line_checksums <config_lcov_line_checksums>` to control whether line checksums are included in the lcov report. The default is false. To keep checksums set it to true. - Fixed the docs for multi-line regex exclusions, closing issue 1863. - Fixed a potential crash in the C tracer Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.6.4 -> 5.6.5Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: Published binary wheels for Python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 39.4.8 -> 39.4.9Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: Modify the default version to be an empty string Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.9.2 -> 2.9.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | Changelog: ========== * add official Python 3.13 support * update cibuildwheel to 2.21.3 * minor simplifications * fix some typos Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: upgrade 4.1.0 -> 4.2.0Wang Mingyu2024-10-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.5.0 -> 3.5.1Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: - Restore compatibility with argparse in Python 3.12.7+ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.10.9 -> 3.10.10Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | Changelog: =========== - Fixed error messages from :py:class:~aiohttp.resolver.AsyncResolver being swallowed - Added :exc:aiohttp.ClientConnectorDNSError for differentiating DNS resolution errors from other connector errors - Simplified DNS resolution throttling code to reduce chance of race conditions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohappyeyeballs: upgrade 2.4.2 -> 2.4.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | Changelog: ============ - Rewrite staggered_race to be race safe - Re-raise runtimeerror when uvloop raises runtimeerror during connect Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opentelemetry-cpp: upgrade 1.16.1 -> 1.17.0Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.17.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.2.2 -> 4.2.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Update embedded libfabric to fix a build issue on FreeBSD - Fix HIP support for use with AMD GPUs - Fix potential invalid context issue in CUDA memory hooks - Fix GPU fallback path in ch4/ofi for Intel GPU buffers - Fix IPC handle destruction with Level Zero API (Intel GPU) - Fix potential crash in MPI_ISENDRECV with derived datatypes - Fix bug in persistent MPI_GATHER that incorrectly cached buffer contents at init time - Fix memory allocation bug in ROMIO GPFS driver - Fix missing error names in ch4/ofi netmod - Fix potential hang in multi-VCI active message RMA - Fix bug in ch3 large count support with derived datatypes - Fix manpage generation to provide aliases for large-count versions - Fix potential crash in Hydra with long PMI command messages - Fix bug in exit status capture in Hydra when there are multiple processes with non-zero exit - Fix implementation of C/Fortran status conversion functions - Fix implementation of MPI_Type_create_f90_xxx functions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.34.0 -> 5.34.2Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | Fixes: ====== - The network protocol test may occasionally fail with a "Poll failed: Interrupted system call" error. - The check program now avoids leaving zombie processes between cycles. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: upgrade 0.13.8 -> 0.14.0Wang Mingyu2024-10-141-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Merge branch 'stickz-throttle-increase' - Increase max throttle speed to 33 gigabits - Remove decision structure for popcount_wrapper - Merge branch 'kannibalox-feature/fast-delegation' - Fix double insert - Speed up delegating by returning multiple request assignments at once - Allow 10 gigabit speed throttles - Fix memory access crash with socket_address object - Add is_initialized() API - configure: Define _GNU_SOURCE when checking for pthread_setname_np - Create FUNDING.yml - Updated and cleaned up automake. (#224) - Removed obsolete files. - Added ipv6 options. - Detect ip address. - Added '--disable-execinfo' option to configure. - Fixed issue with multiple connections from NAT not working. - Improved backtrace error checking. - Added option to disable pthread_setname_np. - Replaced custom execinfo autoconf test. - Changes automake required files. - Refactor make process. (#207) - Consolidate make script to optimize build. (#206) - Fix log format so GCC can check it. (#205) - Fix compiler warnings. (#204) - Fix for inotify missing quickly renamed files (#203) - libtorrent.pc.in: add Libs.Private (#202) - Backport changes from feature-bind. (#200) - Merge pull request #195 from Nicholi/log_append - Removed log append function. Added append parameter with default value (false) to log_open_file functions. - Allow logs to be appended rather than overwritten. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: upgrade 1.2.0 -> 1.2.1Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== * Changes: - Make sure IRECV_DEVICE_REMOVE event has the mode set the device was in - KIS: Add some retry loops around open/set config/set interface operations * Device database changes: - Support Apple Watch Series 10 and iPhone 16 models - Add iPad Air (M2) and iPad Pro (M4) models * Bug Fixes: - Windows: Fix crash due to access to uninitialized data Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: upgrade 1.3.0 -> 1.3.1Wang Mingyu2024-10-141-1/+1
| | | | | | | | Fixes: * socket: Fix scope_id lookup for socket_connect_addr() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: upgrade 1.14.52 -> 1.14.53Wang Mingyu2024-10-142-108/+2
| | | | | | | | | | | | | | | | | 0001-Compilation-attempt-fixes-for-libxml-2.13.patch removed since it's included in 1.14.53 Changelog: ============ * Compilation fixes for libxml 2.13 * Fix ABR in gsf-vba-dump. * Teach gsf (the tool) to handle odf properties. * Fix integer overflows affecting memory allocation. * Add missing "DocumentStatus" ole2 property. * Avoid some undefined C behaviour in overflow checks. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.120 -> 3.3.121Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | Changelog: ========= - FST loader for windows and warnings fixes. - Clang warning fixes in fstapi.c on dynamic arrays. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-console: upgrade 47.0 -> 47.1Wang Mingyu2024-10-141-1/+1
| | | | | | | | Changelog: Some minor build issues on certain platforms have been ironed out Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.3.2 -> 1.3.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Package plugins in PIP - Add some emojis to README - Allow the --io plugin to read from symlinks like /dev/disk-by-uuid - Removed old examples directory that was not relevant anymore - Fix the --noupdate option and make dool work better for non-tty connections - General code clean-up and best practices - Comments added to code to make parsing simpler for future Scott - Add team members to README - More internal dstat -> dool name changes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240922.0 -> 6.1.20241006.0Wang Mingyu2024-10-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.4 -> 5.5Wang Mingyu2024-10-141-1/+1
| | | | | | | | bugfix: - Since 5.4 black selection in gtk4 apps (with no libadwaita) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 8.1.0 -> 12.1.2Yi Zhao2024-10-143-74/+24
| | | | | | | | | | | | ChangeLog: https://gitlab.com/graphviz/graphviz/-/blob/12.1.2/CHANGELOG.md * Drop backport patch 0001-Autotools-fix-do-not-put-prefix-based-paths-in-compi.patch * Refresh patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: update 0.38.0 -> 0.39.0Markus Volk2024-10-133-51/+103
| | | | | | | | | - add support for vulkan,pipewire,pulseaudio - add patch to fix generation of mpv.desktop - cleanup Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glad: add recipeMarkus Volk2024-10-131-0/+12
| | | | | | | | | Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages. This is used by libplacebo -> mpv Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Enable static libs when building ptestsKhem Raj2024-10-131-1/+1
| | | | | | Helps run/pass some more ptests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: upgrade 3.2.1 -> 3.2.6Yi Zhao2024-10-139-76/+100
| | | | | | | | | | | | | ChangeLog: https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.6/docs/changes.txt * Drop 0001-locale-Avoid-using-glibc-specific-defines-on-musl.patch as it has been merged upstream * Refresh patches * Add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: upgrade 2.03.26 -> 2.03.27Yi Zhao2024-10-131-2/+2
| | | | | | | | ChangeLog: https://gitlab.com/lvmteam/lvm2/-/tags/v2_03_27 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: upgrade 12.4.5 -> 12.5.0Yi Zhao2024-10-131-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: fix build when systemd is enabled.Armin Kuster2024-10-131-0/+6
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: Remove redundant rpathsKhem Raj2024-10-132-1/+28
| | | | | | Remove the logic to add rpaths in meson build file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: Upgrade to 0.15.2 releaseKhem Raj2024-10-131-2/+2
| | | | | | | | Changes are here [1] [1] https://github.com/RidgeRun/gstd-1.x/releases/tag/v0.15.2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: Upgrade to 1.21.1Khem Raj2024-10-131-2/+2
| | | | | | | Disable rpaths we are cross building and paths on target will be the usual locations e.g. /usr/lib Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-oe.inc: Add libtoml11Mingli Yu2024-10-121-0/+1
| | | | | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtoml11: Add new recipeMingli Yu2024-10-123-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | toml11 is a feature-rich TOML language library for C++11/14/17/20 [1]. # ./run-ptest PASS: test_comments PASS: test_datetime PASS: test_error_message PASS: test_find PASS: test_find_or PASS: test_format_floating PASS: test_format_integer PASS: test_format_table PASS: test_get PASS: test_get_or PASS: test_literal PASS: test_location PASS: test_parse_array PASS: test_parse_boolean PASS: test_parse_datetime [snip] [1] https://github.com/ToruNiina/toml11 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: upgrade 5.5 -> 5.13Yi Zhao2024-10-125-203/+47
| | | | | | | | | | | | | | ChangeLog: https://github.com/intel/pm-graph/releases/tag/5.13 * Refresh 0001-Makefile-fix-multilib-build-failure.patch * Drop the following patches as the issues have been fixed upstream: 0001-sleepgraph.py-use-python3.patch 0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch 0001-sleepgraph.py-parse-unfished-cpu-exec-line.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: upgrade 0.6.0 -> 0.7.1Yi Zhao2024-10-123-77/+3
| | | | | | | | | | | | ChangeLog: https://github.com/google/glog/releases/tag/v0.7.0 https://github.com/google/glog/releases/tag/v0.7.1 Drop 0001-Change-SleepForMilliseconds-parameter-from-unsigned-.patch and libexecinfo.patch as the issues have been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: Upgrade to 8.0.1Khem Raj2024-10-111-4/+4
| | | | | | | | | | | Changes [1] - Drop setting c++14 for c++ standard - Do not install rpaths [1] https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-8_0_1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdotool: Remove useless rpathsKhem Raj2024-10-111-1/+1
| | | | | | They are pointing to standard libdir on target Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: Upgrade to 4.2.4 releaseKhem Raj2024-10-111-5/+2
| | | | | | | Changes are here https://github.com/jasper-software/jasper/compare/version-4.1.1...version-4.2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspelling: update 0.4.0 -> 0.4.2Markus Volk2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | libspelling 0.4.2 ================= This is a bug-fix release for GNOME 47 * Limit the number of corrections to 10 in enchant backend to help with dictionary configurations which produce many results. * Hide add/ignore menu items when disabled. * Don't show word corrections when spellcheck is disabled. libspelling 0.4.1 ================= This is a bug-fix release for GNOME 47 * Fixes an important issue tracking weak pointers from a GtkTextBuffer. * Fixes an important issue where we could get invalid text iters from GtkTextBuffer::delete-range() after the deletion occurred when other signal handlers are in play. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-multipart: Fix ptest dependencieKhem Raj2024-10-111-1/+1
| | | | | | | | Do not overwerite implicit dependencies, otherwise ptests stop depending upon the correcpoding python module resulting in runtime failures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: Fix ptest dependenciesKhem Raj2024-10-111-1/+1
| | | | | | | | Do not overwerite implicit dependencies, otherwise ptests stop depending upon the correcpoding python module resulting in runtime failures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: Add missing rdep on python3-hypothesis for ptestsKhem Raj2024-10-111-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>