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

Meta python merge #366

Closed
wants to merge 5 commits into from
Closed

Meta python merge #366

wants to merge 5 commits into from

Conversation

threexc
Copy link
Contributor

@threexc threexc commented Jun 1, 2021

No description provided.

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

kraj commented Jun 1, 2021

applied thx

@kraj kraj closed this Jun 1, 2021
@threexc threexc deleted the meta-python-merge branch June 2, 2021 16:24
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants