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

Closed
wants to merge 8 commits into from
Closed

Meta python merge #494

wants to merge 8 commits into from

Commits on Nov 24, 2021

  1. python3-imageio: Upgrade 2.11.0 -> 2.11.1

    Upgrade to release 2.11.1:
    
    - Fix BytesIO regression for legacy pillow
    
    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 24, 2021
    Configuration menu
    Copy the full SHA
    6be62b5 View commit details
    Browse the repository at this point in the history
  2. python3-marshmallow: Upgrade 3.14.0 -> 3.14.1

    Upgrade to release 3.14.1:
    
    - Fix publishing type hints per PEP-561
    
    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 24, 2021
    Configuration menu
    Copy the full SHA
    e9fd017 View commit details
    Browse the repository at this point in the history
  3. python3-jsonpointer: Upgrade 2.1 -> 2.2

    Upgrade to release 2.2:
    
    - Add method and add classmethod tag
    - Add test for get_parts (new method)
    
    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 24, 2021
    Configuration menu
    Copy the full SHA
    168412c View commit details
    Browse the repository at this point in the history
  4. python3-gcovr: add recipe

    Self description from the website: Gcovr provides a utility for managing
    the use of the GNU gcov utility and generating summarized code coverage
    results. This command is inspired by the Python coverage.py package,
    which provides a similar utility for Python.
    
    Signed-off-by: Christian Eggers <ceggers@arri.de>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    ceggers-arri authored and Trevor Gamblin committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a4bfca9 View commit details
    Browse the repository at this point in the history
  5. python3-ldap: for openldap v2.5.8, link with libldap instead of libld…

    …ap_r
    
    Signed-off-by: Salman Ahmed <salman.ahmed@weidmueller.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Salman Ahmed authored and Trevor Gamblin committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    bdc0d42 View commit details
    Browse the repository at this point in the history
  6. packagegroup-meta-python: Add python3-gcovr

    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    kraj authored and Trevor Gamblin committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    ea537fb View commit details
    Browse the repository at this point in the history
  7. python3-websockets: upgrade 10.0 -> 10.1

    New features
    Added a tutorial.
    
    Made the second parameter of connection handlers optional. It will be
    deprecated in the next major release. The request path is available in
     the path attribute of the first argument.
    
    If you implemented the connection handler of a server as:
    
    async def handler(request, path):
        ...
    You should replace it by:
    
    async def handler(request):
        path = request.path  # if handler() uses the path argument
        ...
    Added python -m websockets --version.
    
    Improvements
    Added wheels for Python 3.10, PyPy 3.7, and for more platforms.
    
    Reverted optimization of default compression settings for clients, mainly
    to avoid triggering bugs in poorly implemented servers like AWS API Gateway.
    
    Mirrored the entire Server API in WebSocketServer.
    
    Improved performance for large messages on ARM processors.
    
    Documented how to auto-reload on code changes in development.
    
    Bug fixes
    Avoided half-closing TCP connections that are already closed.
    
    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Xu Huan authored and Trevor Gamblin committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    68228b3 View commit details
    Browse the repository at this point in the history
  8. python3-xlsxwriter: upgrade 3.0.1 -> 3.0.2

    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Xu Huan authored and Trevor Gamblin committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    81a930d View commit details
    Browse the repository at this point in the history