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

Closed
wants to merge 7 commits into from
Closed

Meta python merge #491

wants to merge 7 commits into from

Commits on Nov 22, 2021

  1. python3-prompt-toolkit: Upgrade 3.0.21 -> 3.0.22

    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>
    leon-anavi authored and Trevor Gamblin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    29a3224 View commit details
    Browse the repository at this point in the history
  2. python3-imageio: Upgrade 2.10.5 -> 2.11.0

    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>
    leon-anavi authored and Trevor Gamblin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5c14152 View commit details
    Browse the repository at this point in the history
  3. python3-cmd2: Upgrade 2.3.0 -> 2.3.1

    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>
    leon-anavi authored and Trevor Gamblin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    4cc0591 View commit details
    Browse the repository at this point in the history
  4. python3-simplejson: Upgrade 3.17.5 -> 3.17.6

    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>
    leon-anavi authored and Trevor Gamblin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bd8493b View commit details
    Browse the repository at this point in the history
  5. python3-aiohue: Upgrade 2.6.3 -> 3.0.1

    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>
    leon-anavi authored and Trevor Gamblin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    8186896 View commit details
    Browse the repository at this point in the history
  6. python3-cchardet: add BBCLASSEXTEND = "native nativesdk"

    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>
    kk6ho authored and Trevor Gamblin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    1aeff50 View commit details
    Browse the repository at this point in the history
  7. python3-aiosignal, python3-frozenlist: Add native & nativestdk packag…

    …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>
    kk6ho authored and Trevor Gamblin committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c34b67f View commit details
    Browse the repository at this point in the history