summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-imageio: upgrade 2.22.4 -> 2.23.0Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== Feature -------- Add support for Python 3.11 (#920) (e4146a1) Other ------- Exclude py3.11 on windows (#917) (c57e31c) GitHub Actions add Python 3.11 to the testing (#916) (8d49551) Add migration instructions for as_gray in new pillow plugin. (#913) (b3b040a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.6.0 -> 2.6.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | Changelog: ========== * add documentation on shift operators, #181 * fix typo in iterable initializer description, #179 * optimize 'richcompare()' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 6.5.0 -> 7.0.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | Changelog: ========== -When checking if a file mapping resolved to a file that exists, we weren't considering files in .whl files. This is now fixed, closing issue 1511. -File pattern rules were too strict, forbidding plus signs and curly braces in directory and file names. This is now fixed, closing issue 1513. -Unusual Unicode or control characters in source files could prevent reporting. This is now fixed, closing issue 1512. -The PyPy wheel now installs on PyPy 3.7, 3.8, and 3.9, closing issue 1510. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: upgrade 22.7.1 -> 22.12.1Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: upgrade 3.5.2 -> 3.6.0Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Two new functions are added to the "asgiref.sync" module: "iscoroutinefunction()" and "markcoroutinefunction()". Python 3.12 deprecates "asyncio.iscoroutinefunction()" as an alias for "inspect.iscoroutinefunction()", whilst also removing the "_is_coroutine" marker. The latter is replaced with the "inspect.markcoroutinefunction" decorator. The new "asgiref.sync" functions are compatibility shims for these functions that can be used until Python 3.12 is the minimum supported version. **Note** that these functions are considered **beta**, and as such, whilst not likely, are subject to change in a point release, until the final release of Python 3.12. They are included in "asgiref" now so that they can be adopted by Django 4.2, in preparation for support of Python 3.12. * The "loop" argument to "asgiref.timeout.timeout" is deprecated. As per other "asyncio" based APIs, the running event loop is used by default. Note that "asyncio" provides timeout utilities from Python 3.11, and these should be preferred where available. * Support for the "ASGI_THREADS" environment variable, used by "SyncToAsync", is removed. In general, a running event-loop is not available to `asgiref` at import time, and so the default thread pool executor cannot be configured. Protocol servers, or applications, should set the default executor as required when configuring the event loop at application startup. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: upgrade 0.12.0 -> 0.12.1Wang Mingyu2022-12-271-2/+2
| | | | | | | | | | | | Changelog: ========== Support Python 3.11 (including wheels) Drop Python 3.5 support License-Update: Copyright year updated to 2022 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.9.0 -> 1.9.1Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== -Fixed issue where server default compare would not work for string defaults that contained backslashes, due to mis-rendering of these values when comparing their contents. -Implemented basic server default comparison for the Oracle backend; previously, Oracle's formatting of reflected defaults prevented any matches from occurring. -Adjusted SQLite's compare server default implementation to better handle defaults with or without parens around them, from both the reflected and the local metadata side. -Adjusted SQL Server's compare server default implementation to better handle defaults with or without parens around them, from both the reflected and the local metadata side. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: Do not use GetAssertStackTrace with USE_STACKWALKER disabledKhem Raj2022-12-272-4/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: upgrade 5.10.1 -> 5.11.3Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Fixed #2007: settings for py3.11 (#2040) Fixed #2038: packaging pypoetry (#2042) Docs: renable portray (#2043) Ci: add minimum GitHub token permissions for workflows (#1969) Ci: general CI improvements (#2041) Ci: add release workflow (#2026) Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034) Hotfix #2031: only call colorama.init if colorama is available (#2032) Added official support for Python 3.11 (#1996, #2008, #2011) Dropped support for Python 3.6 (#2019) Fixed problematic tests (#2021, #2022) Fixed #1960: Rich compatibility (#1961) Fixed #1945, #1986: Python 4.0 upper bound dependency resolving issues Fixed Pyodide CDN URL (#1991) Docs: clarify description of use_parentheses (#1941) Fixed #1976: black compatibility for .pyi files Implemented #1683: magic trailing comma option (#1876) Add missing space in unrecoverable exception message (#1933) Fixed #1895: skip-gitignore: use allow list, not deny list Fixed #1917: infinite loop for unmatched parenthesis (#1919) Docs: shared profiles (#1896) Fixed build-backend values in the example plugins (#1892) Remove reference to jamescurtin/isort-action (#1885) Split long cython import lines (#1931) Update plone profile: copy of black, plus three settings. (#1926) Fixed #1815, #1862: Add a command-line flag to sort all re-exports (#1863) Fixed #1854: lines_before_imports appending lines after comments (#1861) Remove redundant multi_line_output = 3 from "Compatibility with black" (#1858) Add tox config example (#1856) Docs: add examples for frozenset and tuple settings (#1822) Docs: add multiple config documentation (#1850) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.44 -> 1.4.45Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.7.0 -> 5.7.1Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: fix: some descriptors raise AttributeError #812 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.11.1 -> 1.12.0Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========= Basic OTel support ------------------- This adds support to automatically integrate OpenTelemetry performance tracing with Sentry. Various fixes & improvements ------------------------------- Tox Cleanup (#1749) CI: Fix Github action checks (#1780) Profiling: Introduce active thread id on scope (#1764) Profiling: Eagerly hash stack for profiles (#1755) Profiling: Resolve inherited method class names (#1756) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydicti: upgrade 1.1.6 -> 1.2.0Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: add type hints Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.4.0 -> 3.4.1Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | Changelog: ========= WHL: Add win32 to build_wheels matrix (pull #1169) BUG: Changed so that the setup.cfg depends on the version code in the __init__.py instead of the other way around (issuue #1155) BUG: Fix CRS.to_cf() for Pole rotation GRIB convention (pull #1167) BUG: Fix CRS.to_authority() memory leak (pull #1178) REF: Use upper case EPSG code when creating CRS (pull #1162) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 13.0.2 -> 13.0.4Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | Changelog: ========== Correct timeout in call to poll.poll (#687) Revert "Revert "Fix error with select when python process exceeds 1024 open file descriptors"" (#686) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycurl: upgrade 7.45.1 -> 7.45.2Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: This release fixes several minor issues and adds support for several libcurl options. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycares: upgrade 4.2.2 -> 4.3.0Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | Changelog: ========= Bump cibuildwheel to build for Python 3.11 + CI total time speedups Fix tests that depended on external sites Complete the Python 3.11 support Drop CPython 3.6 Improve test compatibility with pytest Update c-ares submodule to 1.18.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.11 -> 4.21.12Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.69.0 -> 2.70.0Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-account: upgrade 0.7.0 -> 0.8.0Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmpy2: upgrade 2.1.3 -> 2.1.5Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: Fixes to build Apple Silicon binary builds Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.8.1 -> 1.9.0Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== feature -------- [feature] [commands] Added new Alembic command alembic check. This performs the widely requested feature of running an "autogenerate" comparison between the current database and the MetaData that's currently set up for autogenerate, returning an error code if the two do not match, based on current autogenerate settings. Pull request courtesy Nathan Louie. bug ------- [bug] [tests] Fixed issue in tox.ini file where changes in the tox 4.0 series to the format of "passenv" caused tox to not function correctly, in particular raising an error as of tox 4.0.6. [bug] [typing] Fixed typing issue where revision.process_revision_directives was not fully typed; additionally ensured all Callable and Dict arguments to EnvironmentContext.configure() include parameters in the typing declaration. Additionally updated the codebase for Mypy 0.990 compliance. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rapidjson: add recipeRoger Knecht2022-12-131-0/+22
| | | | | | | Add a recipe for the python bindings of the rapidjson library. Signed-off-by: Roger Knecht <roger@norberthealth.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yamlloader: upgrade 1.1.0 -> 1.2.2Wang Mingyu2022-12-121-1/+1
| | | | | | | | Changelog: add Python 3.11 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: upgrade 1.8.1 -> 1.8.2Wang Mingyu2022-12-121-1/+1
| | | | | | | | Changelog: Add support for python3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: upgrade 3.0.2 -> 3.1.0Wang Mingyu2022-12-121-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Features --------- #789: Users can now set a default distribution mode in their configuration file: Removals -------- #842: Python 3.6 is no longer supported. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.165.1 -> 2.4.166Wang Mingyu2022-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== New ---- - Basic support for listing, enabling and disabling decaying models. - [tests] Test for local tags. Changes -------- - [types] added azure-application-id. Fix ----- - [describetypes] updated with the latest output from MISP. - [types] added missing type value. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 13.0.1 -> 13.0.2Wang Mingyu2022-12-121-1/+1
| | | | | | | | | | | | Changelogg: ============ Adding support for reported unknown devices (#680) Add Chromecast Ultra and Chromecast HD to the recognised devices (#679) Fix error with select when python process exceeds 1024 open file descriptors (#676) Include URL and UUID in Home Assistant controller messages (#613) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.1.9 -> 2.2.0Wang Mingyu2022-12-121-1/+1
| | | | | | | | | | | | | | | Changelog: ========== [build] Wheels are now available for Python 3.11 (#932) [documentation] HTML documentation builds are now tested for errors (#902) [documentation] Fix typos here, and there (#910) [fsevents2] The fsevents2 observer is now deprecated (#909) [tests] The error message returned by musl libc for error code -1 is now allowed (#923) [utils] Remove unnecessary code in dirsnapshot.py (#930) [watchmedo] Handle shutdown events from SIGHUP (#912) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: upgrade 6.0.2 -> 6.0.3Wang Mingyu2022-12-121-1/+1
| | | | | | | | Changelog: Declared the official support for Python 3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmpy2: upgrade 2.1.2 -> 2.1.3Wang Mingyu2022-12-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.68.0 -> 2.69.0Wang Mingyu2022-12-121-1/+1
| | | | | | | | Changelog: Fix media upload URI when API endpoint is overridden with client_opions.api_endpoint Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.4.5 -> 5.4.6Wang Mingyu2022-12-121-1/+1
| | | | | | | | Changelog: Fix MemoryError when decoding Tags on 32bit architecture. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asttokens: upgrade 2.2.0 -> 2.2.1Wang Mingyu2022-12-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 5.31.2 -> 5.31.3Wang Mingyu2022-12-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.3.5 -> 4.4.0Wang Mingyu2022-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2022 format of LICENSE changed Changelog: ========== New Features ------------- Async clusters: Support creating locks inside async functions (#2471) Bug Fixes ---------- Async: added 'blocking' argument to call lock method (#2454) Added a replacement for the default cluster node in the event of failure. (#2463) Fixed geosearch: Wrong number of arguments for geosearch command (#2464) Maintenance ----------- Updating dev dependencies (#2475) Removing deprecated LGTM (#2473) Added an explicit index name in RediSearch example (#2466) Adding connection step to bloom filter examples (#2478) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.6.0 -> 5.7.0Wang Mingyu2022-12-121-1/+1
| | | | | | | | | | | Changelog: ========= Performance: decrease runtime overhead for constructing HasTraits (up to 20x faster) #777 Minor fixes for Application.aliases #810 Adopt ruff and address lint #809 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.10 -> 4.21.11Wang Mingyu2022-12-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: Add python3-typing-extensions to RDEPENDSHains van den Bosch2022-12-111-0/+1
| | | | | | | | | | | To fix crash due to missing module: File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 42, in <module> from typing_extensions import Literal, ParamSpec, Protocol ModuleNotFoundError: No module named 'typing_extensions' Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: Add python3-asyncio to RDEPENDSHains van den Bosch2022-12-111-0/+1
| | | | | | | | | | | | To fix crash due to missing module: from twisted.internet import defer File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 14, in <module> from asyncio import AbstractEventLoop, Future, iscoroutine ModuleNotFoundError: No module named 'asyncio' Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.5.0 -> 5.6.0Wang Mingyu2022-12-081-1/+1
| | | | | | | | | | Changelog: ========= Update vendored double-conversion to 3.2.1 (#570) Fix len integer overflow issue (#567) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 5.31.1 -> 5.31.2Wang Mingyu2022-12-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 4.0.1 -> 4.0.2Wang Mingyu2022-12-081-1/+1
| | | | | | | | Changelog: Remove deprecated function to fix twine check with pkginfo 1.9.0. (#941) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.5.0 -> 5.6.0Wang Mingyu2022-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ Adopt jupyter releaser #806 Use base setup dependency type #805 More CI Cleanup #803 More maintenance cleanup #802 Add project description #801 Bump actions/setup-python from 2 to 4 #798 Bump actions/checkout from 2 to 3 #797 Bump pre-commit/action from 2.0.0 to 3.0.0 #796 Bump actions/upload-artifact from 2 to 3 #795 Add dependabot #794 Add more typings #791 Format changelog #789 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.9 -> 4.21.10Wang Mingyu2022-12-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tuna: add recipeErwann Roussy2022-12-061-0/+24
| | | | | | | | | | | | | | | | Tuna is a cui/gui tool for tuning of running processes. It is useful to see and changed irq affinity on an embedded board. The chosen revision of tuna is the last commit to this day and not the last release. This is due to the python3-ethtool module which was required in the last release but isn't anymore. Tuna now has a built-in module instead. Despite tuna's homepage's dependencies section, python3-inet_diag isn't required anymore. Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uefi-firmware: add recipe for version 1.9Tomasz Żyjewski2022-12-051-0/+17
| | | | | | | | | | Install uefi-firmware-parser tool The UEFI firmware parseer is a simple module and set of scripts for parsing, extracting, and recreating UEFI firmware volumes. Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: add missing packagesBartosz Golaszewski2022-12-051-0/+2
| | | | | | | | The recently added kmod and watchdogdev packages were not added to the meta-python packagegroup. This fixes it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: replace deprecated inspect.getargspecKai Kang2022-12-052-0/+67
| | | | | | | | | | Backport patch to replace deprecated inspect.getargspec in lib pubsub. And add python3-pip to RDEPENDS which is required by utils wxdemo, wxdocs and wxget provided by python3-wxgtk4. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.14.1 -> 2.15.0Wang Mingyu2022-12-051-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== Features --------- Add api_key credentials Introduce a way to provide scopes granted by user Bug Fixes --------- Allow mtls sts endpoint for external account token urls. CI broken by removal of py.path Ensure JWT segments have the right types Updated the lower bound of interactive timeout and fix the kwarg Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>