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 #487

Closed
wants to merge 8 commits into from
Closed

Meta python merge #487

wants to merge 8 commits into from

Commits on Nov 17, 2021

  1. packagegroup-meta-python.bb: Add new packages

    Add new packages:
    
    - python3-aiosignal
    - python3-frozenlist
    - python3-charset-normalizer
    - python3-cchardet
    
    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>
    leon-anavi authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b1cfc35 View commit details
    Browse the repository at this point in the history
  2. python3-absl: upgrade 0.15.0 -> 1.0.0

    Changed
    absl-py no longer supports Python 2.7, 3.4, 3.5. All versions have reached
    end-of-life for more than a year now.
    New releases will be tagged as vX.Y.Z instead of pypi-vX.Y.Z in the git
    repo going forward.
    
    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6386a1e View commit details
    Browse the repository at this point in the history
  3. python3-alembic: upgrade 1.7.4 -> 1.7.5

    bug fix:
    Adjustments to the test suite to accommodate for error message changes
    occurring as of SQLAlchemy 1.4.27.
    
    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8ed7a29 View commit details
    Browse the repository at this point in the history
  4. python3-cmd2: upgrade 2.2.0 -> 2.3.0

    Bug Fixes
    Fixed AttributeError in rl_get_prompt() when prompt is None.
    Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
    Fixed bug introduced in cmd2 2.0.0 in which select() converts return values to strings. It should never
    have converted return values.
    Enhancements
    Added settings to Column class which prevent a table from overriding existing styles in header
    and/or data text. This allows for things like nesting an AlternatingTable in another AlternatingTable.
    AlternatingTable no longer automatically applies background color to borders. This was done to improve
    appearance since the background color extended beyond the borders of the table.
    Added ability to colorize all aspects of AlternatingTables, BorderedTables, and SimpleTables.
    Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBitBg classes.
    Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes.
    Removed dependency on colorama.
    Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class.
    Deprecations
    Deprecated cmd2.fg. Use cmd2.Fg instead.
    Deprecated cmd2.bg. Use cmd2.Bg instead.
    Breaking Changes
    To support the color upgrade, all cmd2 colors now inherit from either ansi.FgColor or ansi.BgColor.
    Therefore, ansi.style() no longer accepts colors as strings.
    
    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    963ab55 View commit details
    Browse the repository at this point in the history
  5. python3-gast: upgrade 0.5.2 -> 0.5.3

    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9c5fce0 View commit details
    Browse the repository at this point in the history
  6. python3-isort: upgrade 5.10.0 -> 5.10.1

    5.10.1 November 8 2021
    Fixed #1819: Occasional inconsistency with multiple src paths.
    Fixed #1840: skip_file ignored when on the first docstring line
    
    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    88a6a8c View commit details
    Browse the repository at this point in the history
  7. python3-pychromecast: upgrade 9.3.1 -> 10.1.0

    Re-add support for passing services to get_device_info + get_multizone_status
    (home-assistant-libs/pychromecast#558)
    
    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    686ca0f View commit details
    Browse the repository at this point in the history
  8. python3-sqlalchemy: upgrade 1.4.26 -> 1.4.27

    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    90b4489 View commit details
    Browse the repository at this point in the history