-
Notifications
You must be signed in to change notification settings - Fork 714
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
Meta python merge #491
Closed
Closed
Meta python merge #491
Conversation
This file contains 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
Upgrade to release 3.0.22: - Fix stopping of telnet server (capture cancellation exception). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 2.11.0: - Choose plugin based on extension and plugin lazy-import Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 2.3.1: - Fixed issue introduced in 2.3.0 with AlternatingTable, BorderedTable, and SimpleTable that caused header alignment settings to be overridden by data alignment settings. - CompletionItems now saves the original object from which it creates a string. - Using CompletionItems as argparse choices is fully supported. cmd2 patched argparse to compare input to the original value instead of the CompletionItems instance. - ArgparseCompleter now does the following if a list of CompletionItems was created with numerical types: * Sorts completion hints numerically * Right-aligns the left-most column in completion hint table Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 3.17.6: - Declare support for Python 3.10 and add wheels Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 3.0.1: - catch more generic aiohttp ClientError in eventstream - Refactor full v2 support - Bump flake8 from 3.9.2 to 4.0.1 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
The python3-cchardet recipe that was introduced in honnister to supplant the slower python3-chardet was missing support for building native and nativesdk variants. Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
…e support Add 'BBCLASSEXTEND = "native nativesdk"' to python3-aiosignal and it's RDEPENDS python3-frozenlist. Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
priv-kweihmann
pushed a commit
to priv-kweihmann/meta-openembedded
that referenced
this pull request
Nov 22, 2021
Features Merge PR openembedded#317: ZONEMD Zone Verification, with RFC 8976 support. ZONEMD records are checked for zones loaded as auth-zone, with DNSSEC if available. There is an added option zonemd-permissive-mode that makes it log but not fail wrong zones. With zonemd-reject-absence for an auth-zone the presence of a zonemd can be mandated for specific zones. Fix: Resolve interface names on control-interface too. Merge openembedded#470 from edevil: Allow configuration of persistent TCP connections. Fix openembedded#474: always_null and others inside view. Add that log-servfail prints an IP address and more information about one of the last failures for that query. Merge openembedded#478: Allow configuration of TCP timeout while waiting for response. Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024. Move the NSEC3 max iterations count in line with the 150 value used by BIND, Knot and PowerDNS. This sets the default value for it in the configuration to 150 for all key sizes. zonemd-check: yesno option, default no, enables the processing of ZONEMD records for that zone. Merge openembedded#486 by fobster: Make VAL_MAX_RESTART_COUNT configurable. Merge PR openembedded#491: Add SVCB and HTTPS types and handling according to draft-ietf-dnsop-svcb-https. Introduce 'http-user-agent:' and 'hide-http-user-agent:' options. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
merged thanks |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 21, 2021
Changelog: ========= Added Use cibuildwheel to build wheels (openembedded#491) Removed Drop support for soon-EOL Python 3.6 (openembedded#490) Fixed Install Twine to upload to PyPI (openembedded#492) Signed-off-by: Zheng Ruoqin <zhengrq.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
Dec 21, 2021
Changelog: ========= Added Use cibuildwheel to build wheels (openembedded#491) Removed Drop support for soon-EOL Python 3.6 (openembedded#490) Fixed Install Twine to upload to PyPI (openembedded#492) Signed-off-by: Zheng Ruoqin <zhengrq.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
Dec 22, 2021
Changelog: ========= Added Use cibuildwheel to build wheels (openembedded#491) Removed Drop support for soon-EOL Python 3.6 (openembedded#490) Fixed Install Twine to upload to PyPI (openembedded#492) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
that referenced
this pull request
Dec 22, 2021
Changelog: ========= Added Use cibuildwheel to build wheels (#491) Removed Drop support for soon-EOL Python 3.6 (#490) Fixed Install Twine to upload to PyPI (#492) Signed-off-by: Zheng Ruoqin <zhengrq.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
Aug 17, 2023
…27995b38eb4271044f) Drop patches now part of new upstream release: - 449.patch - 481.patch - 482.patch Refresh patches due to GENIVI->COVESA renaming What's Changed: Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468 Update status badges on README.md by @michael-methner in openembedded#467 logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442 Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459 Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472 Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481 Update AUTOSAR standard link by @lucafrance in openembedded#480 cmake: set version to 2.18.9 by @alexmohr in openembedded#478 Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469 dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385 build: add static lib only if necessary by @alexmohr in openembedded#479 Update CMakeLists.txt by @LocutusOfBorg in openembedded#482 watchdog: improve dlt watchdog by @alexmohr in openembedded#470 log-level-config: add option to configure log levels by @alexmohr in openembedded#474 gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487 dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494 dlt-qnx-system improvement by @lvklevankhanh in openembedded#495 gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497 dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490 Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499 Update README.md by @lvklevankhanh in openembedded#503 dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501 dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471 Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511 Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504 cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510 fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491 DLT Upstream for minor release by @minminlittleshrimp in openembedded#515 cmake: disable network trace by @alexmohr in openembedded#477 doc: add COVESA logo image by @minminlittleshrimp in openembedded#516 Prepare for 2.18.10 release by @michael-methner in openembedded#517 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 17, 2023
…27995b38eb4271044f) Drop patches now part of new upstream release: - 449.patch - 481.patch - 482.patch Refresh patches due to GENIVI->COVESA renaming What's Changed: Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468 Update status badges on README.md by @michael-methner in openembedded#467 logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442 Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459 Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472 Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481 Update AUTOSAR standard link by @lucafrance in openembedded#480 cmake: set version to 2.18.9 by @alexmohr in openembedded#478 Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469 dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385 build: add static lib only if necessary by @alexmohr in openembedded#479 Update CMakeLists.txt by @LocutusOfBorg in openembedded#482 watchdog: improve dlt watchdog by @alexmohr in openembedded#470 log-level-config: add option to configure log levels by @alexmohr in openembedded#474 gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487 dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494 dlt-qnx-system improvement by @lvklevankhanh in openembedded#495 gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497 dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490 Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499 Update README.md by @lvklevankhanh in openembedded#503 dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501 dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471 Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511 Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504 cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510 fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491 DLT Upstream for minor release by @minminlittleshrimp in openembedded#515 cmake: disable network trace by @alexmohr in openembedded#477 doc: add COVESA logo image by @minminlittleshrimp in openembedded#516 Prepare for 2.18.10 release by @michael-methner in openembedded#517 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 17, 2023
…27995b38eb4271044f) Drop patches now part of new upstream release: - 449.patch - 481.patch - 482.patch Refresh patches due to GENIVI->COVESA renaming What's Changed: Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468 Update status badges on README.md by @michael-methner in openembedded#467 logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442 Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459 Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472 Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481 Update AUTOSAR standard link by @lucafrance in openembedded#480 cmake: set version to 2.18.9 by @alexmohr in openembedded#478 Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469 dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385 build: add static lib only if necessary by @alexmohr in openembedded#479 Update CMakeLists.txt by @LocutusOfBorg in openembedded#482 watchdog: improve dlt watchdog by @alexmohr in openembedded#470 log-level-config: add option to configure log levels by @alexmohr in openembedded#474 gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487 dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494 dlt-qnx-system improvement by @lvklevankhanh in openembedded#495 gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497 dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490 Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499 Update README.md by @lvklevankhanh in openembedded#503 dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501 dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471 Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511 Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504 cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510 fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491 DLT Upstream for minor release by @minminlittleshrimp in openembedded#515 cmake: disable network trace by @alexmohr in openembedded#477 doc: add COVESA logo image by @minminlittleshrimp in openembedded#516 Prepare for 2.18.10 release by @michael-methner in openembedded#517 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> 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
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.
No description provided.