Several python3 fixes#1002
Conversation
|
Generally this looks okay to me, but could you please alter the commit titles and messages?
|
Issue openembedded#998 Signed-off-by: Michael Wyraz <mw@brick4u.de>
Issue openembedded#997 Signed-off-by: Michael Wyraz <mw@brick4u.de>
b0122e7 to
efe1faf
Compare
python3-passlib requires 'timtit' at runtime which is part of python3-misc Issue openembedded#1001 Signed-off-by: Michael Wyraz <mw@brick4u.de>
|
@OldManYellsAtCloud Thank you for the hints. Hope it's all fine now. How are these patches are being ported to newer releases? |
|
@anujm1 ping Yes, it looks okay to me, thank you. You can rebase your patches on master branch and submit there too, if they are not present already (strictly speaking master supposed to come first, and stable branches second, but if they happen concurrently, that can be also okay) |
|
I submitted it for master. What are all these -next branches about? How does it go to other releases (e.g. Wrynose)? I wonder how you keep these things consistent |
The -next branch are for maintainers to test in-queue patches. Please see: https://docs.yoctoproject.org/contributor-guide/submit-changes.html#submitting-changes-to-stable-release-branches for details on how to propose patches for stable branches. |
|
merged with ac810a9 |
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>
fix #998 'native' support for python3-passlib
fix #997 'native' support for python3-transitions
fix #1001 pyton3-misc for 'timtit' depencency in python3-passlib