summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-werkzeug: upgrade 2.3.6 -> 3.0.1alperak2024-02-092-40/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream provides a pyproject.toml which declares a flit_core.buildapi build backend for PEP-517 packaging instead of setuptools. Also, RDEPENDS updated according to it. Removed CLEANBROKEN because it is not necessary. Changelog: Version 3.0.1 Fix slow multipart parsing for large parts potentially enabling DoS attacks. CWE-407 Version 3.0.0 Remove previously deprecated code. Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("werkzeug"), instead. generate_password_hash uses scrypt by default. Add the "werkzeug.profiler" item to the WSGI environ dictionary passed to ProfilerMiddleware’s filename_format function. It contains the elapsed and time values for the profiled request. Explicitly marked the PathConverter as non path isolating. Version 2.3.8 Fix slow multipart parsing for large parts potentially enabling DoS attacks. CWE-407 Version 2.3.7 Use flit_core instead of setuptools as build backend. Fix parsing of multipart bodies. Adjust index of last newline in data start. Parsing ints from header values strips spacing first. Fix empty file streaming when testing. Clearer error message when URL rule does not start with slash. Accept q value can be a float without a decimal part. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-marshmallow: upgrade 1.1.0 -> 1.2.0alperak2024-02-091-2/+2
| | | | | | | | | | | License-Update: Remove license year Changelog: Performance improvement Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: Add zoneinfo dependencyPavel Zhukov2024-02-091-0/+1
| | | | | | Fixes: https://github.com/openembedded/meta-openembedded/issues/787 Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-strenum: add recipealperak2024-02-092-0/+51
| | | | | | | StrEnum is a Python enum.Enum that inherits from str to complement enum.IntEnum in the standard library Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 6.0.0 -> 6.0.1alperak2024-02-092-12/+14
| | | | | | | | | | | | | | | | | | | Upstream provides a pyproject.toml which declares a flit_core.buildapi build backend for PEP-517 packaging Changelog: Allow client to use external Session object Remove-py-3.7-support bugfix/client export Fix oauth flow typo check oauth creds type using isinstance Fix type hints at find method in worksheet.py Fixup get empty cell value is None Fix missing attribute spreadsheet in Worksheet update migration guide Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.15.0 -> 6.15.1alperak2024-02-092-21/+26
| | | | | | | | | | | | | | | | | | | | | | | Changelog: Bugfixes Handle new geth errors related to waiting for a transaction receipt while transactions are still being indexed Improved Documentation Remove annual user survey prompt from docs Internal Changes Create test fixture for latest geth version. Run tests with geth in --dev mode Formatting updates for black==24.1.0 Add eth-tester version that supports eth_feeHistory Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyunormalize: add recipealperak2024-02-091-0/+8
| | | | | | | A pure Python implementation of the Unicode normalization algorithm independent from the Python core Unicode database. This package supports version 15.1 of the Unicode standard (released in September 2023) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-waitress: upgrade 2.1.2 -> 3.0.0Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | Changelog: ============== -Rename "master" git branch to "main" -clear_untrusted_proxy_headers is set to True by default. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.20240106 -> 5.9.5.20240205Wang Mingyu2024-02-091-1/+1
| | | | | | | | Changelog: A new shade of Black Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohappyeyeballs: Add native & nativesdk supportGeoff Parker2024-02-091-0/+3
| | | | | Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiodns python3-pycares: Add native & nativesdk supportGeoff Parker2024-02-092-0/+4
| | | | | Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: drop ${SRCPV} usageMartin Jansa2024-02-091-1/+1
| | | | | | | | | | * Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
* python3-gcovr: upgrade 6.0 -> 7.0Wang Mingyu2024-02-091-2/+2
| | | | | | | | | | Changelog: https://github.com/gcovr/gcovr/releases/tag/7.0 License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: upgrade 16.9.0 -> 16.10.0Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | Changelog: ========== -Added .with_name and .with_stem. -Prefer .suffix to .ext and deprecate .ext. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 5.12.4 -> 6.0.0Wang Mingyu2024-02-091-1/+1
| | | | | | | | Changelog: https://github.com/burnash/gspread/releases/tag/v6.0.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.16.1 -> 2.16.2Wang Mingyu2024-02-091-1/+1
| | | | | | | | Changelog: Spelling error a,out -> amount Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 3.0.1 -> 3.0.2Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | Changelog: =========== -Correct type for jinja_loader property. -Fix error with --extra-files and --exclude-patterns CLI options. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.1.5 -> 4.2.0Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | | | Changelog: ============ -Drop support for Python 3.7 -Add uri and fragment options to dynamic context -Make context root node not mandatory (issue #63) -Add function objects constructor (issue #70) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 3.0.2 -> 3.0.3Wang Mingyu2024-02-091-1/+1
| | | | | | | | | | Changelog: ========== -Fix type of UnicodeDecodeError.object inferred as str instead of bytes. -Fix no-member false positives for args and kwargs on ParamSpec under Python 3.12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-account: upgrade 0.10.0 -> 0.11.0alperak2024-02-092-18/+20
| | | | | | | | | | | | | | | | | | | | Changelog: Breaking Changes Drop support for python 3.7 Internal Changes - for eth-account Contributors Change older % and .format strings to use f-strings Merge template updates, notably use pre-commit for linting and change the name of the master branch to main Removals Remove deprecated signTransaction, it has been replaced by sign_transaction Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: add missing RDEPENDS, and add initial recipe for ↵Tom Geelen2024-02-042-0/+14
| | | | | | | | | | dependency. python3-pychromecast mentions casttube as a runtime dependency. Included is an initial recipe as well. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build: upgrade 0.16.7 -> 0.17.6alperak2024-02-042-21/+22
| | | | | | | | | | | Moved to hatchling as a build backend and requires hatch-fancy-pypi-readme, hatch-vcs. As stated in the upstream, the license updated to MIT only. Changelog: https://github.com/scikit-build/scikit-build/releases Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: add recipe for v0.3.67Richard Leitner2024-02-032-0/+51
| | | | | | | | | | moteus brushless controller library and tools. This recipe uses pypi as source: https://pypi.org/project/moteus/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: update to version 3.6.3Derek Straka2024-02-021-7/+3
| | | | | | | Update checksum for latest copyright year and verify license remains unchanged Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-binwalk: update the regex version for upstream checksDerek Straka2024-02-021-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: update to version 0.14.0Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: update to version 1.60.1Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: update to version 8.21.0Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: update to version 4.2.0Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: update to version 0.35.1Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dnspython: update to version 2.5.0Derek Straka2024-02-021-2/+2
| | | | | | | Update inherits to use hatchling Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcclient: update to version 4.0.3Derek Straka2024-02-021-2/+5
| | | | | | | Leverage the github repo as src is not published in the latest pypi release Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: update to version 2.27.0Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: update to version 2.116.0Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: update to version 2.16.1Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-asyncio: update to version 0.23.4Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: update to version 1.40.0Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: update to version 5.6.1Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: update to version 2.4.184Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-setuptools: update to version 69.0.0.20240125Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dill: update to version 0.3.8Derek Straka2024-02-021-2/+2
| | | | | | | Update license checksum for copyright year modification Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: update to version 1.60.1Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse: update to version 1.20.1Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pdm: update to version 2.12.3Derek Straka2024-02-021-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-core: update to version 2.4.2Derek Straka2024-02-021-2/+2
| | | | | | | Update license checksum for 2024 and verify MIT license still applies Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth-oauthlib: add recipealperak2024-02-011-0/+14
| | | | | | | This library is part of the Google Auth Library and simplifies the authentication and authorization processes by utilizing the OAuth protocol. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.9.2 -> 3.9.3alperak2024-02-011-1/+1
| | | | | | | | | | | | | | | | Changelog: Bug fixes Fixed backwards compatibility breakage (in 3.9.2) of ssl parameter when set outside of ClientSession (e.g. directly in TCPConnector) -- by :user:Dreamsorcerer. Miscellaneous internal changes Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-janus: add recipe for v1.0.0Richard Leitner2024-01-301-0/+15
| | | | | | | | | | | janus is a python library providing a mixed sync-async queue to interoperate between asyncio tasks and classic threads. This recipe uses pypi as source: https://pypi.org/project/janus/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonref: add missing Upstream-StatusMartin Jansa2024-01-301-0/+1
| | | | | | | | * introduced in: https://git.openembedded.org/meta-openembedded/commit/?id=e34a29f12444cd31fb6e6c11712603897e24a6d5 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-rlp: upgrade 1.0.0 -> 1.0.1alperak2024-01-301-4/+5
| | | | | | | | | Changelog: * Add the missing typing_extensions module Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>