summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-binwalk: add recipe for version 2.3.3Tomasz Żyjewski2022-11-251-0/+17
| | | | | | | Install binwalk utility Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aioserial: new packageGerbrand De Laender2022-11-251-0/+17
| | | | | | | | Adds a recipe for aioserial - an asynchronous serial port library for Python Signed-off-by: Gerbrand De Laender <gdelaende@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-m2crypto: fix CVE-2020-25657 and buildpaths qa issueKai Kang2022-11-253-6/+183
| | | | | | | | | | | | | | | | Backport patch to fix CVE-2020-25657 for python3-m2crypto. Adjust indent as well. Remove duplicate 'Upstream-Status:' from avoid-host-contamination.patch. Add swig option '-DOPENSSL_FILE' to fix buildpaths qa issues. WARNING: python3-m2crypto-0.38.0-r0 do_package_qa: QA Issue: File /usr/lib/python3.11/site-packages/M2Crypto/_m2crypto.cpython-311-x86_64-linux-gnu.so in package python3-m2crypto contains reference to TMPDIR [buildpaths] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kmod: new packageBartosz Golaszewski2022-11-251-0/+14
| | | | | | | Add a recipe for python3-kmod - a python wrapper around libkmod. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.0.1 -> 1.1.1zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simplejson: upgrade 3.17.6 -> 3.18.0zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Allow serialization of classes that implement for_json or _asdict by ignoring TypeError when those methods are called https://github.com/simplejson/simplejson/pull/302 * Raise JSONDecodeError instead of ValueError in invalid unicode escape sequence edge case https://github.com/simplejson/simplejson/pull/298 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeinterface: upgrade 5.5.1 -> 5.5.2zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | | | | Changelog: Add support for building arm64 wheels on macOS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.43 -> 1.4.44zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.44 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-vlc: upgrade 3.0.16120 -> 3.0.18121zhengrq.fnst@fujitsu.com2022-11-231-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: 4.1.1 -> 4.2.0Kai Kang2022-11-234-904/+35
| | | | | | | | | | | | Upgrade python3-wxgtk4 from 4.1.1 to 4.2.0: * fix licence according to LICENSE.txt that it is licenced under LGPL-2.0, and WXwindows is used for documents * remove backported patches * not overwrite CFLAGS and CXXFLAGS in file wscript Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-attrdict3: add recipe with version 2.0.2Kai Kang2022-11-231-0/+12
| | | | | | | python3-attrdict3-native is required by python3-wxgtk4. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.3.2 -> 4.3.3Wang Mingyu2022-11-191-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.65.0 -> 2.66.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md#features-1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.56.4 -> 1.57.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Features ------------ Add support for Python 3.10 (#143) (63ca888) Add support for Python 3.11 (#145) (b9dbb21) added google.api.JwtLocation.cookie (6af2132) added google.api.Service.publishing and client libraries settings (6af2132) new fields in enum google.api.ErrorReason (6af2132) Bug Fixes ----------- deprecate google.api.BackendRule.min_deadline (6af2132) deps: Require protobuf >=3.19.5 (#141) (9ea3530) Documentation -------------- minor updates to comments (6af2132) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: upgrade 0.33.1 -> 0.33.2Wang Mingyu2022-11-191-1/+1
| | | | | | | | | Changelog: * greenio: GreenPipe/fdopen() with 'a' in mode raised io.UnsupportedOperation: File or stream is not writable https://github.com/eventlet/eventlet/pull/758 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-utils: upgrade 2.0.0 -> 2.1.0Wang Mingyu2022-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: upgrade 3.1.0 -> 4.0.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== Updates for Flask-SQLAlchemy 3.x compatiblity Enable type comparison and batch mode by default Option to rename "db" command group to a custom name Better handling of MetaData instances in templates Set options correctly when revision --autogenerate is used #463 Documentation section on configuring Alembic Upgrade build to pypy-3.9 Add Python 3.10 to build Add Python 3.11 to build Specify license in project metadata #489 Remove tests from pypi package Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.1 -> 4.1.3Wang Mingyu2022-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stevedore: upgrade 4.1.0 -> 4.1.1zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.0.1 -> 1.1.0zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.0.0 -> 3.0.2zhengrq.fnst@fujitsu.com2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Add pygments as requirement for repl Update datastore remote to handle write requests (#1166) Allow multiple servers. (#1164) Fix typo. (#1162) Transfer parms. to connected client. (#1161) Repl enhancements 2 (#1141) Server simulator with datastore with json data. (#1157) Avoid unwanted reconnects (#1154) Do not initialize framer twice. (#1153) Allow timeout as float. (#1152) Improve Docker Support (#1145) Fix unreachable code in AsyncModbusTcpClient (#1151) Fix type hints for port and timeout (#1147) Start/stop multiple servers. (#1138) Server/asyncio.py correct logging when disconnecting the socket (#1135) Add Docker and container registry support (#1132) Removes undue reported error when forwarding (#1134) Obey timeout parameter on connection (#1131) Readme typos (#1129) Clean noqa directive. (#1125) Add isort and activate CI fail for black/isort. (#1124) Update examples. (#1117) Move logging configuration behind function call (#1120) serial2TCP forwarding example (#1116) Make serial import dynamic. (#1114) Bugfix ModbusSerialServer setup so handler is called correctly. (#1113) Clean configurations. (#1111) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: upgrade 2.0.5 -> 2.0.6Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.22.3 -> 2.22.4Wang Mingyu2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== Fix ------- Fix silent failure when writing gray images with explicit color channel using pillow (#906) (a075c17) Ffmpeg supports .h264 extension (#901) (7571ea9) Avoid webcam hang on MacOS (#899) (019069f) Other ------- Fix typo (#905) (5355f93) Document deprecated format_hint (#902) (88b7784) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: upgrade 2.0.0 -> 2.0.1Wang Mingyu2022-11-141-1/+1
| | | | | | | | Changelog: Python 3.11: Fix a memory leak. See issue 328 and gevent issue 1924. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.14.0 -> 2.14.1Wang Mingyu2022-11-141-1/+1
| | | | | | | | | | | Bug Fixes ---------- Apply quota project for compute cred in adc (#1177) (b9aa92a) Update minimum required version of cryptography in pyopenssl extra (#1176) (e9e76d1) Validate url domain for aws metadata urls (#1174) (f9d7d77) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-frozenlist: upgrade 1.3.1 -> 1.3.3Wang Mingyu2022-11-141-1/+1
| | | | | | | | | Changelog: Fixed CI runs when creating a new release, where new towncrier versions fail when the current version section is already present. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-hash: upgrade 0.5.0 -> 0.5.1Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiosignal: upgrade 1.2.0 -> 1.3.1Wang Mingyu2022-11-141-1/+1
| | | | | | | | | Changelog: Removed stray quote and comma from setup.cfg preventing PyPI from accepting a release. (#361) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-u-msgpack-python: upgrade 2.7.1 -> 2.7.2Wang Mingyu2022-11-141-3/+2
| | | | | | | | | | | License-Update: Copyright year updated to 2022 Changelog: =========== Fix hex formatting of data bytes in Ext string representation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.64.0 -> 4.64.1zhengrq.fnst@fujitsu.com2022-11-091-1/+1
| | | | | | | | | | | Changelog: ========== support ipywidgets>=8 (#1366, #1361 <- #1310, #1359, #1360, #1364) fix jupyter lab display update notebook tests Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeinterface: upgrade 5.5.0 -> 5.5.1zhengrq.fnst@fujitsu.com2022-11-091-1/+1
| | | | | | | | | Changelog: ========== Add support for final Python 3.11 release. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: upgrade 2.0.1 -> 2.1.0zhengrq.fnst@fujitsu.com2022-11-091-1/+1
| | | | | | | | | | | | | | | Changelog: ========== Added ---------- Support FORCE_COLOR and detect tty (#25) Deprecated ---------- Deprecate __ALL__, use __all__ instead (#23) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.4.1 -> 1.4.2zhengrq.fnst@fujitsu.com2022-11-091-1/+1
| | | | | | | | | | | Changelog: ========== - create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt args, to maintain consistency (#875) - Remove redundant key generation line (#864) - Updated docs to fix old links and updated CI to include Python 3.11 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.42 -> 1.4.43zhengrq.fnst@fujitsu.com2022-11-091-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.43 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonref: upgrade 0.3.0 -> 1.0.1Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | Changelog: =========== replace_refs is now a function rather than a class method of JsonRef New options were also added to replace_refs jsonloader is now a plan function rather than an instance of a class. Fix issue with proxies=False where it would not recurse through references to remove the proxies. #48 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: upgrade 2.11.0 -> 2.12.0Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | Changelog: ========= [Feature] #2125: (also re: #2054) Add a transport_factory kwarg to SSHClient.connect for advanced users to gain more control over early Transport setup and manipulation. Thanks to Noah Pederson for the patch. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: upgrade 9.2.0 -> 9.3.0Wang Mingyu2022-11-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [wiredfool] Initialize libtiff buffer when saving #6699 [radarhere] Inline fname2char to fix memory leak #6329 [nulano] Fix memory leaks related to text features #6330 [nulano] Use double quotes for version check on old CPython on Windows #6695 [hugovk] Remove backup implementation of Round for Windows platforms #6693 [cgohlke] Fixed set_variation_by_name offset #6445 [radarhere] Fix malloc in _imagingft.c:font_setvaraxes #6690 [cgohlke] Release Python GIL when converting images using matrix operations #6418 [hmaarrfk] Added ExifTags enums #6630 [radarhere] Do not modify previous frame when calculating delta in PNG #6683 [radarhere] Added support for reading BMP images with RLE4 compression #6674 [npjg, radarhere] Decode JPEG compressed BLP1 data in original mode #6678 [radarhere] Added GPS TIFF tag info #6661 [radarhere] Added conversion between RGB/RGBA/RGBX and LAB #6647 [radarhere] Do not attempt normalization if mode is already normal #6644 [radarhere] Fixed seeking to an L frame in a GIF #6576 [radarhere] Consider all frames when selecting mode for PNG save_all #6610 [radarhere] Don't reassign crc on ChunkStream close #6627 [wiredfool, radarhere] Raise a warning if NumPy failed to raise an error during conversion #6594 [radarhere] Show all frames in ImageShow #6611 [radarhere] Allow FLI palette chunk to not be first #6626 [radarhere] If first GIF frame has transparency for RGB_ALWAYS loading strategy, use RGBA mode #6592 [radarhere] Round box position to integer when pasting embedded color #6517 [radarhere, nulano] Removed EXIF prefix when saving WebP #6582 [radarhere] Pad IM palette to 768 bytes when saving #6579 [radarhere] Added DDS BC6H reading #6449 [ShadelessFox, REDxEYE, radarhere] Added support for opening WhiteIsZero 16-bit integer TIFF images #6642 [JayWiz, radarhere] Raise an error when allocating translucent color to RGB palette #6654 [jsbueno, radarhere] Added reading of TIFF child images #6569 [radarhere] Improved ImageOps palette handling #6596 [PososikTeam, radarhere] Defer parsing of palette into colors #6567 [radarhere] Apply transparency to P images in ImageTk.PhotoImage #6559 [radarhere] Use rounding in ImageOps contain() and pad() #6522 [bibinhashley, radarhere] Fixed GIF remapping to palette with duplicate entries #6548 [radarhere] Allow remap_palette() to return an image with less than 256 palette entries #6543 [radarhere] Corrected BMP and TGA palette size when saving #6500 [radarhere] Do not call load() before draft() in Image.thumbnail #6539 [radarhere] Copy palette when converting from P to PA #6497 [radarhere] Allow RGB and RGBA values for PA image putpixel #6504 [radarhere] Removed support for tkinter in PyPy before Python 3.6 #6551 [nulano] Do not use CCITTFaxDecode filter if libtiff is not available #6518 [radarhere] Fallback to not using mmap if buffer is not large enough #6510 [radarhere] Fixed writing bytes as ASCII tag #6493 [radarhere] Open 1 bit EPS in mode 1 #6499 [radarhere] Removed support for tkinter before Python 1.5.2 #6549 [radarhere] Allow default ImageDraw font to be set #6484 [radarhere, hugovk] Save 1 mode PDF using CCITTFaxDecode filter #6470 [radarhere] Added support for RGBA PSD images #6481 [radarhere] Parse orientation from XMP tag contents #6463 [bigcat88, radarhere] Added support for reading ATI1/ATI2 (BC4/BC5) DDS images #6457 [REDxEYE, radarhere] Do not clear GIF tile when checking number of frames #6455 [radarhere] Support saving multiple MPO frames #6444 [radarhere] Do not double quote Pillow version for setuptools >= 60 #6450 [radarhere] Added ABGR BMP mask mode #6436 [radarhere] Fixed PSDraw rectangle #6429 [radarhere] Raise ValueError if PNG sRGB chunk is truncated #6431 [radarhere] Handle missing Python executable in ImageShow on macOS #6416 [bryant1410, radarhere] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.9.13 -> 2022.10.31Wang Mingyu2022-11-091-1/+1
| | | | | | | | | Changelog: =========== Updated text for supported Unicode and Python versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 6.0 -> 6.0.1Wang Mingyu2022-11-091-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.0.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: upgrade 1.1.3.post0 -> 2.0.0Wang Mingyu2022-11-091-1/+1
| | | | | | | | Changelog: https://greenlet.readthedocs.io/en/latest/changes.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.13.0 -> 2.14.0Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Features ---------- Add token_info_url to external account credentials (#1168) (9adee75) Read Quota Project from Environment Variable (#1163) (57b3e42) Bug Fixes --------- Adding more properties to external_account_authorized_user (#1169) (a12b96d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: upgrade 22.10.1 -> 22.10.2Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | Bugfixes -------- Update to greenlet 2.0. This fixes a deallocation issue that required a change in greenlet's ABI. The design of greenlet 2.0 is intended to prevent future fixes and enhancements from requiring an ABI change, making it easier to update gevent and greenlet independently. greenlet 2.0 requires a modern-ish C++ compiler. This may mean certain older platforms are no longer supported. See :issue:`1909`. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-spidev: upgrade 3.5 -> 3.6Wang Mingyu2022-11-091-2/+1
| | | | | | | | Changelog: Added read0 flag to enable reading 0 bytes after transfer to lower CS when cshigh == True Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-brotli: Add new recipe for 1.0.9Chen Pei2022-11-071-0/+18
| | | | | Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: Upgrade 22.8.0 -> 22.10.0Leon Anavi2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 22.10.0: - The systemd: endpoint parser now supports "named" file descriptors. This is a more reliable mechanism for choosing among several inherited descriptors. - The systemd endpoint parser's index parameter is now documented as leading to non-deterministic results in which descriptor is selected. The new name parameter is now documented as preferred. - The implementers of Zope interfaces are once more displayed in the documentations. - twisted.protocols.dict, which was deprecated in 17.9, has been removed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httplib: Upgrade 0.20.4 -> 0.21.0Leon Anavi2022-11-071-1/+1
| | | | | | | | | Upgrade to release 0.21.0: - Bugfix for Content-Encoding: deflate Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.22.2 -> 2.22.3Leon Anavi2022-11-071-1/+1
| | | | | | | | | Upgrade to release 2.22.3: - Support compression and compressionargs in tifffile plugin Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: Upgrade 0.39.2 -> 0.39.4Leon Anavi2022-11-071-1/+1
| | | | | | | | | | Upgrade to release 0.39.4: - Fix IP changes being missed by ServiceInfo - Fix port changes not being seen by ServiceInfo Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websockets: upgrade 10.3 -> 10.4Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New features ------------ Validated compatibility with Python 3.11. Added the latency property to protocols. Changed ping to return the latency of the connection. Supported overriding or removing the User-Agent header in clients and the Server header in servers. Added deployment guides for more Platform as a Service providers. Improvements ------------- Improved FAQ. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>