-
Notifications
You must be signed in to change notification settings - Fork 710
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
Meta python merge #566
Commits on Apr 17, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for e1036f2 - Browse repository at this point
Copy the full SHA e1036f2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9a6cc59 - Browse repository at this point
Copy the full SHA 9a6cc59View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d96c65e - Browse repository at this point
Copy the full SHA d96c65eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cdb5c21 - Browse repository at this point
Copy the full SHA cdb5c21View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5c9742f - Browse repository at this point
Copy the full SHA 5c9742fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 81ba04a - Browse repository at this point
Copy the full SHA 81ba04aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ad41b4a - Browse repository at this point
Copy the full SHA ad41b4aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e957284 - Browse repository at this point
Copy the full SHA e957284View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1805056 - Browse repository at this point
Copy the full SHA 1805056View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for eef9ef6 - Browse repository at this point
Copy the full SHA eef9ef6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6fbe7f7 - Browse repository at this point
Copy the full SHA 6fbe7f7View commit details