aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
AgeCommit message (Collapse)Author
3 dayspidgin pidgin-sipe pidgin uw-imap rrdtool cmpi-bindings libdbd-mysql-perl ↵Martin Jansa
daq python3-gevent avro-c++ python3-h5py cdrkit ot-br-posix heaptrack avro-c usleep openflow sblim-sfcc linux-atm ipmitool ssmping wifi-test-suite zsync-curl python3-kivy openct dhrystone ncftp daemontools libgee mcpp android-tools dibbler glade: ignore various issues fatal with gcc-14 work arounds for: meta-oe/meta-oe/recipes-devtools/nodejs/nodejs_20.12.2.bb:do_compile meta-oe/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb:do_compile meta-oe/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb:do_compile meta-oe/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb:do_compile meta-oe/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb:do_compile meta-oe/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb:do_compile meta-oe/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb:do_compile meta-oe/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb:do_compile meta-oe/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb:do_configure meta-oe/meta-oe/recipes-support/avro/avro-c_1.11.3.bb:do_compile meta-oe/meta-oe/recipes-core/usleep/usleep_1.2.bb:do_compile meta-oe/meta-networking/recipes-protocols/openflow/openflow_git.bb:do_compile meta-oe/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb:do_compile meta-oe/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb:do_compile meta-oe/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb:do_compile meta-oe/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb:do_compile meta-oe/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb:do_compile meta-oe/meta-oe/recipes-extended/zsync/zsync-curl_git.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb:do_compile meta-oe/meta-oe/recipes-support/openct/openct_0.6.20.bb:do_compile meta-oe/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb:do_compile meta-oe/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb:do_compile meta-oe/meta-oe/recipes-support/daemontools/daemontools_0.76.bb:do_compile meta-oe/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb:do_compile meta-oe/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_compile meta-oe/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/glade/glade_3.22.2.bb:do_compile http://errors.yoctoproject.org/Errors/Build/183124/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 dayspython3-pyruvate: Adjust for WORKDIR -> UNPACKDIR changesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 daysrecipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj
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>
3 dayspython3-werkzeug: added python3-difflib as RDEPENDSJan Vermaete
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>
7 dayspython3-grpcio: fix do_compile failure for qemuppc64/qemuppcChangqing Li
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>
7 dayspython3-web3: upgrade 6.17.2 -> 6.18.0Wang Mingyu
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>
7 dayspython3-virtualenv: upgrade 20.26.0 -> 20.26.1Wang Mingyu
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>
7 dayspython3-uswid: upgrade 0.4.7 -> 0.5.0Wang Mingyu
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>
7 dayspython3-types-psutil: upgrade 5.9.5.20240423 -> 5.9.5.20240511Wang Mingyu
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>
7 dayspython3-tqdm: upgrade 4.66.2 -> 4.66.4Wang Mingyu
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>
7 dayspython3-sqlalchemy: upgrade 2.0.29 -> 2.0.30Wang Mingyu
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>
7 dayspython3-regex: upgrade 2024.4.28 -> 2024.5.10Wang Mingyu
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>
7 dayspython3-pyudev: upgrade 0.24.1 -> 0.24.3Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-pdm: upgrade 2.15.1 -> 2.15.2Wang Mingyu
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>
7 dayspython3-nocaselist: upgrade 2.0.0 -> 2.0.2Wang Mingyu
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>
7 dayspython3-nocasedict: upgrade 2.0.1 -> 2.0.3Wang Mingyu
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>
7 dayspython3-moteus: upgrade 0.3.67 -> 0.3.68Wang Mingyu
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>
7 dayspython3-marshmallow: upgrade 3.21.1 -> 3.21.2Wang Mingyu
Changelog: Allow timestamp 0 in fields.DateTime Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-langtable: upgrade 0.0.65 -> 0.0.66Wang Mingyu
Changelog: ============ - Fix syntax error in a keyboard layout name for t - Add mdf - Use "in(eng)" keyboard layout instead of "us" for BD to get AltGr enabled - Get translation changes from CLDR - Add option to include changed translations as well to the script getting translations from CLDR - Add reference to the the PyPI package to the README.md. And add a README.html and README generated from the README.md. - Make test outputs somewhat more verbose, even when all tests pass - Fix Makefile twine-upload target for new authentification Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-joblib: upgrade 1.4.0 -> 1.4.2Wang Mingyu
Changelog: ============ - TST add a test that ensures conservation of byte order during IPC - DOC fix typos in CHANGES.rst - DOC typo in docs - FIX revert MemorizedFunc.call API change Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-imgtool: upgrade 2.0.0 -> 2.1.0Wang Mingyu
Changelog: https://github.com/mcu-tools/mcuboot/blob/main/docs/release-notes.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-google-api-python-client: upgrade 2.127.0 -> 2.129.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-google-api-core: upgrade 2.18.0 -> 2.19.0Wang Mingyu
Changelog: Add google.api_core.version_header Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-gmqtt: upgrade 0.6.14 -> 0.6.16Wang Mingyu
Changelog: Make some acknowledgment logs debug level Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-freezegun: upgrade 1.5.0 -> 1.5.1Wang Mingyu
Changelog: Fix the typing of the 'tick()' method, and improve it's behaviour. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-filelock: upgrade 3.13.4 -> 3.14.0Wang Mingyu
Changelog: feat: blocking parameter on lock constructor with tests and docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-django: upgrade 5.0.4 -> 5.0.6Wang Mingyu
Changelog: ============= - Fixed a bug in Django 5.0 that caused a crash of Model.save() when creating an instance of a model with a GeneratedField and providing a primary key - Fixed a compatibility issue encountered in Python 3.11.9+ and 3.12.3+ when validating email max line lengths with content decoded using the surrogateescape error handling scheme - Fixed a bug in Django 5.0 that caused a crash when applying migrations including alterations to GeneratedField such as setting db_index=True on SQLite - Allowed importing aprefetch_related_objects from django.db.models - Fixed a bug in Django 5.0 that caused a migration crash when a GeneratedField was added before any of the referenced fields from its expression definition - Fixed a bug in Django 5.0 that caused a migration crash when altering a GeneratedField referencing a renamed field - Fixed a bug in Django 5.0 where the querysets argument of GenericPrefetch was not required Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-dbus-fast: upgrade 2.21.1 -> 2.21.2Wang Mingyu
Changelog: Fix introspection bogus child paths Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-bitstring: upgrade 4.2.1 -> 4.2.2Wang Mingyu
License-Update: file type changed from "ASCII text, with CRLF line terminators" to "ASCII text" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-asyncinotify: upgrade 4.0.6 -> 4.0.9Wang Mingyu
Changelog: =========== - switch theme to furo from alabaster - add .readthedocs.yaml - bump version and change repo url Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-astroid: upgrade 3.1.0 -> 3.2.0Wang Mingyu
Changelog: =========== - .pyi stub files are now preferred over .py files when resolving imports, (except for numpy). - igetattr() returns the last same-named function in a class (instead of the first). This avoids false positives in pylint with @overload. - Adds module_denylist to AstroidManager for modules to be skipped during AST generation. Modules in this list will cause an AstroidImportError to be raised when an AST for them is requested. - Make astroid.interpreter._import.util.is_namespace only consider modules using a loader set to NamespaceLoader or None as namespaces. This fixes a problem that six.moves brain was not effective if six.moves was already imported. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-06python3-zeroconf 0.132.0 -> 0.132.2Tom Geelen
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-05python3-grpcio: Fix build with gcc-14Martin Jansa
* crypto: use _Generic only if !defined(__cplusplus) * fixes build with gcc-14 which has __builtin_addc and __builtin_subc with gcc-13 it was already using the #else branch because of missing builtins * fixes https://github.com/grpc/grpc/issues/35945 http://errors.yoctoproject.org/Errors/Details/766916/ * _Generic was introduced in boringssl with: https://boringssl.googlesource.com/boringssl/+/70ca6bc24be103dabd68e448cd3af29b929b771d%5E%21/#F4 * but e.g. third_party/boringssl-with-bazel/src/ssl/d1_both.cc includes this internal.h and from the .cc extension gcc will process it as C++ where _Generic isn't available, causing: In file included from third_party/boringssl-with-bazel/src/ssl/d1_both.cc:125: third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h: In function 'uint32_t CRYPTO_addc_u32(uint32_t, uint32_t, uint32_t, uint32_t*)': third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1159:7: error: expected primary-expression before 'unsigned' 1159 | unsigned: __builtin_addc, \ | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1160:7: error: expected primary-expression before 'unsigned' 1160 | unsigned long: __builtin_addcl, \ | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1161:7: error: expected primary-expression before 'unsigned' 1161 | unsigned long long: __builtin_addcll))((x), (y), (carry), (out_carry)) | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1158:4: error: '_Generic' was not declared in this scope 1158 | (_Generic((x), \ | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-05python3-twisted: prepend split PACKAGESGuðni Már Gilbert
Fixes an issue where split packages were no populated since all the files were picked up by FILES:${PN} Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-xmlschema: upgrade 3.0.1 -> 3.3.1Wang Mingyu
Changelog: ========== - Update validation errors with logging stack trace in debug mode - Improve locations parsing and URL encoding - Rewrite the validation of openContent using InterleavedModelVisitor and SuffixedModelVisitor - Fix validation of XSD 1.1 'all' nested models - Improve ModelVisitor and particle occurs checking - Fix interleave mode with XSD 1.1 open content - Fix for export/download of XSD sources with commented-out imports/include - Add download_schemas() to package API - Fix issue with facets on list types - Add GData converter - Fix static typing protocols usage - Extend XSD annotations parsing - Use XPath subtree as fragment for xs:assert - Fix in XMLSchemaProxy definition and usage for providing a base-uri to schema nodes - Module xpath.py splitted to a subpackage for including all the - custom XPath 1.0/2.0 parsers and related classes to XPath - Add support for Python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-web3: upgrade 6.17.0 -> 6.17.2Wang Mingyu
Changelog: ============= - Revert pin of eth-typing to utilize EthPM types. - Add upper pin to eth-account in anticipation of breaking changes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-virtualenv: upgrade 20.25.0 -> 20.26.0Wang Mingyu
Changelog: ============ - Fixed a case when template variable is WindowsPath - Allow builtin interpreter discovery to find specific Python versions given a general spec Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-validators: upgrade 0.28.0 -> 0.28.1Wang Mingyu
Changelog: ========== - fix: reduce memory footprint when loading TLDs - build(deps): bump idna from 3.6 to 3.7 in /package - fix: rfc cases in the domain validator - chore: documentation maintenance - chore: update contribution guidelines - chore: updated dev dependencies; bump version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-types-psutil: upgrade 5.9.5.20240316 -> 5.9.5.20240423Wang Mingyu
Changelog: Add precise values for enum members where possible Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-tox: upgrade 4.14.2 -> 4.15.0Wang Mingyu
Changelog: ============= - Add support for multiple appending override options (-x, -override) on command line - Add support for inverting exit code success criteria using bang - Fix issue that the leading character c was dropped from packages in constraints files - Allow appending to deps with --override testenv.deps+=foo - Fix non-existing branch rewrite in the documentation to main. - Update test typing for build 1.2.0, which has an explicit Distribution type - Fix broken input parsing for --discover flag. - Rephrase --discover flag's description to avoid confusion between paths and executables. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-rlp: upgrade 4.0.0 -> 4.0.1Wang Mingyu
Changelog: Add python 3.12 support, rust-backend now works with python 3.11 and 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-regex: upgrade 2023.04.16 -> 2024.4.28Wang Mingyu
Changelog: ========== - fix bug of VERBOSE/X flag breaks \N escapes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-pymodbus: upgrade 3.6.7 -> 3.6.8Wang Mingyu
Changelog: Allow socket exception response with wrong length Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-pydantic: upgrade 2.7.0 -> 2.7.1Wang Mingyu
Changelog: ============ -Bump pydantic-core to v2.18.2 -Ftp and Websocket connection strings support -Use field description for RootModel schema description when there is no docstring -Fix validation_alias behavior with model_construct for AliasChoices and AliasPath -Revert typing.Literal and import it outside the TYPE_CHECKING block -Fix Secret serialization schema, applicable for unions -Fix strict application to function-after with use_enum_values -Address case where model_construct on a class which defines model_post_init fails with AttributeError -Fix model_json_schema with config types -Support multiple zeros as an int -Fix validation of ints with leading unary plus -Fix interaction between extra != 'ignore' and from_attributes=True -Handle error from Enum's missing function as ValidationError -Fix memory leak with Iterable validation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-platformdirs: upgrade 4.2.0 -> 4.2.1Wang Mingyu
Changelog: =========== - Switch to ruff for formatting and use codespell and docformatter - Use hatch over tox - chore: various minor fixes - chore: update dead Microsoft's known folders documentation link - Allow working without ctypes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-pdm: upgrade 2.14.0 -> 2.15.1Wang Mingyu
Changelog: =========== - Disable check update in zsh completion script. - Fixes cached packages metadata files (.referrers) collisions on sync when using a venv with symlink cache method. - Don't create project and virtualenv when running pdm python install. - Clean up the python installation directory if a previous download was unsuccessful. - Don't cache editable installations. - Fix a bug that installing in-project plugins with editable local paths doesn't work. - Don't create log directory until it's needed, to fix a PermissionError in docker environment. - Fix recursive script detection on multiple invocations. - Build docs with object inventory to support cross references from Sphinx documentation projects. - Packages format preferences can now be defined in the project pyproject.toml using the no-binary, only-binary and prefer-binary keys of the tool.pdm.resolution section. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-mypy: upgrade 1.9.0 -> 1.10.0Wang Mingyu
Changelog: ============ - Fix incorrect inferred type when accessing descriptor on union type - Fix crash when expanding invalid Unpack in a Callable alias - Fix false positive when string formatting with string enum - Narrow individual items when matching a tuple to a sequence pattern - Fix false positive from type variable within TypeGuard or TypeIs - Improve yield from inference for unions of generators - Fix emulating hash method logic in attrs classes - Add reverted typeshed commit that uses ParamSpec for functools.wraps - Fix type narrowing for types.EllipsisType - Fix single item enum match type exhaustion - Improve type inference with empty collections - Fix override checking for decorated property - Fix narrowing on match with function subject - Allow +N within Literal[...] - Experimental: Support TypedDict within type[...] - Experimtental: Fix issue with TypedDict with optional keys in type[...] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-ipython: upgrade 8.23.0 -> 8.24.0Wang Mingyu
Changelog: =========== - pytest 8 compatibility - typing-extension now needs 4.6 or newer. It was already the case, but not explicated. - Attempt to speed running code under debugger in some cases. - Multiple fixes to documentation for ipyparallel, simple_prompt and emacs - Maintenance and cleanup of debugger Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-imageio: upgrade 2.34.0 -> 2.34.1Wang Mingyu
Changelog: =========== - Fix bug of #1068 that getattr cannot get attribute with index directly - Update pyav.py - Trivial typo fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02python3-google-api-python-client: upgrade 2.125.0 -> 2.127.0Wang Mingyu
Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.127.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>