-
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 #484
Closed
Closed
Meta python merge #484
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 1.3.3: - Fix 3.10 support - Fix wrong sorting key when tavg is selected Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 1.1.6: - Update the badges on the landing page - Maintenance release for testing automatic releases using GitHub Actions Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 0.36.12: - Prevent service lookups from deadlocking if time abruptly moves backwards - scope_id is now stripped from IPv6 addresses if given - Optimized decoding labels from incoming packets Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 1.7.2: - Changed call in with_port() to stop reencoding parts of the URL that were already encoded. - Fix 1.7.0 build error Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 2.4.0: - Fix type annotations and going strict on parsers and other public classes - Add XPathConstructor token class (subclass of XPathFunction) - Last release for Python 3.6 Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 2.8.5: - Use more permissive versions for the typed-ast dependencie (<2.0 instead of <1.5) - Fix crash on inference of __len__. - Added missing kind (for Const) and conversion (for FormattedValue) fields to repr. - Fix crash with assignment expressions, nested if expressions and filtering of statements - Fix incorrect filtering of assignment expressions statements Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 6.1.2: - Python 3.11 is supported (tested with 3.11.0a2). One still-open issue has to do with exits through with-statements. - Fix: When remapping file paths through the [paths] setting while combining, the [run] relative_files setting was ignored, resulting in absolute paths for remapped file names. This is now fixed. - Fix: Complex conditionals over excluded lines could have incorrectly reported a missing branch. This is now fixed. - Fix: More exceptions are now handled when trying to parse source files for reporting. Problems that used to terminate coverage.py can now be handled with [report] ignore_errors. This helps with plugins failing to read files. - Fix: Removed another vestige of jQuery from the source tarball. - Fix: Added a default value for a new-to-6.x argument of an internal class. This unsupported class is being used by coveralls. Although I'd rather not "fix" unsupported interfaces, it's actually nicer with a default value. Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 3.1.5: - fix extend_enum() - tests: move enum setting from body to header Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 0.36.13: - Unavailable interfaces are now skipped during socket bind - Downgraded incoming corrupt packet logging to debug Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 1.7.1: - Fix broken reported URL link for B107 - fix reading initial values from .bandit - Always use a Loader in yaml.load - PEP-518 support: configure bandit via pyproject.toml Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 6.6.0: - Add a force_color option to colorlog.formatter.ColoredFormatter - Support the FORCE_COLOR environment variable Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 2.3.1: - FIX: Ensure attribute selectors match tags that have new lines characters in attributes. Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Universal character encoding detector, release 2.1.7: - support Python 3.9 - drop support for Python 3.5 Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Package for encoding & language detection. Charset detection. Version 2.0.7: - Add support for Kazakh (Cyrillic) language detection - Further improve inferring the language from a given code page (single-byte) - Remove redundant logging entry about detected language(s) - Trying to leverage PEP263 when PEP3120 is not supported - Refactoring for potential performance improvements in loops - Various detection improvement (MD+CD) - Fix a minor inconsistency between Python 3.5 and other versions regarding language detection Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
A list-like structure which implements collections.abc.MutableSequence, and which can be made immutable. Version 1.2.0: - FrozenList now supports being used as a generic type as per PEP 585, e.g. frozen_int_list: FrozenList[int] (requires Python 3.9 or newer) - Added support for Python 3.10 - Started shipping platform-specific wheels with the musl tag targeting typical Alpine Linux runtimes - Started shipping platform-specific arm64 wheels for Apple Silicon Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
A list of registered asynchronous callbacks. Version 1.2.0: - Added support for Python 3.10 - Mark aiosignal as Python3-only package Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 3.8.1: - Fix the error in handling the return value of getaddrinfo. getaddrinfo will return an (int, bytes) tuple, if CPython could not handle the address family. It will cause a index out of range error in aiohttp. For example, if user compile CPython with --disable-ipv6 option but his system enable the ipv6. - Do not install "examples" as a top-level package. - Restored ability to connect IPv6-only host. - Remove Signal from __all__, replace aiohttp.Signal with aiosignal.Signal in docs - Made chunked encoding HTTP header check stricter Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
merged |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 7, 2022
0001-install.sh-consider-multilib.patch removed since it is included in 1.5.0 Changelog: Issues for this release <https://github.com/bats-core/bats-core/pull/####> ========= Added: --------- new command line flags (openembedded#488) --verbose-run: Make run print $output by default -x, --trace: Print test commands as they are executed (like set -x)` --show-output-of-passing-tests: Print output of passing tests --print-output-on-failure: Automatically print the value of $output on failed tests --gather-test-outputs-in <directory>: Gather the output of failing and passing tests as files in directory Experimental: add return code checks to run via !/-<N> (openembedded#367, openembedded#507) install.sh and uninstall.sh take an optional second parameter for the lib folder name to allow for multilib install, e.g. into lib64 (openembedded#452) add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (openembedded#224, a894fbf) add run flag --separate-stderr which also fills $stderr and $stderr_lines (openembedded#47, 5c9b173d, openembedded#507) Fixed: --------- don't glob run's $output when splitting into ${lines[@]} (openembedded#151, openembedded#152, openembedded#158, openembedded#156, openembedded#281, openembedded#289) remove empty line after test with pretty formatter on some terminals (openembedded#481) don't run setup_file/teardown_file on files without tests, e.g. due to filtering (openembedded#484) print final line without newline on Bash 3.2 for midtest (ERREXIT) failures too (openembedded#495, openembedded#145) abort with error on missing flock/shlock when running in parallel mode (openembedded#496) improved set -u test and fixed some unset variable accesses (openembedded#498, openembedded#501) shorten suite/file/test temporary folder paths to leave enough space even on restricted systems (openembedded#503) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 29, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. openembedded#511 Deprecated items removal openembedded#484 Support for alternatives captcha services openembedded#425 openembedded#342 openembedded#387 openembedded#384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 29, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. openembedded#511 Deprecated items removal openembedded#484 Support for alternatives captcha services openembedded#425 openembedded#342 openembedded#387 openembedded#384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Jun 29, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. #511 Deprecated items removal #484 Support for alternatives captcha services #425 #342 #387 #384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 30, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. openembedded#511 Deprecated items removal openembedded#484 Support for alternatives captcha services openembedded#425 openembedded#342 openembedded#387 openembedded#384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 30, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. openembedded#511 Deprecated items removal openembedded#484 Support for alternatives captcha services openembedded#425 openembedded#342 openembedded#387 openembedded#384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 30, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. openembedded#511 Deprecated items removal openembedded#484 Support for alternatives captcha services openembedded#425 openembedded#342 openembedded#387 openembedded#384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 1, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. openembedded#511 Deprecated items removal openembedded#484 Support for alternatives captcha services openembedded#425 openembedded#342 openembedded#387 openembedded#384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Jul 2, 2022
License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. #511 Deprecated items removal #484 Support for alternatives captcha services #425 #342 #387 #384 Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 8, 2023
Changelog: ========= Add support for PySide6: openembedded#487 Add missing 'priority' argument for GLib.to_add_watch() openembedded#479 Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 8, 2023
Changelog: ========= Add support for PySide6: openembedded#487 Add missing 'priority' argument for GLib.to_add_watch() openembedded#479 Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 9, 2023
Changelog: ========= Add support for PySide6: openembedded#487 Add missing 'priority' argument for GLib.to_add_watch() openembedded#479 Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 9, 2023
Changelog: ========= Add support for PySide6: openembedded#487 Add missing 'priority' argument for GLib.to_add_watch() openembedded#479 Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 9, 2023
Changelog: ========= Add support for PySide6: openembedded#487 Add missing 'priority' argument for GLib.to_add_watch() openembedded#479 Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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.