summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-pybind11 : upgrade 2.11.1 -> 2.12.0Yogesh Tyagi2024-06-282-56/+1
| | | | | | | - Drop the patch already merged Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.2 -> 20.26.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: ============ - Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 - Bump embeded wheels Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.20240516 -> 6.0.0.20240621Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: =========== - psutil: deprecate Process.connections - Bump psutil to 6.0.* Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.15.0 -> 4.15.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ============ - fix skip with package = wheel - Fixed typo in user guide. - Fix broad build privileges @ GHA release workflow - Allow ConfigSet.add_config to receive parameterized generics for of_type. - Fix section substitution with setenv Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.30 -> 2.0.31Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.31 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build: upgrade 0.17.6 -> 0.18.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Support MSVC 17.10 - CMake 3.5+ requirement - Support CPython 3.13 with windows lib finding fix - Don't die on PermissionError during chmod - Remove usage of deprecated distutils in cmake files - Use first available option for vswhere output Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 7.0 -> 7.0.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: upgrade 0.25.0 -> 0.25.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Fixed 'recorder' not saving and loading response headers with yaml files. * Mulligan on 0.25.1 to run release pipeline correctly. * Added 'matchers.body_matcher' for matching string request bodies. * Fixed tests failures during RPM package builds. * Fix mocked HEAD responses that have 'Content-Length' set. * Fixed error messages when matches fail: inputs are not sorted or reformatted. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.0.4 -> 5.0.6Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: =========== - Fix parsing of INFO response - Handle lists in the response of INFO Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproject-api: upgrade 1.6.1 -> 1.7.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelog: ========= - docs: correct Homepage URL - Bump and fix CI for new setuptools - Move changelog to GH releases Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.7.2 -> 4.7.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ============ - Reduce verbosity of "Waiting for suitable server to become available" log message - Add Custom CodeQL Scanning - Use deferred imports instead of lazy module loading - Optimize find/aggregate/command by avoiding duplicate calls to _get_topology - Improve import time on Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.190 -> 2.4.194Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Make a response in the tests a MISPUser obj. - Tests failing du to missing error. - Get the tests to pass. - Properly load AnalystData from dict. - More changes to get the tests to pass. - [event-report] Make sure to generate an UUID. - Pass kwargs to abstract. - [analyst-data] Added initial support of analyst data concept and functions - WiP. - A bit more refactoring. - Use from_dict in the mixin to initialize the objects. - [analyst-data] Added improvements, API endpoints and tests. - [analyst-data] Make sure to include note_type_name. - Make mypy happy, change inheritance. - Allow orgc context for search_galaxy_clusters. - [analyst-data] Continued implementation of analyst-data support. - Allow orgc context for search_galaxy_clusters. - Add test case. - Add attach galaxy cluster method. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.11.1 -> 2.12.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelog: ========== * E721: Fix false positive of the form 'x.type(...) =='. * E502: Fix false-negative with a backslash escape in a comment. * E204: New lint forbidding whitespace after decorator '@'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: upgrade 3.0.45 -> 3.0.47Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | New features: ------------- Allow passing exception classes for KeyboardInterrupt and EOFError in PromptSession. Fixes: ---------- Compute padding parameters for Box widget lazily. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.8.2 -> 2.10.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | Changelog: - Properly propagating exceptions for NFS read-only lock issues and added support for being able to choose between lockf and flock Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.23 -> 0.24Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fix detection of invalid conversion between offset and delta units. - Added dBW, decibel Watts, which is used in RF high power applications - NumPy 2.0 support - Implement numpy roll (Related to issue #981) - Implement numpy correlate - Add 'dim_sort' function to _formatter_helpers. - Add 'dim_order' and 'default_sort_func' properties to FullFormatter. - Documented packages using pint. - Fixed bug causing operations between arrays of quantity scalars and quantity holding array resulting in incorrect units. - Fix LaTeX siuntix formatting when using non_int_type=decimal.Decimal. - Added refractive index units. - Fix converting to offset units of higher dimension e.g. gauge pressure - Fix unhandled TypeError when auto_reduce_dimensions=True and non_int_type=Decimal - Improved error message in 'get_dimensionality()' when non existent units are passed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm-backend: upgrade 2.3.0 -> 2.3.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ========= - Handle unexpected hg repo when parse scm version - Treat PDM_BUILD_SCM_VERSION empty string as unset - Honor the current working directory when importing pdm_build.py - Errors when using the editables backend with the includes field. - Vendor editables Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse: upgrade 1.20.1 -> 1.20.2Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: allow hyphen in field name. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.1.3 -> 3.1.4Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelo: ============== - #2189 Assigning named styles doesn't work - #2190 Problems caused when saving workbooks created by LibreOffice - Python 3.6 and 3.7 are no longer supported. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meh: upgrade 0.51 -> 0.52Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | Changelog: ========== - Merge pull request #42 from M4rtinK/master-optional_libreport - Make libreport optional - Merge pull request #40 from M4rtinK/master-make_buildrequires - Add BuildRequires: make Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.21.2 -> 3.21.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | Changelog: ============ Fix memory leak that prevented schema instances from getting GC'd Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.66 -> 0.0.67Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | Changelog: ========== * Add tool to check which languages, scripts, and territories available in CLDR are missing in langtable * Add all missing scripts and languages: yrl, xnr, wbp, vmw, vec, trw, trv, skr, sdh, quc, pis, pcm, myv, mus, moh, mic, mhn, ltg, lmo, lld, kxv, kpe, kgp, ken, kcg, kaj, jbo, gaa, frr, csw, cic, cho, ceb, cch, cad, bss, blt, Tavt blo, bgn, bgc, rhg, Rohg hnj, Hmnp Shaw, Dsrt bew, bal, arn, apc, ann, scn * Drop Python < 3 support (using pyupgrade --py3-plus langtable.py) * Fix some ruff and pylint warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-huey: upgrade 2.5.0 -> 2.5.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ============ - More makework thanks to the ass-clowns running Python. Fix issue with deprecation of datetime.utcnow() in 3.12. - Add API for customizing the TaskWrapper implementation, suitably named get_task_wrapper_class(). - Make the revoke_all(), restore_all() and is_revoked() more robust for various input types. - Fix bug that could occur in the event of a SIGHUP followed by a SIGINT when using thread workers. - Added new experimental contrib module for SQS queue and S3 result storage. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.63.0 -> 1.63.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: Increase upper limit for protobuf 5.X versions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.29.0 -> 2.30.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | Features -------- - Add WebAuthn plugin component to handle WebAuthn get assertion request - ECP Provider drop cryptography requirement - Enable webauthn plugin for security keys Bug Fixes ---------- - Fix id_token iam endpoint for non-gdu service credentials - Makes default token_url universe aware Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.131.0 -> 2.134.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.134.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flexparser: upgrade 0.3 -> 0.3.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: Fix flexparser FIPS mode. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: upgrade 3.15.3 -> 3.15.4Wang Mingyu2024-06-271-1/+1
| | | | | | | | | Changelog: ========== Pass file_lock as positional argument Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-email-validator: upgrade 2.1.1 -> 2.2.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Email addresses with internationalized local parts could, with rare Unicode characters, be returned as valid but actually be invalid in their normalized form (returned in the normalized field). - The length check for email addresses with internationalized local parts is now also applied to the original address string prior to Unicode NFC normalization, which may be longer and could exceed the maximum email address length, to protect callers who do not use the returned normalized address. - Improved error message for IDNA domains that are too long or have invalid characters after Unicode normalization. - A new option to parse My Name <address@domain> strings - Improvements to Python typing. - Some additional tests added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-djangorestframework: upgrade 3.15.1 -> 3.15.2Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | Changelog: ============ - Fix potential XSS vulnerability in browsable API. - Revert "Ensure CursorPagination respects nulls in the ordering field". - Use warnings rather than logging a warning for DecimalField. - Remove unused code. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.5.3 -> 7.5.4Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - If you attempt to combine statement coverage data with branch coverage data, coverage.py used to fail with the message "Can't combine arc data with line data" or its reverse, "Can't combine line data with arc data." These messages used internal terminology, making it hard for people to understand the problem. They are now changed to mention "branch coverage data" and "statement coverage data." - Fixed a minor branch coverage problem with wildcard match/case cases using names or guard clauses. - Started testing on 3.13 free-threading (nogil) builds of Python. I'm not claiming full support yet. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: upgrade 1.7.8 -> 1.7.9Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - [pre-commit.ci] pre-commit autoupdate - New logo for Bandit based on raccoon - Start testing on Python 3.13 - Updates banner logo so it renders well in dark mode - Add a sponsor section to README - Ensure sarif extra is included as part of doc build - Guard against empty call argument list - Support configfile in .bandit file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.3.0 -> 3.4.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: =========== - No stdin for python calls from bash completion functions - Localize shell variable REPLY to avoid overwriting users' value Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ansi2html: upgrade 1.9.1 -> 1.9.2Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: [>=1.9.1] Fix output for --help Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: added python3-ctypes as RDEPENDSJan Vermaete2024-06-221-0/+1
| | | | | | | | | | | File "/usr/lib/python3.12/site-packages/google/protobuf/internal/type_checkers.py", line 25, in <module> import ctypes ModuleNotFoundError: No module named 'ctypes' tested on qemu86-64 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gunicorn: Upgrade 21.2.0 -> 22.0.0Leon Anavi2024-06-211-3/+3
| | | | | | | | | | | | | | | | | | | | | - use utime to notify workers liveness - migrate setup to pyproject.toml - fix numerous security vulnerabilities in HTTP parser (closing some request smuggling vectors) - parsing additional requests is no longer attempted past unsupported request framing - on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits) - requests conflicting configured or passed SCRIPT_NAME now produce a verbose error - Trailer fields are no longer inspected for headers indicating secure scheme - support Python 3.12 License-Update: Update license year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: Upgrade 5.6.3 -> 5.6.4Leon Anavi2024-06-211-1/+1
| | | | | | | | | | Upgrade to release 5.6.4: - Fixed compilation of C extension failing on GCC 14 - Fixed compiler warnings when building C extension Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: Upgrade 2.0.7 -> 2.0.8Leon Anavi2024-06-211-1/+1
| | | | | | | | | Upgrade to version 2.0.8: - Wheel files that support numpy 2.0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whitenoise: Upgrade 6.6.0 -> 6.7.0Leon Anavi2024-06-211-1/+1
| | | | | | | | | Upgrade to version 6.7.0: - Support Django 5.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyperclip: Upgrade 1.8.2 -> 1.9.0Leon Anavi2024-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.9.0: - Automatically cast the copy() argument to a string for all data types. - Fix _py3_executable_exists and _py2_executable_exists that had swapped names. - Pyperclip now "stringifies" all data types by passing it to str() (or globals()['__builtins__'].unicode on Python 2), so passing [1, 2, 3] would put '[1, 2, 3]' on the clipboard. - shutil.which() replaces the custom code (except in 2.7 and below which doesn't have shutil.which()). - Remove waitForPaste() and waitForNewPaste() functions, these aren't something the core library should have. - Reordered so that xclip is chosen before xsel since xclip is more popular. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paho-mqtt: Upgrade 2.0.0 -> 2.1.0Leon Anavi2024-06-211-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 2.1.0: - Make transition from 1.x to 2.x version smoother - Fix "protocol" property - Fix publish() a bytearray payload - Fix some type annotations - Fix loop_stop() not stopping thread when called from callback - Fix some documentation errors - Add support for Unix socket - Fix flaky test Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: Switch to python_setuptools_build_metaKhem Raj2024-06-211-1/+1
| | | | | | | | Support has been there for few years now [1] [1] https://github.com/tornadoweb/tornado/commit/e71fb6e616e08838df55dddb494c96a80454f812 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: Upgrade 6.4 -> 6.4.1Leon Anavi2024-06-201-1/+1
| | | | | | | | | | | | | | Upgrade to version 6.4.1: - Parsing of the Transfer-Encoding header is now stricter. - Handling of whitespace in headers now matches the RFC more closely. Only space and tab characters are treated as whitespace and stripped from the beginning and end of header values. - tornado.curl_httpclient now prohibits carriage return and linefeed headers in HTTP headers. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: Upgrade 0.3.70 -> 0.3.71Leon Anavi2024-06-201-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 0.3.71: - Properly decode AksIM-2 warning and error bits - Make MA732 trimming for off-axis applications actually work - When encoders are no longer active, stop using them and trigger a fault - Limit the commanded velocity to something physically achievable - Fault if a non-reducing gear ratio is configured without overriding - Default bemf_feedforward to 0.0, and fault if it is configured non-zero without acceleration limits or override Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-channelz: new recipeJan Luebbe2024-06-201-0/+16
| | | | | | | | gRPC channelz is used to expose runtime statistics for administration and debugging purposes. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-reflection: new recipeJan Luebbe2024-06-201-0/+16
| | | | | | | | gRPC reflection allows tools like grpcurl and postman to use a service without having the respective .proto files. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: Upgrade 1.2.0 -> 1.2.1Leon Anavi2024-06-201-1/+7
| | | | | | | | | | | | | Upgrade to release 1.2.1: - Update docs structure, adding Contribution and Code of Conduct sections - Drop ``bumpversion`` for ``bump-my-version`` and add ``make package-test`` to build and test the package before pushing to pypi. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: Upgrade 3.14.0 -> 3.15.3Leon Anavi2024-06-201-1/+7
| | | | | | | | | | | Upgrade to version 3.15.3: - Add test for virtualenv stability - Fix TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout' Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-file: Upgrade 1.5.1 -> 2.1.0Leon Anavi2024-06-201-3/+6
| | | | | | | | | | | | | | Upgrade to release 2.1.0: - Correct a typo in requests_file.py - Remove dependency on six - Move metadata to pyproject.toml - Correct homepage link in pyproject.toml - Fix black formatting - Set the request property in the returned Response object Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-utils: Upgrade 3.0.0 -> 4.1.1Leon Anavi2024-06-201-1/+3
| | | | | | | | | | | | | Upgrade to version 4.1.1: - Web3.is_address now returns True for non-checksummed addresses. - Upgrades from the template with support for Python 3.12 and linting with blocklint. - Remove cached_property dependency, as it was only for <=py37 - Update networks for latest changes and testnets. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>