summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-cantools: upgrade 37.1.2 -> 37.2.0wangmy2022-09-201-1/+1
| | | | | | | | | | | | | Changelog: ========== ARXML refactoring preparations refactor the ARXML code Bugfix: BU_BO_REL causes 'index out of range' error Add missing Bus import in can/init.py PCAN trace (.trc) format to logreader Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: upgrade 0.12.11 -> 0.12.12wangmy2022-09-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-email-validator: Upgrade 1.2.1 -> 1.3.0Leon Anavi2022-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.0: - Deliverability checks now check for 'v=spf1 -all' SPF records as a way to reject more bad domains. - Special use domain names now raise EmailSyntaxError instead of EmailUndeliverableError since they are performed even if check_deliverability is off. - New module-level attributes are added to override the default values of the keyword arguments and the special-use domains list. - The keyword arguments of the public methods are now marked as keyword-only. - pyIsEmail's test cases are added to the tests. - Recommend that check_deliverability be set to False for validation on login pages. - Added an undocumented globally_deliverable option. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.21.3 -> 2.22.0Leon Anavi2022-09-191-1/+1
| | | | | | | | | Upgrade to release 2.22.0: - Pyav API for procedural video writing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.12.9 -> 2.12.10Leon Anavi2022-09-191-1/+1
| | | | | | | | | | | Upgrade to release 2.12.10: - Fixed a crash when introspecting modules compiled by `cffi` - ``decorators.cached`` now gets its cache cleared by calling ``AstroidManager.clear_cache`` Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-joblib: Upgrade 1.1.0 -> 1.2.0Leon Anavi2022-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.2.0: - Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported. - Make sure that joblib works even when multiprocessing is not available, for instance with Pyodide. - Avoid unnecessary warnings when workers and main process delete the temporary memmap folder contents concurrently. - Fix memory alignment bug for pickles containing numpy arrays. This is especially important when loading the pickle with mmap_mode != None as the resulting numpy.memmap object would not be able to correct the misalignment without performing a memory copy. This bug would cause invalid computation and segmentation faults with native code that would directly access the underlying data buffer of a numpy array, for instance C/C++/Cython code compiled with older GCC versions or some old OpenBLAS written in platform specific assembly. - Vendor cloudpickle 2.2.0 which adds support for PyPy 3.8+. - Vendor loky 3.3.0 which fixes several bugs including: * robustly forcibly terminating worker processes in case of a crash * avoiding leaking worker processes in case of nested loky parallel calls * reliability spawn the correct number of reusable workers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: Disable clang's musttail attribute on mipsKhem Raj2022-09-172-1/+33
| | | | | | mips backend is not able to handle it in clang-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: Upgrade 5.3.0 -> 5.4.0Leon Anavi2022-09-171-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 5.4.0: - Fix version_info - Make generated config files more lintable - Fix union from string - Cover more Union parsing scenarios - Upgrade GitHub Actions - Fix and refactor downstream tests - Test only the server part of notebook - Add security.md, and tidelift bage Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: Upgrade 3.0.1 -> 3.0.2Leon Anavi2022-09-171-1/+5
| | | | | | | | | | | Upgrade to release 3.0.2: - Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions) - Begin XPath 3.1 implementation adding XPathMap and XPathArray Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Upgrade 3.17.1 -> 3.18.0Leon Anavi2022-09-171-1/+1
| | | | | | | | | | Upgrade to release 3.18.0: - Add Enum field - Fix typing in Field._serialize signature Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: Upgrade 5.4.0 -> 5.5.0Leon Anavi2022-09-171-1/+1
| | | | | | | | | | | Upgrade to release 5.5.0: - Add support for Python 3.11 and PyPy3.9 - Add separators encoding parameter - Fix encoding of infinity Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-awesomeversion: Upgrade 22.8.0 -> 22.9.0Leon Anavi2022-09-151-1/+1
| | | | | | | | | | | Upgrade to release 22.9.0: - Allow and add named sections for CalVer - Add diff method to AwesomeVersion to list out changes between 2 objects Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Upgrade 2.3.1 -> 2.3.2.post1Leon Anavi2022-09-151-3/+3
| | | | | | | | | | | | Upgrade to release 2.3.2.post1: - FIX: Documentation for installation from source is outdated. - FIX: Fix some typos in error messages. License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 1.9.1 -> 1.10.2Leon Anavi2022-09-142-11/+20
| | | | | | | | | | | | | | | | | Upgrade to release 1.10.2: - Revert Change: Revert percent encoding of URL parts - Prevent long (length > 4_300) strings/bytes as input to int fields, see python/cpython#95778 and CVE-2020-10735 - fix: dataclass wrapper was not always called - Use tomllib on Python 3.11 when parsing mypy configuration - Basic fix of GenericModel cache to detect order of arguments in Union models - Fix mypy plugin when using bare types like list and dict as default_factory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 3.3.0 -> 3.4.1Leon Anavi2022-09-141-1/+1
| | | | | | | | | | | Upgrade to release 3.4.1: - Add option to specify line break character used in pagination - Add header alignment attribute - Revert "Add header alignment attribute" Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: Upgrade 2.8.5 -> 2.8.6Leon Anavi2022-09-141-1/+1
| | | | | | | | | | | | | | | Upgrade to release 2.8.6: - Add random_spanning_tree to documentation - Add warning to nx_agraph about layout nondeterminism - Add cache reset for when G._node is changed - Allow unsortable nodes in approximation.treewidth functions - Add examples for the condensation function - Improve LCA input validation - Replace LCA with naive implementations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: Upgrade 2.2.0 -> 2.3.0Leon Anavi2022-09-141-1/+5
| | | | | | | | | | | | | | | | | | Upgrade to release 2.3.0: - Support Python 3.10. - IntervalDict.as_dict has an optional atomic=False parameter that, if set to True, returns intervals that are atomic. - Experimental support for structural pattern matching (on left, lower, upper and right). - (breaking) For consistency, the empty interval is never <, >, <=, nor >= when compared to another interval. - Comparing an interval and a value is deprecated since it is ill-defined when the value is on the left of <= or >=. Convert values to singletons first. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.21.2 -> 2.21.3Leon Anavi2022-09-141-1/+1
| | | | | | | | | | | Upgrade to release 2.21.3: - Raise error if fps is specified - Fix small typo - Examples for Pyav Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.39.0 -> 0.39.1zhengruoqin2022-09-131-1/+1
| | | | | | | | | Changelog: ========= Performance improvements for constructing outgoing packet data (#1090) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.0.3 -> 2.0.4wangmy2022-09-131-1/+1
| | | | | | | | | | Changelog: ========== Add use_location_hints argument to document API for giving the option of ignoring XSI schema locations hints Fix import from locations hints with namespace mismatch (issue #324) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.4.0 -> 1.4.1wangmy2022-09-131-1/+1
| | | | | | | | | | | Changelog: ========= - Fix stack growth bug when `run_forever` reconnects (#854) - Add doctest CI for sphinx docs code examples (d150099) - General docs improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: upgrade 22.4.0 -> 22.8.0wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.40 -> 1.4.41wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymetno: upgrade 0.9.0 -> 0.10.0wangmy2022-09-131-1/+1
| | | | | | | | | Changelog: ========== Add get_forecast range arguments Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oauthlib: upgrade 3.2.0 -> 3.2.1wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.58 -> 0.0.59wangmy2022-09-131-1/+1
| | | | | | | | | | | Changelog: ========== * Add ibus/m17n:ar:kbd as input method for Arabic and fix iso639-1 code for Arabic * Get translation changes from CLDR * Add more translations from CLDR Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.58.0 -> 2.60.0wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 1.3.5 -> 1.3.7wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-antlr4-runtime: upgrade 4.10 -> 4.11.1wangmy2022-09-131-2/+2
| | | | | | | | | | | | | | | | | License-Update: -Metadata-Version updated to 2.1 -Python updated from 2.7.12 to 3 -Version updated to 4.11.1 -Description and Platform removed Changelog: =========== a major rebuild of the Go target huge internal refractoring of testing and various target speed improvements Getting all targets to run on all operating systems using github actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiofiles: upgrade 0.8.0 -> 22.1.0wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lxml: DeleteKhem Raj2022-09-111-42/+0
| | | | | | Moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parsimonious: upgrade 0.9.0 -> 0.10.0zhengrq.fnst2022-09-081-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.4.3 -> 1.4.4zhengrq.fnst2022-09-081-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sympy: upgrade 1.10.1 -> 1.11.1zhengrq.fnst2022-09-081-2/+2
| | | | | | | License-Update: Copyright year updated to 2022. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-natsort: upgrade 8.1.0 -> 8.2.0zhengrq.fnst2022-09-081-1/+1
| | | | | | | | | | Changelog: =========== Auto-coerce pathlib.Path objects to str since it is the least astonishing behavior Reduce strictness of type hints to avoid over-constraining client code Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.12.5 -> 2.12.9Leon Anavi2022-09-081-1/+1
| | | | | | | | | | | | Upgrade to release 2.12.9: - Fixed creation of the ``__init__`` of ``dataclassess`` with multiple inheritance. - Fixed a crash on ``namedtuples`` that use ``typename`` to specify their name. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-transitions: Upgrade 0.8.11 -> 0.9.0Leon Anavi2022-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.9.0: - Removed legacy implementation of HierarchicalMachine from the package - Fix active state styling in GraphMachine - Fix issues related to scopes and queueing in HierachicalMachine - Reflexive transitions (dest: '=') had not been resolved correctly when source was a wildcard - HSM did not detect reflexive transitions if src was a parent state - Fix implicit fallback to graphviz when pygraphviz was not installed - Fix on_timeout callback resolution when timeout had been initialized with timeout=0 - Last label in GraphSupport was not correctly aligned when show_attributes=True - Feature: Add pyi stub files for better type hinting. Since many functions and constructors allow rather arbitrary arguments time will tell whether typing should be strict (and cause more mypy issues) or more relaxed (and thus less precise). - Reviewed and improved method documentation - Add may transition check to transitions - Refactored error handling to be able to handle MachineError in on_exception callbacks - Add mypy to test workflow - Add Retry state to supported state stereotypes - Machine._identify_callback has been converted to instance method from class method - LockedMachine._get_qualified_state_name has been converted to instance method from static method - Removed _super workaround related to dill License-Update: File changes, the licese remains the same MIT Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-haversine: Upgrade 2.6.0 -> 2.7.0Leon Anavi2022-09-081-1/+1
| | | | | | | | | Upgrade to release 2.7.0: - Official support of python 3.10, 3.11 and 3.12 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* matplotlib: Upgrade to 3.5.3Khem Raj2022-09-072-5/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.48.0 -> 1.48.1Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.48.0 -> 1.48.1Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.57.0 -> 2.58.0Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.8.2 -> 2.10.0Wang Mingyu2022-09-071-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ Features -------- Add 'strict' to flatten_query_params to lower-case bools (#433) (83678e9) Make grpc transcode logic work in terms of protobuf python objects (#428) (c3ad8ea) Bug Fixes --------- Require python 3.7+ (#410) (7ddb8c0) Restore support for grpcio-gcp (#418) (8c19609) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 3.2.12 -> 4.1Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: upgrade 6.6.0 -> 6.7.0Wang Mingyu2022-09-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.12.4 -> 2.12.5Wang Mingyu2022-09-071-1/+1
| | | | | | | | | | | Changelog: ========== * Prevent first-party imports from being resolved to 'site-packages'. * Fix "astroid.interpreter._import.util.is_namespace()" incorrectly returning "True" for frozen stdlib modules on PyPy. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Upgrade to 1.13.2Khem Raj2022-09-051-1/+1
| | | | | | | | | | | | | | | | | | | License-Update: Add attribution to Lawrence Livermore National Laboratory and the United States Department of Energy Drop the Advertizing Clause from COPYING Forward port patches Drop 0001-cross-compiling-support.patch bring in qemu usermode to do runtime pieces of build Delete cached source files, as they are no longer needed Upgrade version info in python3-h5py as well to match the upgraded version number Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.30 -> 3.0.31Leon Anavi2022-09-051-1/+1
| | | | | | | | | | | | Upgrade to release 3.0.31: - Pass through `name` property in `TextArea` widget to `Buffer`. - Added a `enable_cpr` parameter to `Vt100_Output`, `TelnetServer` and `PromptToolkitSSHServer`, to completely disable CPR support instead of automatically detecting it. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.21.1 -> 2.21.2Leon Anavi2022-09-051-1/+1
| | | | | | | | | | | Upgrade to release 2.21.2: - Allow v3.imread to read dicom - Revert to asanyarray - Add missing numpy import in example Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.0.2 -> 2.0.3Xu Huan2022-09-031-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>