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

Merged
merged 11 commits into from
Apr 18, 2022
Merged

Meta python merge #566

merged 11 commits into from
Apr 18, 2022

Commits on Apr 17, 2022

  1. python3-imgtool: update to 1.9.0

    Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    sashko authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    e1036f2 View commit details
    Browse the repository at this point in the history
  2. python3-google-api-python-client: upgrade 2.42.0 -> 2.43.0

    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    zhengruoqin authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    9a6cc59 View commit details
    Browse the repository at this point in the history
  3. python3-googleapis-common-protos: upgrade 1.54.0 -> 1.56.0

    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    zhengruoqin authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    d96c65e View commit details
    Browse the repository at this point in the history
  4. python3-nocaselist: upgrade 1.0.4 -> 1.0.5

    License-Update: type of file changed
     "ASCII text, with CRLF line terminators" -> "ASCII text"
    
    Changelog:
    =========
    Bug fixes:
    ----------
    Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 (issue #55).
    Fixed a dependency error that caused importlib-metadata to be installed on Python 3.8, while it is included in the Python base.
    Fixed new issues raised by Pylint 2.10.
    Disabled new Pylint issue ‘consider-using-f-string’, since f-strings were introduced only in Python 3.6.
    Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
    Fixed TypeError when running Sphinx due to using docutils 0.18 on Python 2.7.
    Fixed error when installing virtualenv in install test on Python 2.7.
    Fixed that the added setup.py commands (test, leaktest, installtest) were not displayed. They are now displayed at verbosity level 1 (using ‘-v’).
    
    Enhancements:
    ------------
    Enhanced test matrix on GitHub Actions to always include Python 2.7 and Python 3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
    Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in package metadata.
    
    Cleanup:
    -----------
    Removed old tools that were needed on Travis and Appveyor but no longer on GitHub Actions: remove_duplicate_setuptools.py, retry.bat
    
    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    zhengruoqin authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    cdb5c21 View commit details
    Browse the repository at this point in the history
  5. python3-pylint: upgrade 2.13.2 -> 2.13.5

    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    zhengruoqin authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    5c9742f View commit details
    Browse the repository at this point in the history
  6. python3-redis: upgrade 4.2.1 -> 4.2.2

    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    Xu Huan authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    81ba04a View commit details
    Browse the repository at this point in the history
  7. python3-sentry-sdk: upgrade 1.5.7 -> 1.5.8

    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    Xu Huan authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    ad41b4a View commit details
    Browse the repository at this point in the history
  8. python3-sqlalchemy: upgrade 1.4.34 -> 1.4.35

    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    Xu Huan authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    e957284 View commit details
    Browse the repository at this point in the history
  9. python3-nocasedict: upgrade 1.0.2 -> 1.0.3

    License-Update: type of file changed
     "ASCII text, with CRLF line terminators" -> "ASCII text"
    
    changelog:
    ===============================================================================
    Bug fixes:
    
    -Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 .
    -Fixed issues raised by new Pylint 2.9 and 2.10.
    -Fixed a dependency error that caused importlib-metadata to be installed on
    Python 3.8, while it is included in the Python base.
    -Disabled new Pylint issue 'consider-using-f-string', since f-strings were
    introduced only in Python 3.6.
    -Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of
    MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
    -Fixed potential issue with Sphinx/docutils versions on Python 2.7.
    -Fixed error when installing virtualenv in install test on Python 2.7.
    -Fixed that the added setup.py commands (test, leaktest, installtest) were not
    displayed. They are now displayed at verbosity level 1 (using '-v').
    
    Enhancements:
    
    -Enhanced test matrix on GitHub Actions to always include Python 2.7 and
    Python 3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
    -Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in
    package metadata.
    
    Cleanup:
    -Removed old tools that were needed for travis and Appveyor but no longer on
    GitHub Actions: remove_duplicate_setuptools.py, retry.bat
    
    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    zhengruoqin authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    1805056 View commit details
    Browse the repository at this point in the history
  10. python3-graphviz: upgrade 0.19.1 -> 0.19.2

    License-Updated:
    years update to 2022
    
    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    Xu Huan authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    eef9ef6 View commit details
    Browse the repository at this point in the history
  11. python3-kivy: upgrade 2.0.0 -> 2.1.0

    License-Updated:
    years update to 2022
    
    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
    Xu Huan authored and threexc committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    6fbe7f7 View commit details
    Browse the repository at this point in the history