summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-matplotlib: add packaging to RDEPENDSBartosz Golaszewski2022-08-061-0/+1
| | | | | | | | matplotlib needs python3-packaging at runtime. Add it to the package's RDEPENDS. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: don't use PYTHON_PNBartosz Golaszewski2022-08-061-12/+12
| | | | | | | We only support python3 so using PYTHON_PN is redundant. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python: add Pydantic data validation packageClément Péron2022-08-061-0/+11
| | | | | Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.19.5 -> 2.21.0zhengruoqin2022-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Fix Write single TIFF page for single RGB image (#851) (0f04bc9) Feature Add is_batch kwarg to pillow (#845) (21d5c73) Other Add a migration note about pillow squeezing (#850) (7c55a55) Add missin option to imwrite type hints (#848) (6da4a42) Ignore exclude_applied on legacy plugins (#844) (f082dde) Remove unneeded CD steps (#847) (0d99c51) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-haversine: upgrade 2.5.1 -> 2.6.0zhengruoqin2022-08-061-1/+1
| | | | | | | Check or normalize given lat/lon. #49 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.54.0 -> 2.55.0zhengruoqin2022-08-061-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-login: upgrade 0.6.1 -> 0.6.2zhengruoqin2022-08-061-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== -Fix compatibility with Werkzeug 2.2 and Flask 2.2. #691 -Revert change to expand_login_view that attempted to preserve a dynamic subdomain value. Such values should be handled using app.url_value_preprocessor and app.url_defaults. #691 -Ensure deprecation warnings are present for deprecated features that will be removed in the next feature release. -Use request_loader instead of header_loader. -Use user_loaded_from_request instead of user_loaded_from_header. -Use app.config["LOGIN_DISABLED"] instead of _login_disabled. -Use init_app instead of setup_app. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dominate: upgrade 2.6.0 -> 2.7.0zhengruoqin2022-08-061-2/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 1.11.3 -> 2.0.1Wang Mingyu2022-07-271-1/+1
| | | | | | | | | | | | Changelog: ========== Remove warnings during the build of the package using package_data specs in setup.py Fix decoding with process_namespaces=False and xsi:type in XML instance Refactor DataElement.get(), restore DataElement.set() (issue #314) Add map_attribute_names argument to DataElementConverter Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 2.1.2 -> 2.2.0Wang Mingyu2022-07-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Add dependence python3-markupsafe Changelog: ========== - Deprecated get_script_name, get_query_string, peek_path_info, pop_path_info, and extract_path_info. #2461 - Remove previously deprecated code. #2461 - Add MarkupSafe as a dependency and use it to escape values when rendering HTML. #2419 - Added the werkzeug.debug.preserve_context mechanism for restoring context-local data for a request when running code in the debug console. - Fix compatibility with Python 3.11 by ensuring that end_lineno and end_col_offset are present on AST nodes. #2425 - Add a new faster matching router based on a state machine. #2433 - Names within options headers are always converted to lowercase. This matches RFC 6266 that the case is not relevant. #2442 - AnyConverter validates the value passed for it when building URLs. #2388 - The debugger shows enhanced error locations in tracebacks in Python 3.11. #2407 - Added Sans-IO is_resource_modified and parse_cookie functions based on WSGI versions. - Added Sans-IO get_content_length function. #2415 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: upgrade 1.14.2 -> 1.14.3Wang Mingyu2022-07-271-1/+2
| | | | | | | | | bugfix where Command was not aware of default call args when wrapping the module Add dependence python3-fcntl Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rsa: upgrade 4.8 -> 4.9Wang Mingyu2022-07-271-1/+1
| | | | | | | | | | | | Changelog: ========== Remove debug logging from rsa/key.py (#194). Remove overlapping slots in PrivateKey and PublicKey. (#189). Do not include CHANGELOG/LICENSE/README.md in wheel (#191). Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (#188). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.7.9 -> 2022.7.24Wang Mingyu2022-07-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: upgrade 4.2.3 -> 4.3Wang Mingyu2022-07-271-1/+1
| | | | | | | | | | | | Changelog: ========== - Removed wheel from the set of build dependencies in pyproject.toml (it is redundant since setuptools already includes it), PR #652. - Updated freebsd configuration in .cirrus.yml (with workaround for pipx in 2022Q3 repo), PR #657. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.1.1 -> 4.2.0Wang Mingyu2022-07-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 2.5.3 -> 3.0.1Wang Mingyu2022-07-271-1/+1
| | | | | | | | | | Changelog: ========== Fix of descendant path operator (issue #51) Add support for Python 3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pystemd: Upgrade 0.8.0 -> 0.10.0Johannes Schneider2022-07-271-3/+2
| | | | | | | | | | | | | | | | | | | | | most important fix: version 0.8.0 errors out on dbus-lib interaction, which is fixed with the most recent commit 505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses 2d90700 pystemd: add copyright boilerplate to typing stubs 5b95888 pystemd: update branch name in github workflow 16817d2 Add type stub for pystemd.run 410fd77 (tag: v.0.9.0) update changelog for 0.9.0 71aae43 GetProcesses() - info about systemd version (#59) fcafd08 Also include .pxd and .pxi in the source distribution 475cd2f also support 3.9 ea98275 some formatting options and start pystemd 0.9 development eb7d225 pystemd: update install instructions in README 6fdf2c8 Daily `arc lint --take BLACK` 50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (#58) Signed-off-by: Johannes Schneider <johannes.schneider@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.2 -> 4.21.3Xu Huan2022-07-271-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: upgrade 0.961 -> 0.971Xu Huan2022-07-271-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: upgrade 4.0.1 -> 4.0.2Xu Huan2022-07-271-1/+1
| | | | | | | Fix a memory leak when frame decompression fails Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.19.3 -> 2.19.5Xu Huan2022-07-271-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== Fix ----- Allow multiple reads from imopen (#830) (18e3cb6) Other ------ Fix typos in v3 narrative docs. (#835) (d68f16b) Point source links to github (#834) (20eef2a) Remove outdated numpy minimum version (#833) (39947a7) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-graphviz: upgrade 0.20 -> 0.20.1zhengruoqin2022-07-271-1/+1
| | | | | | | | | | Changelog: ========== Fix documentation building: upgrade to Sphinx 5.0. Fix broken user guide links in API documentation. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.9.0 -> 2.9.1zhengruoqin2022-07-271-1/+1
| | | | | | | | Bug Fixes there was a raise missing for throwing exceptions (#1077) (d1f17b0) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.51.0 -> 2.54.0zhengruoqin2022-07-271-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-hash: upgrade 0.4.0 -> 0.5.0zhengruoqin2022-07-271-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.5.1 -> 2.6.0zhengruoqin2022-07-271-1/+1
| | | | | | | | | | | | | Changelog: =========== * add data descriptions: '.nbytes', '.padbits', '.readonly' * allow optional 'endian' argument to be 'None' when creating bitarrays * fix type annotation for 'canonical_decode()', #178 * frozenbitarray's padbits are now guaranteed to be zero * add tests Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-absl: upgrade 1.1.0 -> 1.2.0zhengruoqin2022-07-271-1/+1
| | | | | | | Fixed a crash in Python 3.11 when TempFileCleanup.SUCCESS is used. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add python3-aiodns 3.0.0Sergey Kizunov2022-07-261-0/+17
| | | | | | | | | | | aiodns is a Python module for asynchronous DNS resolution using pycares. Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com> Updated and converted to new recipe syntax. Signed-off-by: Brenda Streiff <brenda.streiff@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add python3-pycares 4.2.1Sergey Kizunov2022-07-261-0/+21
| | | | | | | | | | | pycares is an interface to the c-ares asynchronous DNS library. Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com> Updated and converted to new recipe syntax. Signed-off-by: Brenda Streiff <brenda.streiff@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add runtime dependencies for python3-supervisorMartin Großhauser2022-07-261-1/+6
| | | | | | | | | Running supervisord without these fails with import errors. smtpd might look strange, but provides required asynchat.py. Replaced PYTHON_PN with python3 as suggested in previous thread. Signed-off-by: Martin Großhauser <mgrosshauser@gmx.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Remove maintainer info for tvgamblinTrevor Gamblin2022-07-261-1/+0
| | | | | Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: fixed oelint-adv warningsJan Vermaete2022-07-261-23/+24
| | | | | Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: added ptestJan Vermaete2022-07-263-2/+27
| | | | | | | | | | And update the summary and description from the github website. Two tests are failing because cython is not installed. But this is the same when running pytest under a native Linux system. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-ptyprocess: fixed test_pass_fdsJan Vermaete2022-07-261-0/+1
| | | | | | | This ptest needed bash. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stevedore: upgrade 3.5.0 -> 4.0.0wangmy2022-07-241-1/+1
| | | | | | | | | | | | Changelog: ========= * Fix remaining logic to support Python 3.6/7 * Drop python3.6/3.7 support in testing runtime * Add Python3 zed unit tests * Update master for stable/yoga Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: upgrade 5.7.0 -> 5.7.1wangmy2022-07-241-1/+1
| | | | | | | | | | Changelog: =========== Add namespaces argument to Server and AsyncServer #822 Add missing await in asyncio server #952 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.6.2 -> 2022.7.9wangmy2022-07-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-metadata: upgrade 2.0.1 -> 2.0.2wangmy2022-07-241-1/+1
| | | | | | | | | Changelog: ========== Allow all python versions above 3.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 2.14.4 -> 2.14.5wangmy2022-07-241-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Fixed a crash in the undefined-loop-variable check when enumerate() is used in a ternary expression. Fixed handling of -- as separator between positional arguments and flags. Fixed the disabling of fixme and its interaction with useless-suppression. Allow lists of default values in parameter documentation for Numpy style. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyfanotify: upgrade 0.1.3 -> 0.2.0wangmy2022-07-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.4.0 -> 2.5.1Xu Huan2022-07-241-1/+6
| | | | | | | | | | | | Add dependence python3-fcntl python3-logging Changelog: =========== Added clear warning when locking in non-blocking mode without specifying either EXCLUSIVE or SHARED mode. Fixes #77 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lru-dict: upgrade 1.1.7 -> 1.1.8wangmy2022-07-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kiwisolver: upgrade 1.4.3 -> 1.4.4Xu Huan2022-07-241-1/+1
| | | | | | | | | | | Changelog: ========== - fix timing in shared data release procedure PR #149 - revert use of nullpointer introduced in #142 Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on some platforms (see #144 ) PR #145 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-iso3166: upgrade 2.0.2 -> 2.1.1Xu Huan2022-07-241-1/+1
| | | | | | | | | | | Changelog from 2.0.2 to 2.1.1 ============================== * Move install metadata from "setup.py" to "setup.cfg" * Add py.typed to source distribution * "Turkey" changed to "Türkiye" Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.56.3 -> 1.56.4Xu Huan2022-07-241-1/+1
| | | | | | | | | Bug Fixes --------- require python 3.7+ (#119) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.1.2 -> 2.1.3Xu Huan2022-07-241-1/+1
| | | | | | | | | | | | | Changelog: ========= - Inline some optional imports that are only used for certain CLI commands. - Relax type annotation for after_request functions. - instance_path for namespace packages uses the path closest to the imported submodule. - Clearer error message when render_template and render_template_string are used outside an application context. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastjsonschema: upgrade 2.15.3 -> 2.16.1Xu Huan2022-07-241-1/+2
| | | | | | | | | | | | | | Add dependence python3-json Changelog from 2.15.3 to 2.16.1 ================================ * Fix uniqueItems when explicitly set to False * Fix generating invalid code for some schemas using items * Preserving full path in combination with $ref * Improved error messages for oneOf and anyOf Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: upgrade 1.5.0 -> 1.6.0zhengruoqin2022-07-241-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: upgrade 0.17.0 -> 0.18.0zhengruoqin2022-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New features: ------------ Support for EdDSA (Ed25519, Ed448) signature creation and verification. Support for Ed25519 and Ed448 in PKCS#8 and public key files. Support for point precomputation for EdDSA. New API: ------------ CurveEdTw class to represent the Twisted Edwards curve parameters. PointEdwards class to represent points on Twisted Edwards curve and provide point arithmetic on it. curve_by_name in curves module to get a Curve object by providing curve name. Bug fix: --------- Accept private EdDSA keys that include public key in the ASN.1 structure. Fix incompatibility with Python 3.3 in handling of memoryviews of empty strings. Make the VerifyingKey encoded with explicit parameters use the same kind of point encoding for public key and curve generator. Better handling of malformed curve parameters (as in CVE-2022-0778); make python-ecdsa raise MalformedPointError instead of AssertionError. Doc fix: ----------- Publish the documentation on https://ecdsa.readthedocs.io/, include explanation of basics of handling of ECC data formats and how to use the library for elliptic curve arithmetic. Make object names more consistent, make them into hyperlinks on the readthedocs documentation. Make security note more explicit (Ian Rodney) Fix the explicit vs named_curve confusion in VerifyingKey docs. Maintenance: ------------ Fix few typos (thanks to Tim Gates and Kian Meng Ang). Updated black version; slight changes to formatting Include interoperability tests for Ed25519 and Ed448 with OpenSSL. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: upgrade 2.4.1 -> 2.4.2zhengruoqin2022-07-241-1/+1
| | | | | | | | | | | Enhancements ------------ -Updated argparse decorator to remove annotations when the docstring is used for a command's help text. -Updated unit test to be Python 3.11 compliant. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>