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

Closed
wants to merge 12 commits into from
Closed

Meta python merge #515

wants to merge 12 commits into from

Commits on Jan 11, 2022

  1. python3-typeguard: Upgrade 2.13.2 -> 2.13.3

    Upgrade to release 2.13.3:
    
    - Fixed TypeError when using typeguard within exec() (where
      __module__ is None)
    - Fixed TypedDict causing TypeError: TypedDict does not support
      instance and class checks on Python 3.8 with standard library
      (not typing_extensions) typed dicts
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    4d2c981 View commit details
    Browse the repository at this point in the history
  2. python3-huey: Upgrade 2.4.2 -> 2.4.3

    Upgrade to release 2.4.3:
    
    - Fix compatibility issue with new redis-py
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1c4b207 View commit details
    Browse the repository at this point in the history
  3. python3-ujson: Upgrade 5.0.0 -> 5.1.0

    Upgrade to release 5.1.0:
    
    - Strip debugging symbols from Linux binaries
    
    Add a patch in setup.py to disable striping debugging symbols for
    Linux to avoid already-stripped build errors.
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    68dcc6c View commit details
    Browse the repository at this point in the history
  4. python3-colorzero: add recipe for python colorzero

    colorzero is a color manipulation library for Python
    
    Signed-off-by: Bhargav Das <bhargavthriler@gmail.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    bhargavthriler authored and Trevor Gamblin committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    2b32008 View commit details
    Browse the repository at this point in the history
  5. packagegroup-meta-python: Add python3-colorzero

    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    kraj authored and Trevor Gamblin committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    8e80d0d View commit details
    Browse the repository at this point in the history
  6. python3-google-api-core: Upgrade 2.2.0 -> 2.3.2

    Upgrade to release 2.3.2:
    
    - add operations rest client to support long-running operations
    - handle bare 'grpc.Call' in 'from_grpc_error'
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    bf39f48 View commit details
    Browse the repository at this point in the history
  7. python3-astroid: Upgrade 2.9.2 -> 2.9.3

    Upgrade to release 2.9.3:
    
    - Fixed regression where packages without a ``__init__.py`` file
      were  not recognized or imported correctly.
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    d3b1a0d View commit details
    Browse the repository at this point in the history
  8. python3-urllib3: Upgrade 1.26.7 -> 1.26.8

    Upgrade to release 1.26.8:
    
    - Added extra message tourllib3.exceptions.ProxyError when urllib3
      detects that a proxy is configured to use HTTPS but the proxy
      itself appears to only use HTTP.
    - Added a mention of the size of the connection pool when
      discarding a connection due to the pool being full.
    - Added explicit support for Python 3.11.
    - Deprecated the Retry.MAX_BACKOFF class property in favor of
      Retry.DEFAULT_MAX_BACKOFF to better match the rest of the default
      parameter names. Retry.MAX_BACKOFF is removed in v2.0.
    - Changed location of the vendored ssl.match_hostname function from
      urllib3.packages.ssl_match_hostname to urllib3.util.ssl_match_hostname
      to ensure Python 3.10+ compatibility after being repackaged by
      downstream distributors.
    - Fixed absolute imports, all imports are now relative.
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0c0ad53 View commit details
    Browse the repository at this point in the history
  9. python3-rdflib: Upgrade 6.0.2 -> 6.1.1

    Upgrade to release 6.1.1:
    
    - add support for Python 3.10
    - updates the test suite to pytest (from nose)
    - tidies up a lot of continuous integration
    - gets more tests tested, not skipped
    - implements lots of mypy tests
    - updates several parsers and serializers
    - supports the new HexTuples format!
    - many bug fixes
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    2a3c5a0 View commit details
    Browse the repository at this point in the history
  10. python3-bitarray: Upgrade 2.3.4 -> 2.3.5

    Upgrade to release 2.3.5:
    
    - Fixed bug for big-endian systems (such as IBM s390)
    - Pass `zip_safe=False` to `setup()`
    
    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 Jan 11, 2022
    Configuration menu
    Copy the full SHA
    816751b View commit details
    Browse the repository at this point in the history
  11. python3-matplotlib: Do not use setuptools_scm_git_archive

    this gets invoked during compile task which is not disabling network
    access, any network activity should be explicitly enabled except during
    do_fetch
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    kraj authored and Trevor Gamblin committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    4a98860 View commit details
    Browse the repository at this point in the history
  12. python3-pytest-helpers-namespace: Enable network during do_compile

    This should actually be fixed in the package's build system to not
    do the network access during compile task. Lets workaround it for now
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    kraj authored and Trevor Gamblin committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0533c47 View commit details
    Browse the repository at this point in the history