python3-m2crypto: Upgrade to 0.37.1#352
Closed
threexc wants to merge 1 commit intoopenembedded:masterfrom
threexc:meta-python-merge
Closed
python3-m2crypto: Upgrade to 0.37.1#352threexc wants to merge 1 commit intoopenembedded:masterfrom threexc:meta-python-merge
threexc wants to merge 1 commit intoopenembedded:masterfrom
threexc:meta-python-merge
Conversation
Unifiy .inc into .bb Add patches to fix issues with openssl 1.1.x Remove m2crypto-0.26.4-gcc_macros patch, its no longer needed Refresh existing patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Contributor
|
applied |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 20, 2022
changelogs: ============================================================= Truncate input after cursor. Fixes openembedded#351 (openembedded#352) Support of path completion in fish openembedded#327 (openembedded#359) Drop support for Python 2.7 and 3.5 (openembedded#361) Add support for Python 3.10 (openembedded#356) Test, documentation, and release infrastructure improvements Signed-off-by: Xu Huan <xuhuan.fnst@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 20, 2022
changelogs: ============================================================= Truncate input after cursor. Fixes openembedded#351 (openembedded#352) Support of path completion in fish openembedded#327 (openembedded#359) Drop support for Python 2.7 and 3.5 (openembedded#361) Add support for Python 3.10 (openembedded#356) Test, documentation, and release infrastructure improvements Signed-off-by: Xu Huan <xuhuan.fnst@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 20, 2022
changelogs: ============================================================= Truncate input after cursor. Fixes openembedded#351 (openembedded#352) Support of path completion in fish openembedded#327 (openembedded#359) Drop support for Python 2.7 and 3.5 (openembedded#361) Add support for Python 3.10 (openembedded#356) Test, documentation, and release infrastructure improvements Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
that referenced
this pull request
Jan 21, 2022
changelogs: ============================================================= Truncate input after cursor. Fixes #351 (#352) Support of path completion in fish #327 (#359) Drop support for Python 2.7 and 3.5 (#361) Add support for Python 3.10 (#356) Test, documentation, and release infrastructure improvements Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.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
Sep 6, 2023
Changelog: ============ -Dropped Python 3.7 support -Fixed @TypeChecked optimization causing compilation of instrumented code to fail when any block was left empty by the AST transformer (eg if or try / except blocks) (openembedded#352) -Fixed placement of injected typeguard imports with respect to __future__ imports and module docstrings (openembedded#385) 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
Sep 6, 2023
Changelog: ============ -Dropped Python 3.7 support -Fixed @TypeChecked optimization causing compilation of instrumented code to fail when any block was left empty by the AST transformer (eg if or try / except blocks) (openembedded#352) -Fixed placement of injected typeguard imports with respect to __future__ imports and module docstrings (openembedded#385) 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
Sep 6, 2023
Changelog: ============ -Dropped Python 3.7 support -Fixed @TypeChecked optimization causing compilation of instrumented code to fail when any block was left empty by the AST transformer (eg if or try / except blocks) (openembedded#352) -Fixed placement of injected typeguard imports with respect to __future__ imports and module docstrings (openembedded#385) 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
Sep 7, 2023
Changelog: ============ -Dropped Python 3.7 support -Fixed @TypeChecked optimization causing compilation of instrumented code to fail when any block was left empty by the AST transformer (eg if or try / except blocks) (openembedded#352) -Fixed placement of injected typeguard imports with respect to __future__ imports and module docstrings (openembedded#385) 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
Sep 7, 2023
Changelog: ============ -Dropped Python 3.7 support -Fixed @TypeChecked optimization causing compilation of instrumented code to fail when any block was left empty by the AST transformer (eg if or try / except blocks) (openembedded#352) -Fixed placement of injected typeguard imports with respect to __future__ imports and module docstrings (openembedded#385) 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
Jul 30, 2025
Changelog: ============= - Fix make tar. - Rotate only if there will be a new <interval>.0 folder (openembedded#331) - Add publish GitHub workflow. (openembedded#367) - Use POSIX::lchown (openembedded#360) - Add test GitHub workflow. (openembedded#366) - Add new backup script for sqlite3 databases (openembedded#364) - wait between rsync tries (openembedded#352) - Update AUTHORS - Update rsnapshot-HOWTO.en.md - Point at the new Markdown HOWTO from the repo's README - Docs: add description for 'rsync_numtries' to man page (openembedded#342) - Docs: fix spelling issues - Docs: mention the behavior of "sync" cron job in case of "warnings" - Remove Benedikt Heine from maintainer list (openembedded#337) - Docs: Use L<...> for other man pages - Docs: Use F<...> for filenames - Docs: Fix some styling issues - Docs: Fix literal hyphens being turned into en-dash - Docs: Fix grammatical error - Fix rsync_numtries example in default config - Fix validation of rsync_numtries = 0 (openembedded#323) - update readme with info on cross interval rotation - replace deprecated 'interval' with 'retain' in readme example - Minor bugfix: Check retval for termination by signal (openembedded#315) - Fix typo in docs: rm trailing slash in backup_exec example (openembedded#314). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.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.
Unifiy .inc into .bb
Add patches to fix issues with openssl 1.1.x
Remove m2crypto-0.26.4-gcc_macros patch, its no longer needed
Refresh existing patches
Signed-off-by: Khem Raj raj.khem@gmail.com
Signed-off-by: Trevor Gamblin trevor.gamblin@windriver.com