Skip to content

Several python3 fixes#1002

Closed
b4u-mw wants to merge 3 commits into
openembedded:scarthgapfrom
b4u-mw:feature/python-native
Closed

Several python3 fixes#1002
b4u-mw wants to merge 3 commits into
openembedded:scarthgapfrom
b4u-mw:feature/python-native

Conversation

@b4u-mw
Copy link
Copy Markdown
Contributor

@b4u-mw b4u-mw commented Sep 17, 2025

fix #998 'native' support for python3-passlib
fix #997 'native' support for python3-transitions
fix #1001 pyton3-misc for 'timtit' depencency in python3-passlib

@OldManYellsAtCloud
Copy link
Copy Markdown
Contributor

Generally this looks okay to me, but could you please alter the commit titles and messages?

  1. The commit title should follow the "recipe name: short summary" format. E.g. "python3-passlib: add native support"
  2. The commit description should contain some description, why the change is needed (unless the change is really trivial and the summary explains it) This where you could mention the bug IDs also.
  3. The commits should be signed off (you can use git commit --signoff so git will do it for you)

Issue openembedded#998

Signed-off-by: Michael Wyraz <mw@brick4u.de>
Issue openembedded#997

Signed-off-by: Michael Wyraz <mw@brick4u.de>
@b4u-mw b4u-mw force-pushed the feature/python-native branch from b0122e7 to efe1faf Compare November 4, 2025 19:41
python3-passlib requires 'timtit' at runtime which is part of python3-misc

Issue openembedded#1001

Signed-off-by: Michael Wyraz <mw@brick4u.de>
@b4u-mw
Copy link
Copy Markdown
Contributor Author

b4u-mw commented Nov 4, 2025

@OldManYellsAtCloud Thank you for the hints. Hope it's all fine now.

How are these patches are being ported to newer releases?

@OldManYellsAtCloud
Copy link
Copy Markdown
Contributor

@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)

@b4u-mw
Copy link
Copy Markdown
Contributor Author

b4u-mw commented Nov 5, 2025

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

@anujm1
Copy link
Copy Markdown
Contributor

anujm1 commented Nov 17, 2025

I submitted it for master. What are all these -next branches about? How does it go to other releases (e.g. Wrynose)?

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.

@kraj
Copy link
Copy Markdown
Contributor

kraj commented Nov 23, 2025

merged with ac810a9

@kraj kraj closed this Nov 23, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants