summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-iperf: initial add 0.1.11Daide Li2022-06-301-0/+11
| | | | | Signed-off-by: Daide Li <dai-de.li@leica-geosystems.com.cn> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smbus2: upgrade 0.4.1 -> 0.4.2Xu Huan2022-06-301-1/+1
| | | | | | | | | | | Changelog: ========= * Explicitly export from top level of package #69. * Transitioned pipelines from Travis-CI to GitHub Actions. Python 3.10 added. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 2.13.9 -> 2.14.1Xu Huan2022-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Avoid reporting unnecessary-dict-index-lookup or unnecessary-list-index-lookup when the index lookup is part of a destructuring assignment. Fixed parsing of unrelated options in tox.ini. Fixed a crash when linting __new__() methods that return a call expression. Don't crash if we can't find the user's home directory. Fixed false positives for unused-import when aliasing typing e.g. as t and guarding imports under t.TYPE_CHECKING. Fixed a false positive regression in 2.13 for used-before-assignment where it is safe to rely on a name defined only in an except block because the else block returned. Fixed the use of abbreviations for some special options on the command line. Fix a crash in the optional pylint.extensions.private_import extension. bad-option-value (E0012) is now a warning unknown-option-value (W0012). Deleted messages that do not exist anymore in pylint now raise useless-option-value (R0022) instead of bad-option-value. This allows to distinguish between genuine typos and configuration that could be cleaned up. Existing message disables for bad-option-value will still work on both new messages. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: upgrade 0.960 -> 0.961Xu Huan2022-06-301-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyconnman: Add 'future' runtime dependencyMarcus Flyckt2022-06-301-1/+1
| | | | | | | | pyconnman has an install_requires on 'future', but the corresponding 'python3-future' is missing from the recipes RDEPENDS. Signed-off-by: Marcus Flyckt <mafl@kvaser.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.4.2 to 5.4.3Ross Burton2022-06-301-1/+1
| | | | | | | Now that we have a new enough setuptools, cbor2 5.4.3 successfully builds. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: Add typing-extensions dependencyBen Powell2022-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The python-can 4.0.0 release introduced a dependency on the typing_extensions module: $ python3 Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import can Traceback (most recent call last): File "<stdin>", line 1, in <module> File "python-can/can/__init__.py", line 17, in <module> from .listener import Listener, BufferedReader, RedirectReader, AsyncBufferedReader File "python-can/can/listener.py", line 12, in <module> from can.message import Message File "python-can/can/message.py", line 11, in <module> from . import typechecking File "python-can/can/typechecking.py", line 9, in <module> import typing_extensions ModuleNotFoundError: No module named 'typing_extensions' Signed-off-by: Ben Powell <ben_powell@trimble.com> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 1.11.1 -> 1.11.2zhengruoqin2022-06-301-1/+1
| | | | | | | | | | Changelog: ========== Fix 'replace_existing' argument usage in XsdElement.get_binding method Add Russian full translation Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.6.6 -> 2.7.0zhengruoqin2022-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Features ---------- add experimental enterprise cert support (#1052) (dda7dda) add experimental GDCH support (#1022) (5367aac) Pluggable auth support (#995) (62daa73) Bug Fixes ---------- validate urls for external accounts (#1031) (61b1f15) Reverts --------- pluggable auth support #995 (#1039) (513d999) revert experimental GDCH support (#1022) (#1042) (c720995) Documentation ------------- fix changelog header to consistent size (#1046) (e64d084) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.49.0 -> 2.50.0zhengruoqin2022-06-301-1/+1
| | | | | | | | Changelog: fix changelog header to consistent size (#1818) (b698f9c) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstruct: upgrade 8.14.1 -> 8.15.1zhengruoqin2022-06-301-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 1.11.0 -> 1.11.1wangmy2022-06-301-1/+1
| | | | | | | | | | Changelog: =========== Protect converter calls in iter_decode()/iter_encode() Extend XSD type matching for code generators Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-waitress: upgrade 2.1.1 -> 2.1.2wangmy2022-06-301-1/+1
| | | | | | | Remove change of default for clear_untrusted_proxy_headers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 4.0.0 -> 4.0.1wangmy2022-06-301-1/+1
| | | | | | | | | | Bugfixes ========== Improve logging when keyring fails. (#890) Reconfgure root logger to show all log messages. (#896) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.36 -> 1.4.37wangmy2022-06-301-1/+1
| | | | | | | Changelog:https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.4.24 -> 2022.6.2wangmy2022-06-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msk: upgrade 0.3.16 -> 0.4.0zhengruoqin2022-06-301-3/+2
| | | | | | | License-Update: replace '~/.local/share' for '/opt' Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crc32c: upgrade 2.2.post0 -> 2.3zhengruoqin2022-06-301-1/+1
| | | | | | | | | | | | | Changelog: ========== *Improved macro definition logic and platform detection to enable building universal2 binary wheels for macOS, alongside arm64 and x86_64 ones; added step to GitHub Actions to generate and publish them (#28). *Mention explicit support for Python 3.10. *Fixed minor compilation warning in ARM64 builds. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 37.0.7 -> 37.1.0wangmy2022-06-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | Add dependence asyncio. Changelog: ========== Parse SPNs in SYM Files Miscellaneous smaller fixes Implement support for AUTOSAR secure on-board communication Distribute & expose type annotations per PEP 561 Add more type annotations Improve encoding performance Add Support for Dumping Database as SYM File Fix SYM file bugs Fix parsing of referenced data in CDDs implement decoding of partial messages Use floating point scaling in encoding Small improvements after #417 minor bug fixes and improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: upgrade 2.0.3 -> 2.0.4zhengruoqin2022-06-301-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.7.7 -> 1.8.0zhengruoqin2022-06-301-1/+1
| | | | | | | | | | | | Changelog: =========== *Alembic 1.8 now supports Python 3.7 and above. *The "Pylons" environment template has been removed as of Alembic 1.8. This template was based on the very old pre-Pyramid Pylons web framework which has been long superseded by Pyramid. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-absl: upgrade 1.0.0 -> 1.1.0zhengruoqin2022-06-301-1/+1
| | | | | | | | | | | | Changelog: ========== *Flag instances now raise an error if used in a bool context. This prevents the occasional mistake of testing an instance for truthiness rather than testing flag.value. *absl-py no longer depends on six. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 3.20.1 -> 4.21.1Xu Huan2022-06-301-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msgpack: upgrade 1.0.3 -> 1.0.4Xu Huan2022-06-301-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Support Python 3.11 (beta) refresh ci settings. Don't define _*ENDIAN macro on Unix. Update setuptools and black Use PyFloat_Pack8() on Python 3.11a7 Upgrade black to fix CI Fix Unpacker max_buffer_length handling ci: Update action versions. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lxml: upgrade 4.8.0 -> 4.9.0Xu Huan2022-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Bugs fixed ---------- * GH#341: The mixin inheritance order in ''lxml.html'' was corrected. Patch by xmo-odoo. Other changes ------------- * Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12. * Wheels include zlib 1.2.12, libxml2 2.9.14 and libxslt 1.1.35 (libxml2 2.9.12+ and libxslt 1.1.34 on Windows). * GH#343: Windows-AArch64 build support in Visual Studio. Patch by Steve Dower. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-awesomeversion: upgrade 22.5.1 -> 22.5.2Wang Mingyu2022-06-011-1/+3
| | | | | | | Add dependeces: python3-profile python3-logging Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.19.2 -> 2.19.3zhengrq.fnst2022-06-011-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== Fix ---- Correctly read STK volumes in v3 (#805) (9b739ab) Other ----- Include py.typed in package (#815) (ba63485) Add GA token (#814) (c9a2852) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.56.1 -> 1.56.2zhengrq.fnst2022-06-011-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.48.0 -> 2.49.0zhengrq.fnst2022-06-011-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.49.0 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 5.1.0 -> 5.2.0zhengrq.fnst2022-06-011-1/+1
| | | | | | | | | | | | Changelog: ========= Add cachetools.keys.methodkey(). Add cache_clear() function to decorators. Add src directory to sys.path for Sphinx autodoc. Modernize func wrappers. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: upgrade 4.2.1 -> 4.2.2Xu Huan2022-06-011-1/+1
| | | | | | | | | | Changelog: ========= Update .github/workflows/ci.yml template, #637, #640 Change note in skeleton to emphasize it can be removed/renamed, #641 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: upgrade 0.950 -> 0.960Xu Huan2022-06-011-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: upgrade 4.0.0 -> 4.0.1Xu Huan2022-06-011-1/+1
| | | | | | | | Changelog: Add flush method to LZ4FrameFile. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: upgrade 3.6.0 -> 3.7.0Xu Huan2022-06-011-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: upgrade 5.1.2 -> 5.2.0Xu Huan2022-06-011-1/+1
| | | | | | | | | | Changelog: ========== Better handling of message_queue connection argument #1130 More robust handling of to and room arguments of emit and send #1771 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: add missing dependencyAdrian Fiergolski2022-06-011-0/+1
| | | | | | | In order to fix the dependency issue on PIL module, python3-pillow is required. Signed-off-by: Adrian Fiergolski <adrian.fiergolski@fastree3d.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uinput: Fix build on 32bit arches using 64bit times_tKhem Raj2022-05-292-1/+46
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bartosz Golaszewski <brgl@bgdev.pl>
* python3-pychromecast: upgrade 12.1.1 -> 12.1.2zhengrq.fnst2022-05-291-1/+1
| | | | | | | | | | Changelog: ========= Add some additional cast types (#622) Format some code (#621) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.0.0 -> 4.1.0zhengrq.fnst2022-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Added ------ Support Python 3.11 (#13) Add Arabic language (jmoiron/humanize#256) Docs: add dark mode toggle and default to system preference (jmoiron/humanize#255) Documentation improvements (jmoiron/humanize#254) Changed ------- Update repo links (#2) Fixed ------- Removed VERSION from __all__ (#11) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: upgrade 2.10.4 -> 2.11.0zhengrq.fnst2022-05-291-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.0.9 -> 3.0.10zhengrq.fnst2022-05-291-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.46.0 -> 1.46.3zhengrq.fnst2022-05-291-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: upgrade 1.3.3 -> 1.3.5Wang Mingyu2022-05-291-1/+1
| | | | | | | | | | 1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (#58) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.35 -> 1.4.36Wang Mingyu2022-05-291-1/+1
| | | | | | | | Changelog: https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 1.10.0 -> 1.11.0Wang Mingyu2022-05-291-1/+1
| | | | | | | | | | | Changelog: ========= Add localization for XSD parsing and validation related error messages Add full Italian translation Add Russian partial translation (from PR #293) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 5.29.0 -> 5.29.1Wang Mingyu2022-05-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.1.7 -> 2.1.8Wang Mingyu2022-05-291-1/+1
| | | | | | | | | | | | | | Changelog: ========== Fix adding failed emitters on observer schedule. (#872) [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. (#869) [watchmedo] Fix broken parsing of --kill-after argument for the auto-restart command. (#870) [watchmedo] Fix broken parsing of boolean arguments. (#887) [watchmedo] Fix broken parsing of commands from auto-restart, and shell-command. (#888) [watchmedo] Support setting verbosity level via -q/--quiet and -v/--verbose arguments. (#889) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 5.0 -> 5.0.1Wang Mingyu2022-05-291-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-5.0.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.45.0 -> 2.48.0zhengrq.fnst2022-05-291-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.7.3 -> 2.8.0Xu Huan2022-05-291-1/+1
| | | | | | | | | Changelog: ========= adds support for audience in client_options (#379) (c97c498) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>