summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-configparser: Upgrade 5.0.2 -> 5.1.0Leon Anavi2021-11-111-1/+1
| | | | | | | | | | | | | Upgrade to release 5.1.0: - Synced with Python 3.10.0. - Packaging refresh. - Tests now run on Python 3.10. - Modernized code relying on Python 3.6. 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>
* python3-httplib2: upgrade 0.20.1 -> 0.20.2wangmy2021-11-111-1/+1
| | | | | | | | | | | | | | 0.20.2 auth: support pyparsing v3 (AttributeError downcaseTokens) https://github.com/httplib2/httplib2/issues/207 proxy: correct extraction of errno from pysocks ProxyConnectionError https://github.com/httplib2/httplib2/pull/202 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-graphviz: upgrade 0.17 -> 0.18wangmy2021-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog Version 0.18 Change of beaviour: File endings are now normalized so that all DOT source outputs end with a final newline (Unix convention, simplifies concatenation). This includes DOT source files written by .render(), .view(), or .save() as well was .source generated or loaded from Source (or Source.from_file()). Change of behaviour: Source instances created by Source.from_file() no nonger write the content read into .source back into the file. Use .save(skip_existing=False) before calling .render() or .view() if you want to overwrite the file to produce the previous (less safe) behaviour. Change of undocumented behaviour: When iterating over a Graph, Digraph, or Source instance, the yielded lines now include a final newline ('\n'). This mimics iteration over file object lines in text mode. When passing invalid parameters such as unknown engine, format, etc., .render() now raises early before writing the file. Call .save() explicitly to produce the previous (less safe) behaiour. Add optional keyword-only encoding argument to pipe(). Returns the decoded stdout from the rendering process (e.g. format='svg'). Delegates encoding/decoding to subprocess in the common case (input and output encoding are the same, e.g. default encoding='utf-8'). Used by the Jupyter notebook integration. Add optional keyword-only engine argument to .pipe() and .render(). Add optional keyword-only renderer and formatter arguments to Graph(), Digraph(), Source() and Source.from_file() to set default renderers and formatters (similar to format). Used by .pipe(), .render(), and .view() if not given as method-argument. Add pipe_string(), pipe_lines(), and pipe_lines_string(). Pipe input_string, return string. Pipe input_lines incrementally, return bytes. Pipe input_lines incrementally, return string. Add set_default_engine() and set_default_format() Add backend.DOT_BINARY and backend.UNFLATTEN_BINARY. Restructure the internal class hierarchy using multiple-inheritance with cooperative super() calling: Graph now inherits both from Dot and from Render, and both of them inherit from Base which defines their common interface: Lines of DOT source code that Dot generates (also Source) and rendering iterates over. This might break some undocumented use of subclassing and require adatation Improve test separation. Improve test coverage of running the tests with --skip-exe. Add pytype checking and flake8 to build workflow. Extend type annotations. Add https://mybinder.org config with head development environment. Add launch badge to code repository. Improve documentation and examples. Add development docs. Document release process. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-google-api-python-client: upgrade 2.28.0 -> 2.30.0wangmy2021-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Features androidmanagement: update the api be2e5dd (5dcb723) appengine: update the api 4535ce5 (5dcb723) artifactregistry: update the api 882fdb3 (5dcb723) chromepolicy: update the api c330a6f (5dcb723) cloudidentity: update the api d0f0527 (5dcb723) composer: update the api 2bfa5a1 (5dcb723) compute: update the api b917688 (5dcb723) datastream: update the api 218521c (5dcb723) dns: update the api 540233d (5dcb723) healthcare: update the api 1e029c8 (5dcb723) ondemandscanning: update the api 9f998b4 (5dcb723) osconfig: update the api 59cea85 (5dcb723) paymentsresellersubscription: update the api efb5b4f (5dcb723) privateca: update the api b4ae2c8 (5dcb723) recommender: update the api 8dffae4 (5dcb723) retail: update the api f711074 (5dcb723) storagetransfer: update the api c835926 (5dcb723) streetviewpublish: update the api 35f0b1b (5dcb723) translate: update the api 1f848a5 (5dcb723) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-fastnumbers: upgrade 3.1.0 -> 3.2.1wangmy2021-11-111-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-async-timeout: upgrade 3.0.1 -> 4.0.0wangmy2021-11-111-3/+2
| | | | | | | | | License-Update: Description of license is replaced by website "http://www.apache.org/licenses/LICENSE-2.0" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-aiohttp: upgrade 3.7.4 -> 3.8.0wangmy2021-11-111-2/+2
| | | | | | | | | License-Update: Description of license is replaced by website "http://www.apache.org/licenses/LICENSE-2.0" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-aenum: upgrade 3.1.2 -> 3.1.3wangmy2021-11-111-1/+1
| | | | | | | | | | | | | | 3.1.3 ===== rename `aenum.property` to `aenum.enum_property` (`aenum.property still exists, but was too easily confused with the built-in property) fix `enum_property` to work with `_init_` attributes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python.bb: Add python3-pytz-deprecation-shimKhem Raj2021-11-091-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cryptography: backport patches to make this work against OpenSSL 3Ross Burton2021-11-092-0/+63
| | | | | | | | | | | | Backport just enough changes that python3-cryptography doesn't crash on startup when linked against OpenSSL 3. This is very much not complete, and the upgrade to the latest version of python3-crytography has to happen soon. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-soupsieve: Upgrade 2.2.1 -> 2.3Leon Anavi2021-11-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.3: - Officially support Python 3.10. - Add static typing. - :has(), :is(), and :where() now use use a forgiving selector list. While not as forgiving as CSS might be, it will forgive such things as empty sets and empty slots due to multiple consecutive commas, leading commas, or trailing commas. Essentially, these pseudo-classes will match all non-empty selectors and ignore empty ones. As the scraping environment is different than a browser environment, it was chosen not to aggressively forgive bad syntax and invalid features to ensure the user is alerted that their program may not perform as expected. - Add support to output a pretty print format of a compiled SelectorList for debug purposes. - Some small corner cases discovered with static typing. 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>
* python3-tzlocal: Upgrade 4.0.1 -> 4.1Leon Anavi2021-11-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.1: - It turns out a lot of Linux distributions make the links between zoneinfo aliases backwards, so instead of linking GB to Europe/London it actually links the other way. When /etc/localtime then links to Europe/London, and you also have a config file saying Europe/London, the code that checks if /etc/localtime is a symlink ends up at GB instead of Europe/London and we get an error, as it thinks GB and Europe/London are different zones. So now we check the symlink of all timezones in the uniqueness test. We still return the name in the config file, though, so you would only get GB or Zulu returned as the time zone instead of Europe/London or UTC if your only configuration is the /etc/localtime symlink, as that's checked last, and tzlocal will return the first configuration found. - The above change also means that GMT and UTC are no longer seen as synonyms, as zoneinfo does not see them as synonyms. This might be controversial, but you just have to live with it. Pick one and stay with it. 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>
* python3-pytz-deprecation-shim: Add recipeLeon Anavi2021-11-091-0/+16
| | | | | | | | | | | Add release 0.1.0.post0: - Fixes the project_urls metadata to point to the correct bug tracker and documentation. 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>
* python3-imageio: Upgrade 2.10.1 -> 2.10.3Leon Anavi2021-11-091-1/+1
| | | | | | | | | | | Upgrade to release 2.10.3: - Fix file extension bug when filename contains '#' - Allow devices above in ffmpeg 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>
* python3-prettytable: Upgrade 2.3.0 -> 2.4.0Leon Anavi2021-11-091-1/+1
| | | | | | | | | | | Upgrade to release 2.4.0: - Markdown: Add colons to align the rendered output - Add rows attribute to prettytable 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>
* python3-wrapt: Upgrade 1.13.2 -> 1.13.3Leon Anavi2021-11-081-1/+1
| | | | | | | | | | | Upgrade to release 1.13.3: - Adds wheels for Python 3.10 on PyPi and where possible also now generating binary wheels for musllinux. 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>
* python3-cachecontrol: Upgrade 0.12.6 -> 0.12.9Leon Anavi2021-11-081-3/+3
| | | | | | | | | | | | | | | Upgrade to release 0.12.9: - Ensure we reset the file handle after reading - Formatting updates after running black - Ensure the required python version is PEP 440 compliant - Fix the Makefile bootstrap to use pip3 License-Update: LICENSE.txt is missing. Use PKG-INFO instead. 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>
* python3-natsort: Upgrade 7.1.1 -> 8.0.0Leon Anavi2021-11-081-2/+2
| | | | | | | | | | | | | | | Upgrade to release 8.0.0: - Re-release 7.2.0 as 8.0.0 because introduction of type hints can break CI builds - Type hints - Explicit testing for Python 3.10 License-Update: Update license year 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>
* python3-aenum: Upgrade 3.1.0 -> 3.1.2Leon Anavi2021-11-041-1/+1
| | | | | | | | | | Upgrade to release 3.1.2: - fix extend_enum() - tests: move enum setting from body to header Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.9.3 -> 5.10.0Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | | | Upgrade to release 5.10.0: - Switch to tomli for pyproject.toml configuration loader. - CLI bug (--exend-skip-glob, overrides instead of extending). - respect PATH customization in nested calls to git. - Append only with certain code snippets incorrectly adds imports. - Added official support for Python 3.10 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.8.2 -> 2.8.4Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 2.8.4: - Fix the ``scope()`` and ``frame()`` methods of ``NamedExpr`` nodes. When these nodes occur in ``Arguments``, ``Keyword`` or ``Comprehension`` nodes these methods now correctly point to the outer-scope of the ``FunctionDef``, ``ClassDef``, or ``Comprehension``. - Fix the ``set_local`` function for ``NamedExpr`` nodes. When these nodes occur in ``Arguments``, ``Keyword``, or ``Comprehension`` nodes these nodes are now correctly added to the locals of the ``FunctionDef``, ``ClassDef``, or ``Comprehension``. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 2.2.1 -> 2.3.0Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | Upgrade to release 2.3.0: - Add Jupyter repr and default interpreter repr methods - Add custom format support - Add method to generate LaTex formatted string Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade 0.17 -> 0.18Leon Anavi2021-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.18: - Implement use of Quantity in the Quantity constructor (convert to specified units). - Rename .readthedocs.yml to .readthedocs.yaml, update MANIFEST.in - Fix a few small typos. - Fix babel format for `Unit`. - Fix handling of positional max/min arguments in clip function. - Fix string formatting of numpy array scalars. - Fix default format for Measurement class - Fix parsing of pretty units with same exponents but different sign. - Convert the application registry to a wrapper object. - Add documentation for the string format options. - Support custom units formats. - Autoupdate pre-commit hooks. - Improved the application registry. - Improved testing isolation using pytest fixtures. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: Use branch parameter in SRC_URIKhem Raj2021-11-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-0320-20/+20
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prctl: Use https protocol for git fetcherKhem Raj2021-11-031-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Add python3-imgtoolKhem Raj2021-11-031-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-bidict: Upgrade 0.21.2 -> 0.21.4Leon Anavi2021-11-031-1/+1
| | | | | | | | | | | Upgrade to release 0.21.4: - Explicitly declare support for Python 3.10 as well as some minor internal improvements. 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>
* python3-grpcio: upgrade 1.41.0 -> 1.41.1zhengruoqin2021-11-021-1/+1
| | | | | | | | | | This is release 1.41.0 (goat) of gRPC Core. For gRPC documentation, see grpc.io. 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>
* python3-grpcio-tools: upgrade 1.41.0 -> 1.41.1zhengruoqin2021-11-021-1/+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>
* python3-engineio: upgrade 4.2.1 -> 4.3.0zhengruoqin2021-11-021-1/+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>
* python3-cycler: upgrade 0.10.0 -> 0.11.0zhengruoqin2021-11-021-2/+1
| | | | | | | | | | | | | | This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (#26) Added Cycler.__contains__, which adds support for in checks (#34) Wheels now includes the LICENSE file (#48) The sdist now includes the LICENSE (#58) and tests (#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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>
* python3-coverage: upgrade 6.0.2 -> 6.1.1zhengruoqin2021-11-021-1/+1
| | | | | | | | | | | | | Fix: The sticky header on the HTML report didn’t work unless you had branch coverage enabled. This is now fixed: the sticky header works for everyone. Fix: When using explicitly declared namespace packages, the “already imported a file that will be measured” warning would be issued (issue 888). This is now fixed. 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>
* python3-cantools: upgrade 36.4.0 -> 36.5.0zhengruoqin2021-11-021-1/+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>
* python3-imgtool: add recipeRoss Burton2021-11-022-0/+81
| | | | | | | | imgtool is part of MCUboot, used to sign images and manage keys. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-qrcode: Upgrade 7.3 -> 7.3.1Leon Anavi2021-11-011-1/+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>
* python3-smpplib: upgrade 2.1.0 -> 2.2.0zangrc2021-11-012-24/+30
| | | | | | | | | | 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>
* python3-pybind11: update to 2.8.1Oleksandr Kravchuk2021-11-011-1/+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>
* python3-imageio: update to 2.10.1Oleksandr Kravchuk2021-11-011-2/+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>
* python3-google-api-python-client: update to 2.28.0Oleksandr Kravchuk2021-11-011-1/+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>
* python3-google-api-core: update to 2.2.0Oleksandr Kravchuk2021-11-011-1/+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>
* python3-protobuf: update to 3.19.0Oleksandr Kravchuk2021-11-011-1/+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>
* python3-pycparser: RSUGGESTS cpp and cpp-symlinksTrevor Gamblin2021-11-011-0/+3
| | | | | | | | | | | | | | | 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>
* python3-marshmallow: add recipe at version 3.14.0mk2021-11-011-0/+18
| | | | | | 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>
* python3-prettytable: Upgrade 2.1.0 -> 2.2.1Leon Anavi2021-10-281-1/+4
| | | | | | | | | | | | | | | | | | | | Upgrade to release 2.2.1: - Add support for Python 3.10 - Update issue templates - Add support for positional junction characters and add "double_border" table style - Access properties instead of protected fields in _get_options() - Use declarative metadata and support PyPy3 - Add auto index column - Refactor for readability and avoid merge conflicts - Remove exclamation marks from exceptions - Consider US G0 Character Set ANSI-escape code as 0-width (like colors) 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>
* python3-traitlets: Upgrade 5.1.0 -> 5.1.1Leon Anavi2021-10-281-1/+1
| | | | | | | | | | Upgrade to release 5.1.1: - Fixes compatibility issues with Python 3.10 (rc2). 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>
* python3-prompt-toolkit: Upgrade 3.0.19 -> 3.0.21Leon Anavi2021-10-281-1/+2
| | | | | | | | | | | | | Upgrade to release 3.0.21: - Improved mouse support: * Support for click-drag, which is useful for selecting text. * Detect mouse movements when no button is pressed. - Support for Python 3.10. 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>
* python3-thrift: Upgrade 0.13.0 -> 0.15.0Leon Anavi2021-10-281-3/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 0.15.0: - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets - deprecate netstd "Async" method postfix - go: NewTSocketConf and NewTSSLSocketConf no longer return an error - Deprecate/remove ActionScript 3 support - version of thrift-maven-plugin is not sync with the main project - AppVeyor CI tries to download outdated cmake - build: autotools: add foreign to AM_INIT_AUTOMAKE License-Update: Check a single line from PKG-INFO. 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>
* python3-robotframework: upgrade 4.1.1 -> 4.1.2zangrc2021-10-281-1/+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>
* python3-pytest-asyncio: upgrade 0.15.1 -> 0.16.0zangrc2021-10-281-1/+1
| | | | | | 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>