-
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 #366
Closed
Closed
Meta python merge #366
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 0.4.0: - flake8 conformance - Add ROA Reference ID 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.6.0: - Add pluralization for intword - Add es_ES '%s and %s' translation - Add gender support for ordinals - Add type hints for all exposed natural* functions 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.5.7: - Fix six.with_metaclass transformation so it doesn't break user defined transformations - Fix detection of relative imports - Fix inference of instance attributes defined in base classes - Update `infer_named_tuple` brain to reject namedtuple definitions that would raise ValueError - Do not set instance attributes on builtin object() - Fix some spurious cycles detected in ``context.path`` leading to more cases that can now be inferred - Add ``kind`` field to ``Const`` nodes, matching the structure of the built-in ast Const. The kind field is "u" if the literal is a u-prefixed string, and ``None`` otherwise. - Fix property inference in class contexts for properties defined on the metaclass - Update enum brain to fix definition of __members__ for subclass-defined Enums - Update random brain to fix a crash with inference of some sequence elements - Fix inference of attributes defined in a base class that is an inner class - Allow inferring a return value of None for non-abstract empty functions and functions with no return statements (implicitly returning None) - scm_setuptools has been added to the packaging. - Astroid's tags are now the standard form ``vX.Y.Z`` and not ``astroid-X.Y.Z`` anymore. - Add initial support for Pattern Matching in Python 3.10 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.11.0: - Added notice about needing a new maintainer. - Fixed link to Travis CI. - Added test.py to the source distribution. - Fixed netmask calculation for IPv6. - Fixes to gateway detection in some edge cases. - Build CPython 2.7 wheels for 64-bit Windows (yes, you should be using Python 3 now, but still). Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 2021.5.30: - Update certificates - Fix typos License-Update: Fix typos Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
applied thx |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 4, 2023
Added: ======= -add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (openembedded#659) -add --line-reference-format to switch file/line references in stack traces (openembedded#665) comma_line (default): file.bats, line 1 colon: file.bats:1 uri: file:///path/to/file.bats:1 custom: define your own formatter in bats_format_file_line_reference_custom -add bats:focus tag to run only focused tests (openembedded#679) -add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (openembedded#674) Documentation: ============== -add --help text and man page content for --filter-tags (openembedded#679) -improved clarity of section about output in free code (openembedded#671) -fixed typos (openembedded#673) -clarify use cases of run (openembedded#366) Fixed: ======= -explicitly check for GNU parallel (openembedded#691) -wait for report-formatter to finish before ending bats' execution, to fix empty files with --report-fomatter junit under Docker (openembedded#692) 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
Mar 4, 2023
Added: ======= -add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (openembedded#659) -add --line-reference-format to switch file/line references in stack traces (openembedded#665) comma_line (default): file.bats, line 1 colon: file.bats:1 uri: file:///path/to/file.bats:1 custom: define your own formatter in bats_format_file_line_reference_custom -add bats:focus tag to run only focused tests (openembedded#679) -add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (openembedded#674) Documentation: ============== -add --help text and man page content for --filter-tags (openembedded#679) -improved clarity of section about output in free code (openembedded#671) -fixed typos (openembedded#673) -clarify use cases of run (openembedded#366) Fixed: ======= -explicitly check for GNU parallel (openembedded#691) -wait for report-formatter to finish before ending bats' execution, to fix empty files with --report-fomatter junit under Docker (openembedded#692) 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
Mar 4, 2023
Added: ======= -add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (openembedded#659) -add --line-reference-format to switch file/line references in stack traces (openembedded#665) comma_line (default): file.bats, line 1 colon: file.bats:1 uri: file:///path/to/file.bats:1 custom: define your own formatter in bats_format_file_line_reference_custom -add bats:focus tag to run only focused tests (openembedded#679) -add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (openembedded#674) Documentation: ============== -add --help text and man page content for --filter-tags (openembedded#679) -improved clarity of section about output in free code (openembedded#671) -fixed typos (openembedded#673) -clarify use cases of run (openembedded#366) Fixed: ======= -explicitly check for GNU parallel (openembedded#691) -wait for report-formatter to finish before ending bats' execution, to fix empty files with --report-fomatter junit under Docker (openembedded#692) 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.