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

Closed
wants to merge 15 commits into from
Closed

Meta python merge #460

wants to merge 15 commits into from

Commits on Oct 25, 2021

  1. python3-cachetools: upgrade 4.2.2 -> 4.2.4

    v4.2.4 (2021-09-30)
    ===================
    - Add submodule shims for backward compatibility.
    
    v4.2.3 (2021-09-29)
    ===================
    - Add documentation and tests for using ``TTLCache`` with
      ``datetime``.
    - Link to typeshed typing stubs.
    - Flatten package file hierarchy.
    
    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4d6e621 View commit details
    Browse the repository at this point in the history
  2. python3-cbor2: upgrade 5.4.1 -> 5.4.2

    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b8ade2c View commit details
    Browse the repository at this point in the history
  3. python3-click: upgrade 8.0.1 -> 8.0.3

    Version 8.0.3
    -------------
    Released 2021-10-10
    -   Fix issue with ``Path(resolve_path=True)`` type creating invalid
        paths. :issue:`2088`
    -   Importing ``readline`` does not cause the ``confirm()`` prompt to
        disappear when pressing backspace. :issue:`2092`
    -   Any default values injected by ``invoke()`` are cast to the
        corresponding parameter's type. :issue:`2089, 2090`
    
    Version 8.0.2
    -------------
    Released 2021-10-08
    -   ``is_bool_flag`` is not set to ``True`` if ``is_flag`` is ``False``.
        :issue:`1925`
    -   Bash version detection is locale independent. :issue:`1940`
    -   Empty ``default`` value is not shown for ``multiple=True``.
        :issue:`1969`
    -   Fix shell completion for arguments that start with a forward slash
        such as absolute file paths. :issue:`1929`
    -   ``Path`` type with ``resolve_path=True`` resolves relative symlinks
        to be relative to the containing directory. :issue:`1921`
    -   Completion does not skip Python's resource cleanup when exiting,
        avoiding some unexpected warning output. :issue:`1738, 2017`
    -   Fix type annotation for ``type`` argument in ``prompt`` function.
        :issue:`2062`
    -   Fix overline and italic styles, which were incorrectly added when
        adding underline. :pr:`2058`
    -   An option with ``count=True`` will not show "[x>=0]" in help text.
        :issue:`2072`
    -   Default values are not cast to the parameter type twice during
        processing. :issue:`2085`
    -   Options with ``multiple`` and ``flag_value`` use the flag value
        instead of leaving an internal placeholder. :issue:`2001`
    
    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d800c28 View commit details
    Browse the repository at this point in the history
  4. python3-configargparse : upgrade 1.5.2 -> 1.5.3

    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b2e7c91 View commit details
    Browse the repository at this point in the history
  5. python3-flask: upgrade 2.0.1 -> 2.0.2

    Version 2.0.2
    -------------
    Released 2021-10-04
    -   Fix type annotation for ``teardown_*`` methods. :issue:`4093`
    -   Fix type annotation for ``before_request`` and ``before_app_request``
        decorators. :issue:`4104`
    -   Fixed the issue where typing requires template global
        decorators to accept functions with no arguments. :issue:`4098`
    -   Support View and MethodView instances with async handlers. :issue:`4112`
    -   Enhance typing of ``app.errorhandler`` decorator. :issue:`4095`
    -   Fix registering a blueprint twice with differing names. :issue:`4124`
    -   Fix the type of ``static_folder`` to accept ``pathlib.Path``.
        :issue:`4150`
    -   ``jsonify`` handles ``decimal.Decimal`` by encoding to ``str``.
        :issue:`4157`
    -   Correctly handle raising deferred errors in CLI lazy loading.
        :issue:`4096`
    -   The CLI loader handles ``**kwargs`` in a ``create_app`` function.
        :issue:`4170`
    -   Fix the order of ``before_request`` and other callbacks that trigger
        before the view returns. They are called from the app down to the
        closest nested blueprint. :issue:`4229`
    
    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c1a661d View commit details
    Browse the repository at this point in the history
  6. python3-pyscaffold: upgrade 4.1 -> 4.1.1

    Version 4.1.1, 2021-10-18
    -------------------------
    - Ensure required extensions are installed on ``--update``, :pr:`512`
    - Prevent extension from crashing when persisting ``None`` in ``setup.cfg``, :pr:`510`
    - Prevent multi-line descriptions to crash ``putup``, :pr:`509`
    - Warn users about empty namespaces, :pr:`508`
    - Prevent parsing errors during dependency deduplication, :pr:`518`
    - Add ``license_files`` to ``setup.cfg`` template, :issue:`524`
    
    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    06e3e7e View commit details
    Browse the repository at this point in the history
  7. python3-socketio: upgrade 5.4.0 -> 5.4.1

    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    zhengruoqin authored and Trevor Gamblin committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c7ecea5 View commit details
    Browse the repository at this point in the history
  8. python3-sqlalchemy: upgrade 1.4.23 -> 1.4.26

    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    zhengruoqin authored and Trevor Gamblin committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    f74642d View commit details
    Browse the repository at this point in the history
  9. python3-stevedore: upgrade 3.4.0 -> 3.5.0

    3.5.0
    -----
    * Add Python3 yoga unit tests
    * Update master for stable/xena
    * Rely on member access, the preferred access since importlib\_metadata 4.8
    
    Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    zhengruoqin authored and Trevor Gamblin committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c16683c View commit details
    Browse the repository at this point in the history
  10. python3-werkzeug: upgrade 2.0.1 -> 2.0.2

    Version 2.0.2
    -------------
    Released 2021-10-05
    -   Handle multiple tokens in ``Connection`` header when routing
        WebSocket requests. :issue:`2131`
    -   Set the debugger pin cookie secure flag when on https. :pr:`2150`
    -   Fix type annotation for ``MultiDict.update`` to accept iterable
        values :pr:`2142`
    -   Prevent double encoding of redirect URL when ``merge_slash=True``
        for ``Rule.match``. :issue:`2157`
    -   ``CombinedMultiDict.to_dict`` with ``flat=False`` considers all
        component dicts when building value lists. :issue:`2189`
    -   ``send_file`` only sets a detected ``Content-Encoding`` if
        ``as_attachment`` is disabled to avoid browsers saving
        decompressed ``.tar.gz`` files. :issue:`2149`
    -   Fix type annotations for ``TypeConversionDict.get`` to not return an
        ``Optional`` value if both ``default`` and ``type`` are not
        ``None``. :issue:`2169`
    -   Fix type annotation for routing rule factories to accept
        ``Iterable[RuleFactory]`` instead of ``Iterable[Rule]`` for the
        ``rules`` parameter. :issue:`2183`
    -   Add missing type annotation for ``FileStorage.__getattr__``
        :issue:`2155`
    -   The debugger pin cookie is set with ``SameSite`` set to ``Strict``
        instead of ``None`` to be compatible with modern browser security.
        :issue:`2156`
    -   Type annotations use ``IO[bytes]`` and ``IO[str]`` instead of
        ``BinaryIO`` and ``TextIO`` for wider type compatibility.
        :issue:`2130`
    -   Ad-hoc TLS certs are generated with SAN matching CN. :issue:`2158`
    -   Fix memory usage for locals when using Python 3.6 or pre 0.4.17
        greenlet versions. :pr:`2212`
    -   Fix type annotation in ``CallbackDict``, because it is not
        utilizing a bound TypeVar. :issue:`2235`
    -   Fix setting CSP header options on the response. :pr:`2237`
    -   Fix an issue with with the interactive debugger where lines would
        not expand on click for very long tracebacks. :pr:`2239`
    -   The interactive debugger handles displaying an exception that does
        not have a traceback, such as from ``ProcessPoolExecutor``.
        :issue:`2217`
    
    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6afaa15 View commit details
    Browse the repository at this point in the history
  11. python3-h5py: update to 3.5.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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    bc89959 View commit details
    Browse the repository at this point in the history
  12. python3-pybind11-json: update to 0.2.11

    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    919ea0b View commit details
    Browse the repository at this point in the history
  13. python3-pychromecast: update to 9.3.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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b62e71a View commit details
    Browse the repository at this point in the history
  14. python3-tzlocal: update to 4.0.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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    453a581 View commit details
    Browse the repository at this point in the history
  15. python3-zeroconf: update to 0.36.9

    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 Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a622bab View commit details
    Browse the repository at this point in the history