summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-icu: upgrade from 2.12 to 2.13.1 to fix build with icu-75HEADmasterMartin Jansa6 days1-1/+5
| | | | | | | | | | | | | | | | | | | | | | | Version 2.13 -> 2.13.1 ---------------------- - change c++11 to c++17 in setup.py as current versions of ICU require it Version 2.12 -> 2.13 -------------------- - fixed build issues on Windows - added wrappers for MeasureUnit(locale, width) and getUnitDisplayName() - added wrappers for DateFormatSymbols.getEra|ZodiacNames() - added wrappers for DateFormatSymbols.getZoneStrings() - added wrappers for LocaleDisplayNames - fixed bug dealloc calling wrong destructor on most types (Fredrik Roubert) - added support for ICU 75.1 - added wrappers for LocalizedNumber|Range|Formatter.withoutLocale() - added wrappers for UIdentifierType, Char.hasIDType(), Char.getIDTypes() - added wrappers for UIdentifierStatus - added wrappers for UProperty.IDENTIFIER_TYPE, UProperty.IDENTIFIER_STATUS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 3.0.2 -> 3.0.3Jan Vermaete6 days1-2/+2
| | | | | | | | | | | Changelog: The default hashlib.sha1 may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. #5448 Don't initialize the cli attribute in the sansio scaffold, but rather in the Flask concrete class. #5270 The license file was renamed from LICENSE.rst to LICENSE.txt without changing the content. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: add ptestJan Vermaete8 days3-1/+14
| | | | | | | * test added to the fast list Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dasbus: Add new recipeMingli Yu8 days1-0/+15
| | | | | | | | Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.18.0 -> 6.19.0Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | Changelog: =========== - Properly propagate exceptions from the message listener task to the main loop for persistent connection providers. - Warn of updates to WebSocketProvider in v7 - Condense the migration guides into one page - Add py312 support by adding it to CI testing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 4.0.0 -> 4.0.1Wang Mingyu10 days1-1/+1
| | | | | | | | Changelog: Fix missing event_filter for the full emitter Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.1 -> 20.26.2Wang Mingyu10 days1-1/+1
| | | | | | | | | | Changelog: ============= - virtualenv.pyz no longer fails when zipapp path contains a symlink - Fix bad return code from activate.sh if hashing is disabled Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-validators: upgrade 0.28.1 -> 0.28.3Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - hotfix: ensure _tld.txt is in sdist and bdist - fix: corrects a few typo - build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /package - fix(ip_address): properly handle private is false - chore(url): allow symbols and pictographs in url - build(deps): bump requests from 2.31.0 to 2.32.0 in /package - chore: fix typo; update dev deps; bump version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.9.0 -> 5.10.0Wang Mingyu10 days1-1/+1
| | | | | | | | Changelog: Add support for Python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-setuptools: upgrade 69.0.0.20240125 -> 70.0.0.20240524Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Small fix for pkg_resources StrPath - Make shutil.rmtree.onexc parameter optional - distutils & setuptools: Relax path related params - Make distutils.dist.Distribution.get_command_obj not return None by default - distutils & setuptools: Complete sub_commands ClassVar typing - distutils: improve boolean parameters with int defaults - Avoid using new _typeshed protocol in pkg_resources for now - Use protocols instead of importlib.abc.Loader/MetaPathFinder/PathEntryFinder - Add precise values for enum members where possible - Ensure that distutils and setuptools._distutils stay consistent - Update setuptools to 69.5.* - Add distutils as a top-level package included with types-setuptools - setuptools&distutils: setup returns a Distribution - setup returns a Distribution - pkg_resources: Make _InstallerType stricter and generic - Use strict pyright configs for pkg_resources - pkg_resources: Updates from upstream typing merge - pkg_resources: Remove stray Anys and use more Self & NoReturn types - pkg_resources: Remove type-only _Importer class - pkg_resources: Types from assignments and aliases - Override pkg_resources.ZipProvider.loader type - setuptools & pkg_resources: Complete VendorImporter class - pkg_resources: don't ignore "missing symbol from stub" in stubtest - Fix invalid noqa comments and poorly formatted type ignores - pkg_resources: Reorder names to be closer to implementation - Improve typing of sysconfig.get_config_var(s) - fix: typo on setuptools Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.20240511 -> 5.9.5.20240516Wang Mingyu10 days1-1/+1
| | | | | | | | Changelog: Update dependency pyright to v1.1.363 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 5.0.0 -> 5.1.0Wang Mingyu10 days1-1/+1
| | | | | | | | Changelog: Add the experimental --attestations flag Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-transitions: upgrade 0.9.0 -> 0.9.1Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Fix may_ always returning false for internal transitions - Pass investigated transition to EventData context in 'may' check - Improve the handling of diagrams when working with parallel states, especially when using the show_roi option - Exception is not broad enough and does not catch asyncio.CancelledError or KeyboardInterrupt; use BaseException instead - '_anchor' suffix has been removed for (py)graphviz cluster node anchors - local testing switched from tox to nox - Remove surrounding whitespace from docstrings - Add on_final to Machine and NestedState constructor and final to State. Callbacks passed to on_final will be executed when a State with final=True is entered or all children of a parallel state are final. - Process exceptions with Machine.on_exception in may_ as well - Improved handling of removing transitions for GraphMachine and HiearachicalMachine - Better handling of unset styling in GraphMachine Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2024.5.10 -> 2024.5.15Wang Mingyu10 days1-1/+1
| | | | | | | | Fix bug: hangs with fuzzy and optionals Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rapidjson: upgrade 1.14 -> 1.17Wang Mingyu10 days1-1/+1
| | | | | | | | | | Changelog: ========== - Use current master__ version of rapidjson - Generate wheels on PyPI using Python 3.13b1 release, thanks to cibuildwheel 2.18.0__ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: upgrade 0.15.10 -> 0.16.0Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | Changelog: =========== - Upgrade zstd source code from v1.5.5 to v1.5.6 - Fix pyzstd_pep517 parameter name in get_requires_for_build_wheel - Deprecate support for Python version before 3.8 and stop building wheels for them - Minor fixes in type hints - Refactor README & CHANGELOG files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyperf: upgrade 2.6.3 -> 2.7.0Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ - Fix typo in example docs - Update --table example - Include CONFIG_ARGS in Metadata - Fix typos discovered by codespell - tox.ini: Replace flake8 with ruff - Add some ruff rules for pyupgrade - Disable TurboBoost tuning settings on non-Intel - Fix logic in MSR availability test - gh-187: Support environment variables PYTHON_GIL / PYTHON_CPU_COUNT Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 3.1.0 -> 3.2.2Wang Mingyu10 days1-2/+2
| | | | | | | | | | | Changelog: =========== - Fix multiple false positives for generic class syntax added in Python 3.12 - Exclude context manager without cleanup from contextmanager-generator-missing-cleanup checks. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycurl: upgrade 7.45.2 -> 7.45.3Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ * Add CURLOPT_REQUEST_TARGET option * Add missing 2nd parameters to METH_NOARGS functions * Add CURLOPT_AWS_SIGV4 option * Add consistent names for newer Curl version constants * Only run HTTP version 3 option constant test if curl supported * Expose COMPILE_SSL_LIB in Python and use for test filtering * Filter tests based on *compile* libcurl version not runtime version * Use print function in callbacks documentation * Add missing shebang to tests/ext/test-suite.sh * Officially declare support for Python 3.12 * Fix curl_multi_info_read flow that loses messages * Support using environment variables for setup on Windows * Add support for Schannel SSL backend * Skip HTTP2 tests based on a curl support check * Fix fake-curl tests so they work when run out of tree * xfail test_easy_pause_unpause unconditionally * Provide generic error strings in pycurl.error objects * Change URLs to new curl mailing list * Add missing HTTPS proxy options * Add support for setting CURLOPT_SSLCERT_BLOB * Add support for setting rest of CURLOPTTYPE_BLOB fields * Build wheels on Linux/macOS/Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 4.2.1 -> 4.2.2Wang Mingyu10 days1-1/+1
| | | | | | | | Changelog: ix android detection when python4android is present Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.15.2 -> 2.15.3Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Fixed pdm venv activate, to also work for windows. And added documentation on how to authenticate to Azure Artifacts - Don't show unsupported formats in pdm export. - Proxy (HTTP_PROXY env vars) settings are ignored for custom indexes. - Fix the quoting of venv activate command for powershell. - Raise an error if the package given by pdm update does not exist in the select dependency group but in other groups. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.68 -> 0.3.70Wang Mingyu10 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 6.1.0 -> 6.1.2Wang Mingyu10 days1-1/+1
| | | | | | | | | | Changelog: ============ - add note about runnings tests to contrib guide - Some updates on get_notes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.129.0 -> 2.130.0Wang Mingyu10 days1-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.130.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.21.2 -> 2.21.3Wang Mingyu10 days1-1/+1
| | | | | | | | Fix bug: Clear exception flag on disconnect future if its also sent to handlers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: upgrade 4.2.2 -> 4.2.3Wang Mingyu10 days1-1/+1
| | | | | | | | | | Changelog: =========== - Some codes representing exotic float negative zero converted to positive zero. - Auto-scaling rounding the wrong way on occasion. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 3.2.0 -> 3.2.2Wang Mingyu10 days1-1/+1
| | | | | | | | Changelog: Improve inference for generic classes using the PEP 695 syntax (Python 3.12). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-annotated-types: upgrade 0.6.0 -> 0.7.0Wang Mingyu10 days1-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Allow tzinfo objects for Timezone - add URLs to pyproject.toml - suggested fix on typo - Correct misstatement in README - Fix IsDigit -> IsDigits - Add Unit type - Improve handling of GroupedMetadata (First try) - Prepare for 0.7.0 release Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: stop declaring compatibility with scarthgapDmitry Baryshkov10 days1-1/+1
| | | | | | | | | With the UNPACKDIR changes in place the layers are no longer compatible with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit compatibility to styhead only. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-mock: new recipeTom Geelen14 days1-0/+9
| | | | | | Mocked responses for the requests library Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-unordered: new recipeTom Geelen14 days1-0/+12
| | | | | | pytest plugin to Test equality of unordered sequences Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-socket: new recipeTom Geelen14 days1-0/+14
| | | | | | Pytest Plugin to disable socket calls during tests Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-freezer: new recipeTom Geelen14 days1-0/+15
| | | | | | Pytest plugin providing a fixture interface for spulec/freezegun Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyruvate: Adjust for WORKDIR -> UNPACKDIR changesKhem Raj2024-05-231-7/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-235-7/+7
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: added python3-difflib as RDEPENDSJan Vermaete2024-05-231-0/+1
| | | | | | | | | File "/usr/lib/python3.12/site-packages/werkzeug/routing/exceptions.py", line 3, in <module> import difflib ModuleNotFoundError: No module named 'difflib' Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: fix do_compile failure for qemuppc64/qemuppcChangqing Li2024-05-192-0/+38
| | | | | | | define proper macro for ppc/ppc64 to fix compile error Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.17.2 -> 6.18.0Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | Changelog: ========== - Disable doctest in docs/web3.eth.account.rst due to eth-account deprecation of messageHash for message_hash - Deprecate the geth.personal namespace methods. These will be removed in web3.py v7. - Internal Changes - for web3.py Contributors - Increase pytest-asyncio dependency to be >=0.21.2,<0.23 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.0 -> 20.26.1Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: fix PATH-based Python discovery on Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uswid: upgrade 0.4.7 -> 0.5.0Wang Mingyu2024-05-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Relicense from LGPL-2.1+ to BSD-2-Clause-Patent Changelog: ========== - trivial: Fix make ruff - Correctly validate missing license and compiler links - Use the correct link rel in the compiler example - trivial: Provide more __str__ for the IntEnum classes - Be more forgiving when using importlib - trivial: Fix up all the mypy and pylint warnings - Rename identity to component - Add initial support for VEX - Add a validation failure for REDACTED text - Relicense from LGPL-2.1+ to BSD-2-Clause-Patent - trivial: Document --generate - Use flynt to convert to f-strings - trivial: Add a make target for ruff - Save HEX strings as bytes to minimize coSWID size - Allow outputting multi-document SWID XML files - trivial: Allow saving uSWID with no compression - trivial: post release version bump Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.20240423 -> 5.9.5.20240511Wang Mingyu2024-05-191-1/+1
| | | | | | | | | Changelog: ============ - stubs: change psutil's Process.wait timeout argument to float Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.66.2 -> 4.66.4Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | Changelog: ============ - minor framework updates & code tidy - fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p - Fix: Add display() call to close() in rich module Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.29 -> 2.0.30Wang Mingyu2024-05-191-1/+1
| | | | | | | | | Changelog: =========== https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.30 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2024.4.28 -> 2024.5.10Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: <time.h> now needs to be included explicitly because Python.h no longer includes it. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyudev: upgrade 0.24.1 -> 0.24.3Wang Mingyu2024-05-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.15.1 -> 2.15.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== - Use get_runner() method to build the task runner in run command. runner_cls attribute is deprecated. - Expand ${PROJECT_ROOT} in source URLs. - Fix env and other options being inherited in nested composite scripts. - Keep the ${PROJECT_ROOT} variable in dependencies after running pdm lock --update-reuse. - Make direct_minimal_versions work on newly added dependencies. - Fix a syntax error in the zsh completion script. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: upgrade 2.0.0 -> 2.0.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | Bugfixes: ========= - Fixed incorrect formatting of package description on Pypi by setting the correct content type in setup.py. - Fixed safety issues up to 2024-05-04. - Test: Removed setup.py based installs from "make installtest", since one of them started installing a pre-release of a package on an unsupported Python version. The recommendation has been for a while now to no longer use - Docs: Added RTD config file .readthedocs.yaml - In the Github Actions test workflow for Python 3.6 and 3.7, changed macos-latest back to macos-12 because macos-latest got upgraded from macOS 12 to macOS 14 which no longer supports these Python versions. - Test: Fixed issues resulting from removal of support for pytest.warns(None) in pytest version 8. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocasedict: upgrade 2.0.1 -> 2.0.3Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes: ============= - Docs: Added Python 3.12 to the supported versions in the package metadata. - Docs: Updated the README file with the changes from the introduction section w.r.t. Python 2 and limitations. - Dev: Fixed flake8 issue about comparing types in test code. - Fixed safety issues up to 2024-05-05. No changes in package dependencies. - Test: Removed setup.py based installs from "make installtest", since one of them started installing a pre-release of a package on an unsupported Python version. The recommendation has been for a while now to no longer use - Docs: Added RTD config file .readthedocs.yaml - Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed macos-latest back to macos-12 because macos-latest got upgraded from macOS 12 to macOS 14 which no longer supports these Python versions. - Test: Fixed issues resulting from removal of support for pytest.warns(None) in pytest version 8. - Docs: Converted README file from RST to MarkDown to fix badge alignment issue - Dev: Added missing dependency to minimum-constraints.txt to several make targets that used it with PACKAGE_LEVEL=minimum. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.67 -> 0.3.68Wang Mingyu2024-05-192-35/+1
| | | | | | | | | | | | | 0001-lib-python-remove-self-import-from-setup.py.patch removed since it's included in 0.3.68 Changelog: =========== Support moteus-c1 Properly detect board hardware when DC input turn-on slew is very slow Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.21.1 -> 3.21.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: Allow timestamp 0 in fields.DateTime Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>