Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-m2crypto: Upgrade to 0.37.1 #352

Closed
wants to merge 1 commit into from
Closed

python3-m2crypto: Upgrade to 0.37.1 #352

wants to merge 1 commit into from

Conversation

threexc
Copy link
Contributor

@threexc threexc commented May 3, 2021

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

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>
@kraj
Copy link
Contributor

kraj commented May 3, 2021

applied

@kraj kraj closed this May 3, 2021
@threexc threexc deleted the meta-python-merge branch May 7, 2021 14:30
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>
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.

2 participants