summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* python3-websocket-client: upgrade 1.3.3 -> 1.4.0Xu Huan2022-09-031-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyudev: upgrade 0.23.2 -> 0.24.0Xu Huan2022-09-031-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.17.0 -> 3.17.1Xu Huan2022-09-031-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: upgrade 1.1.2 -> 1.1.3Xu Huan2022-09-031-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: upgrade 0.4.9 -> 0.5.0zhengrq.fnst2022-09-031-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: upgrade 5.2.0 -> 5.3.0zhengrq.fnst2022-09-031-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.12.2 -> 2.12.4zhengrq.fnst2022-09-031-1/+1
| | | | | | | | | Changelog: ========== Fixed a crash involving non-standard type comments such as # type: # any comment. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: Add RDEPENDS for python3-pyzmq-ptestMingli Yu2022-09-011-0/+1
| | | | | | | | | Fixes: # ./run-ptest ./run-ptest: line 3: pytest: command not found Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: Fix buildpaths issueMingli Yu2022-09-011-0/+5
| | | | | | | | | | Fixes: WARNING: python3-pyzmq-23.2.0-r0 do_package_qa: QA Issue: File /usr/lib64/python3.10/site-packages/zmq/utils/config.json in package python3-pyzmq contains reference to TMPDIR File /usr/lib64/python3.10/site-packages/zmq/utils/compiler.json in package python3-pyzmq contains reference to TMPDIR [buildpaths] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: Fix build with python3 and muslKhem Raj2022-08-282-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netifaces: Fix build with python3 and muslKhem Raj2022-08-282-2/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove dead link and old information from the README.Philip Balister2022-08-271-5/+0
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11: Update to Version 2.10.0.Philip Balister2022-08-272-33/+2
| | | | | | | | | | * Dropped patch for cross compile. 918d4481a4f69c7a4cbb4282acbabd28e2433039 fixes this upstream. * This also fixing an issue building gnuradio where pybind looked for something in /usr/include/pythonX.Y on the build machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcserver: Add dependence python3-typing-extensionsWang Mingyu2022-08-271-0/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pythonping: upgrade 1.1.2 -> 1.1.3Wang Mingyu2022-08-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: upgrade 0.2.3 -> 0.3.0Wang Mingyu2022-08-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.47.0 -> 1.48.0Xu Huan2022-08-273-41/+25
| | | | | | | | | | | | | | 0001-absl-always-use-asm-sgidefs.h.patch removed since it's included in 1.48.0 abseil-ppc-fixes.patch refreshed for new version License-Update: Add the contents of Mozilla Public License to license file. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.47.0 -> 1.48.0Xu Huan2022-08-271-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.10.0 -> 2.11.0Xu Huan2022-08-271-1/+1
| | | | | | | | | | | | | | | Changelog: ========= Features --------- add integration tests for configurable token lifespan (#1103) (124bae6) Bug Fixes -------- Async certificate retrieving (#1101) (05f125d) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.56.0 -> 2.57.0Xu Huan2022-08-271-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastjsonschema: upgrade 2.16.1 -> 2.16.2Xu Huan2022-08-271-1/+1
| | | | | | | | | Changelog: =========== Fix compile to code tests to run them on any platform Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 37.1.0 -> 37.1.2zhengrq.fnst2022-08-271-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-account: 0.6.1 -> 0.7.0zhengrq.fnst2022-08-271-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: upgrade 2.1.0 -> 2.1.1zhengrq.fnst2022-08-271-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ============ Deprecated ------------ Function normalize scheduled for removal in 3.0 Changed ---------- Removed useless call to decode in fn is_unprintable (#206) Fixed --------- Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asttokens: upgrade 2.0.7 -> 2.0.8zhengrq.fnst2022-08-271-1/+1
| | | | | | | | Changelog: Fix mypy explicit re-export issues Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8Yi Zhao2022-08-271-1/+1
| | | | | | | Drop local patch which has been merged upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: Upgrade 4.8.0 -> 4.10.1Atanas Bunchev2022-08-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading python3-twitter to 4.10.1 and adding missing RDEPEND requests-oauthlib The license line in PKG-INFO was moved from row 8 to row 9. Changelog: (https://github.com/tweepy/tweepy/releases) New Features / Improvements: - Add support for Direct Message typing indicator and read receipts - Add API.indicate_direct_message_typing and API.mark_direct_message_read - Fallback to "detail" response value for HTTPException message - Handle "error" key of response being a string in HTTPException - Add asynchronous interfaces for Twitter API v2 - Add asynchronous.AsyncClient - Add async_lru as requirement for async extra - Add asynchronous.AsyncStreamingClient - Add support for reverse chronological home timeline with Twitter API v2 - Add Client.get_home_timeline and AsyncClient.get_home_timeline - Update the User-Agent header based on AsyncStream.user_agent even if AsyncStream.session is already initialized/set Bug Fixes - Fix AsyncBaseClient rate limit handling - Fix handling of StreamRule when passed in list to StreamingClient.delete_rules or AsyncStreamingClient.delete_rules - Add support for media_fields, place_fields, and poll_fields parameters for Client.get_list_tweets and AsyncClient.get_list_tweets - Ignore AsyncClient method parameters explicitly passed as None Twitter API Deprecations: - Deprecate Stream.sample and note deprecation of compliance messages for Stream.filter - Deprecate AsyncStream.sample and note deprecation of compliance messages for AsyncStream.filter Misc: - Use setup.cfg for coverage.py configuration - Explicitly specify coverage >= 4.4.2 requirement for dev extra - Use setup.cfg for tox configuration - Update lower bound for dev extra tox requirement to >= 3.21.0 - Remove tests_require from setup.py - Stop creating universal wheels - Update and improve various documentation and tests - Log text of HTTP response when handling request error in BaseStream - Update Requests documentation URL for Intersphinx linking - Correct typo in documentation for StreamingClient and AsyncStreamingClient add_rules and delete_rules methods Signed-off-by: Atanas Bunchev <atanas.bunchev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: Enable largefile support explicitlyKhem Raj2022-08-251-0/+2
| | | | | | This ensures that third party packages like zlib can get this in CFLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: remove 2.2.x recipeJagadeesh Krishnanjanappa2022-08-241-12/+0
| | | | | | | | | | | | python3-django 2.2 LTS went end of extended support on April 11,2022 use python3-django 3.2.x instead which as end of extended support upto April 2024. More info: https://www.djangoproject.com/download/ https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: Add python3-asgiref runtime dependencyJagadeesh Krishnanjanappa2022-08-231-0/+1
| | | | | | | | | | Add runtime dependency on python3-asgiref as the "django-admin" script needs asgiref module. More info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: make 3.2.x as default versionJagadeesh Krishnanjanappa2022-08-231-5/+1
| | | | | | | | | | | | | According to https://www.djangoproject.com/download/ python3-django 3.2.x has LTS support upto 2024, hence make it as default version to build. Also, add runtime dependency on python3-asgiref as the "django-admin" script needs asgiref module. More info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: add recipeJagadeesh Krishnanjanappa2022-08-232-0/+32
| | | | | | | | | | | The default version of python3-django 2.2.x is no longer supported. So, python3-django either 3.x or 4.x should be preferred, that requires python3-asgiref at runtime. More info at https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>