packagegroup-meta-python: add python3-pytest-lazy-fixture#554
Merged
Conversation
Also remove two redundant ptest listings for jinja2 and markupsafe. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 25, 2023
Changelog: ========== general: add hid_get_report_descriptor API function (openembedded#451) macOS: fix retrieving USB Interface number on macOS 13.3 (openembedded#534) macOS: Properly handle the close of run loop on macOS (openembedded#522) libusb: fix crash in hid_enumerate() caused by a stale device handle (openembedded#526) windows: alternative way to get USB Serial Number if not provided by HidD_GetSerialNumberString (openembedded#464) windows: don't mark with dllexport in static build (openembedded#507/openembedded#515) windows: Get Bluetooth device Model Number String instead of Device Name into product string (openembedded#500) general: fixes (mostly error handling) of issues found by Coverity Scan (openembedded#552/openembedded#554/openembedded#555/openembedded#559/openembedded#560/openembedded#561) general: variouse fixes and improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 1, 2023
License-Update: align LICENSE wording with BSD-3-Clause Copyright updated to 2023. Changelog: ========== Fix _is_builtin_module minor changes from PR openembedded#554 align LICENSE wording with BSD-3-Clause Python 3 Metaclasses [Support ABC and Enums - Part 1] Abstract Base Classes [Support ABC and Enums - Part 2] fix typo Bump requests from 2.27.1 to 2.31.0 in /docs Fixed crashed in _dill._is_builtin_module when a module's file is None Bump pygments from 2.11.2 to 2.15.0 in /docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 14, 2025
Changelog: =========== - Reverted changes to 'basic_json_parser' API introduced in 1.0.0, cf Git issue openembedded#576 - Git Issue openembedded#554: Made headers self-contained Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 13, 2026
Changelog: =========== - Fix stack-buffer-overflow in Hunzip::getline - Fix stack overflow in compound_check on Hungarian dictionaries under certain conditions - Fix UB when SFX condition starts with '^' (#1095) - Bounds-check continuation bytes in u8_u16 (#1110) - oss-fuzz timeout/OOM hardenings - Fix openembedded#715 CHECKCOMPOUNDCASE considers digits uppercase - Fix openembedded#748 hzip: cannot write file - Fix openembedded#1024 std::string bounds check - Fix openembedded#1044 tools/analyze crash - Fix #1076 flags 65520/65521 wrongly rejected - Fix #1058 don't suggest the input word as its own correction - Fix openembedded#1002 exact word marked as a near miss - Fix tdf#125600 dotted-I regression - Partial Unicode table refresh for Mc combining marks (#1057) - Add Hunspell_add_with_flags / Hunspell::add_with_flags - New SPELL_BEST_SUG flag, MAXBREAKDEPTH limit - Replace clock() with std::chrono for suggestion time limits (openembedded#716) - Improve exception safety (openembedded#587) - Document analyze/stem/generate requirements (openembedded#554) - Report iconv direction on private dic load failures (openembedded#619) - Show dic load errors unconditionally (openembedded#1012) - Rename es_EU to eu (#1113) - Build fixes: out-of-tree, Windows ARM64, MSVC hzip tmpfile (openembedded#919), --disable-shared with mingw32 (openembedded#698), iconv on msys2 (openembedded#723), ncurses with separate tinfo - New fuzzers: hzfuzzer, persdicfuzzer, parserfuzzer, affdicfuzzer - Coverity-flagged fixes - Merge in weblate translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also remove two redundant ptest listings for jinja2 and markupsafe.
Signed-off-by: Trevor Gamblin trevor.gamblin@windriver.com
Signed-off-by: Khem Raj raj.khem@gmail.com
Signed-off-by: Trevor Gamblin trevor.gamblin@windriver.com