summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-inotify: new packageBartosz Golaszewski2022-05-161-0/+14
| | | | | | | | | | We have a recipe for python3-pyinotify (not to be confused with the recently added python3-pyfanotify) but this project has been abandoned years ago. There's another - still maintained - project called simply inotify on pypi and this adds the recipe for it. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "python3-cbor2: upgrade 5.4.2 -> 5.4.3"Ross Burton2022-05-161-1/+1
| | | | | | | | | | | This build is broken and doesn't generate any files: it is missing a DEPENDS on python3-setuptools-scm-native, and our setuptools recipe isn't new enough to build this version. This reverts commit 1e050deca1977906b510516cb2d48f65cfc3056f. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 11.0.0 -> 12.1.1Xu Huan2022-05-141-1/+1
| | | | | | | | | | | | Changelog: ========= Add load_media_failed callback to MediaStatusListener Tweak media status Lookup known cast models in mDNS discovery Fix default value for fetching model name in discovery Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.45.0 -> 1.46.0Xu Huan2022-05-141-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyalsaaudio: upgrade 0.9.0 -> 0.9.2Xu Huan2022-05-141-2/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: upgrade 0.942 -> 0.950Xu Huan2022-05-141-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.6.3 -> 2.6.6Xu Huan2022-05-141-1/+1
| | | | | | | | | | | Changelog: ========== fix missing import in _default.py add additional missing import in _default.py silence TypeError during tear down stage Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.7.1 -> 2.7.3Xu Huan2022-05-141-1/+1
| | | | | | | | | | | Changelog: ========== allow grpc without grpcio-status remove dependency on pkg_resources Avoid AttributeError if grpcio-status is not installed Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.1.1 -> 2.1.2Xu Huan2022-05-141-1/+1
| | | | | | | | | | Changelog: ========== Fix type annotation for json.loads, it accepts str or bytes. The --cert and --key options on flask run can be given in either order. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-login: upgrade 0.6.0 -> 0.6.1Xu Huan2022-05-141-1/+1
| | | | | | | | | | | | Changelog: ========== Only preserve subdomain or host view args in unauthorized redirect The new utility function login_remembered returns True if the current login is remembered across sessions. Fix side effect potentially executing view twice for same request. Clarify usage of FlaskLoginClient test client in docs. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click: upgrade 8.1.2 -> 8.1.3Xu Huan2022-05-141-1/+1
| | | | | | | | | Released 2022-04-28 Use verbose form of typing.Callable for @command and @group. Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.4.2 -> 5.4.3Xu Huan2022-05-141-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.4.1 -> 2.5.0zhengrq.fnst2022-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2022-05-04 2.5.0: ------------------- * add calculating of canonical Huffman codes 'util.canonical_huffman()' and decoding thereof 'util.canonical_decode()', see #173 * allow creating "Huffman codes" from frequency maps with a single symbol in 'util.huffman_code()' and 'util.canonical_huffman()', see #172 * allow bytes-like argument in '.frombytes()' and '.pack()' - previously, the arguments were limited to the 'bytes' object, see #174 * allow bytes-like arguments in 'util.deserialize()' * add official pyodide support * add [DEFLATE decompression](../examples/puff/) example * optimize '.bytereverse()' * optimize 'delslice()' for cases like 'del a[1:17:2]' when 'a' is large * fix 'examples/huffman/compress.py' to handle files with 0 or 1 characters, see also #172 * add 'skipIF' decorator for skipping tests * add test Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: upgrade 22.3.2 -> 22.4.2zhengrq.fnst2022-05-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pika: upgrade 1.2.0 -> 1.2.1zhengrq.fnst2022-05-141-2/+2
| | | | | | | License-Update: Copyright year updated to 2021 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-booleanpy: upgrade 3.8 -> 4.0zhengrq.fnst2022-05-141-3/+2
| | | | | | | License-Update: remove year from Copyright Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-antlr4-runtime: upgrade 4.9.2 -> 4.10zhengrq.fnst2022-05-141-2/+2
| | | | | | | License-Update: Version updated to 4.10 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: new packageBartosz Golaszewski2022-05-141-0/+20
| | | | | | | Add a recipe for web3: a library for interacting with Ethereum. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lru-dict: new packageBartosz Golaszewski2022-05-141-0/+9
| | | | | | | Add a recipe for lru-dict: a fixed size dict like container. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-account: new packageBartosz Golaszewski2022-05-141-0/+18
| | | | | | | | Add a recipe for python3-eth-account: a tool for signing Ethereum transactions and messages with local private keys. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-abi: new packageBartosz Golaszewski2022-05-141-0/+18
| | | | | | | Add a recipe for eth-abi: utilities for working with Ethereum ABI definitions. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parsimonious: new packageBartosz Golaszewski2022-05-141-0/+11
| | | | | | | | Add a recipe for parsimonious: an arbitrary-lookahead parser written in pure Python. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-rlp: new packageBartosz Golaszewski2022-05-141-0/+15
| | | | | | | Add a recipe for eth-rlp: RLP definitions for common Ethereum objects. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rlp: new packageBartosz Golaszewski2022-05-142-0/+49
| | | | | | | | Add a recipe for rlp: a Python implementation of Recursive Length Prefix encoding (RLP). Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: new packageBartosz Golaszewski2022-05-141-0/+9
| | | | | | | | Add a recipe for hexbytes: a Python bytes subclass that decodes hex, with a readable console output. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-keyfile: new packageBartosz Golaszewski2022-05-142-0/+52
| | | | | | | | Add a recipe for eth-keyfile: a library for handling the encrypted keyfiles used to store ethereum private keys. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-keys: new packageBartosz Golaszewski2022-05-141-0/+11
| | | | | | | Add a recipe for eth-keys: common API for Ethereum key operations. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-utils: new packageBartosz Golaszewski2022-05-142-0/+53
| | | | | | | | Add a recipe for eth-utils: utility functions for codebases which interact with ethereum. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-typing: new packageBartosz Golaszewski2022-05-141-0/+9
| | | | | | | | Add a recipe for eth-typing: common type annotations for ethereum python packages. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-hash: new packageBartosz Golaszewski2022-05-141-0/+9
| | | | | | | Add a recipe for eth-hash: the Ethereum hashing function module. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-decouple: new packageBartosz Golaszewski2022-05-141-0/+16
| | | | | | | | Add a recipe for python-decouple: generic tool for separating settings from code. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: new packageBartosz Golaszewski2022-05-141-0/+12
| | | | | | | Add a recipe for cytoolz: cython implementation of the toolz package. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-toolz: new packageBartosz Golaszewski2022-05-141-0/+14
| | | | | | | | Add a recipe for toolz: a set of utility functions for iterators, functions, and dictionaries. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyfanotify: new packageBartosz Golaszewski2022-05-022-0/+49
| | | | | | | | This adds a recipe for pyfanotify - a python wrapper around linux' fanotify interface. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websockets: upgrade 10.2 -> 10.3wangmy2022-05-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: upgrade 22.2.0 -> 22.4.0wangmy2022-05-021-1/+1
| | | | | | | | Changelog: https://github.com/twisted/twisted/releases/tag/twisted-22.4.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-textparser: upgrade 0.23.0 -> 0.24.0wangmy2022-05-021-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: upgrade 5.5.2 -> 5.6.0wangmy2022-05-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.5.8 -> 1.5.10wangmy2022-05-021-1/+1
| | | | | | | | | | Changelog: =========== Remove Flask version contraint (#1395) Change ordering of event drop mechanisms (#1390) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.3.15 -> 2022.4.24zhengruoqin2022-05-021-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.1.0 -> 4.1.1zhengruoqin2022-05-021-1/+1
| | | | | | | Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-1-1-released/157895 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 2.13.5 -> 2.13.7zhengruoqin2022-05-021-1/+1
| | | | | | | | | Changelog: ========== Fix a crash caused by using the new config from 2.14.0 in 2.13.x code. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 3.20.0 -> 3.20.1zhengruoqin2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========= PHP ------- Fix building packaged PHP extension (#9727) Fixed composer.json to only advertise compatibility with PHP 7.0+. (#9819) Ruby ---------- Disable the aarch64 build on macOS until it can be fixed. (#9816) Other ------- Fix versioning issues in 3.20.0 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: upgrade 2.10.3 -> 2.10.4zhengruoqin2022-05-021-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.57 -> 0.0.58zhengruoqin2022-05-021-1/+1
| | | | | | | | | | | | | | Changelog: ========= Add syr locale Get translation changes from CLDR Add more translations from CLDR Fix names for keyboard layouts which have changed Add ab_GE locale Add rif language Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.17.0 -> 2.18.0zhengruoqin2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | Fix ========== Do not pass optional kwargs by position in tifffile (#794) (512fe11) Ensure pts increases even if pyav doesn't flush the frame immediately (#787) (5b74e8d) Feature ========= Allow writing bayer formats in pyav (#788) (4596262) Other ====== Update imopen types (#793) (7ecea02) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-graphviz: upgrade 0.19.2 -> 0.20Xu Huan2022-05-021-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Add keyword-only neato_no_op argument to .render(), .pipe(), and stand-alone graphviz.render() and graphviz.pipe(). - When building a Graph or Digraph, warn about an expected DOT syntax error in rendering when passing a string that ends with an odd number of backslashes (e.g. invalid dot.node('spam', label='\\') instead of correct ..., label=r'\\' for a node labled as a backslash). - Increase visibility of graphviz.escape() in the documentation. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.43.0 -> 2.45.0Xu Huan2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features ======== androidmanagement: update the api 3d37600 (e691ed3) apigee: update the api aa29053 (e691ed3) baremetalsolution: update the api 629a968 (e691ed3) bigtableadmin: update the api 2d50872 (e691ed3) certificatemanager: update the api 40bf958 (e691ed3) civicinfo: update the api 95321d9 (e691ed3) cloudasset: update the api 3eee9ca (e691ed3) clouddeploy: update the api acd6b20 (e691ed3) container: update the api 7c592ee (e691ed3) dataflow: update the api 53c9c70 (e691ed3) dataproc: update the api 3119767 (e691ed3) datastream: update the api aea557f (e691ed3) documentai: update the api 9a6bad2 (e691ed3) file: update the api b527c56 (e691ed3) firebaseappcheck: update the api 3be993a (e691ed3) gkehub: update the api a77aded (e691ed3) logging: update the api cc08e8e (e691ed3) policytroubleshooter: update the api 3f20c2e (e691ed3) prod_tt_sasportal: update the api bacc9ef (e691ed3) run: update the api 1b566dc (e691ed3) servicemanagement: update the api 6d783b7 (e691ed3) vmmigration: update the api a0b42c2 (e691ed3) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: upgrade 5.1.1 -> 5.1.2Xu Huan2022-05-021-1/+1
| | | | | | | | | | | | | | Changelog: ========== No need to push a new app context in the test client #1669 Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 Improve documentation on start_background_task() function changed room argument to to in documentation examples #1665 Fix documentation typo #1793 Fix example code in documentation #1787 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: upgrade 4.3.1 -> 4.3.2Xu Huan2022-05-021-1/+1
| | | | | | | | | | | Changelog: ========== Option to use a callable for cors_allowed_origins #264 Close aiohttp session when disconnecting #272 Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>