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

Closed
wants to merge 9 commits into from
Closed

Meta python merge #467

wants to merge 9 commits into from

Commits on Nov 1, 2021

  1. python3-marshmallow: add recipe at version 3.14.0

    Signed-off-by: Marius Kriegerowski <mk@quakesaver.net>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    HerrMuellerluedenscheid authored and Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    fb28892 View commit details
    Browse the repository at this point in the history
  2. python3-pycparser: RSUGGESTS cpp and cpp-symlinks

    cpp and cpp-symlinks aren't actually required for python3-pycparser to
    be built or installed, but because they are in the RDEPENDS list for
    targets they will be included when building other recipes that may need
    python3-pycparser but not those packages (such as python3-cffi).
    Instead, list cpp and cpp-symlinks as part of RSUGGESTS for target.
    
    For reference, a previous discussion from the mailing list:
    https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg04784.html
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    5584598 View commit details
    Browse the repository at this point in the history
  3. python3-protobuf: update to 3.19.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 <trevor.gamblin@windriver.com>
    sashko authored and Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    f923fab View commit details
    Browse the repository at this point in the history
  4. python3-google-api-core: update to 2.2.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 <trevor.gamblin@windriver.com>
    sashko authored and Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    53e71bd View commit details
    Browse the repository at this point in the history
  5. python3-google-api-python-client: update to 2.28.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 <trevor.gamblin@windriver.com>
    sashko authored and Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ff2c845 View commit details
    Browse the repository at this point in the history
  6. python3-imageio: update to 2.10.1

    Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    sashko authored and Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    64e2044 View commit details
    Browse the repository at this point in the history
  7. python3-pybind11: update to 2.8.1

    Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    sashko authored and Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    bb29c08 View commit details
    Browse the repository at this point in the history
  8. python3-smpplib: upgrade 2.1.0 -> 2.2.0

    License-Update: README.md is modified as follows
    - client = smpplib.client.Client('example.com', SOMEPORTNUMBER)
    + client = smpplib.client.Client('example.com', SOMEPORTNUMBER, allow_unknown_opt_params=True)
    
    Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    zangrc-fnst authored and Trevor Gamblin committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    f1e8357 View commit details
    Browse the repository at this point in the history
  9. python3-qrcode: Upgrade 7.3 -> 7.3.1

    Upgrade to release 7.3.1:
    
    - Improvements for embeded image
    
    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 1, 2021
    Configuration menu
    Copy the full SHA
    3d54701 View commit details
    Browse the repository at this point in the history