summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* frr: add a patch to correctly check presence of python from pkg-configAlexander Kanavin2022-11-102-1/+30
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monkey: use git fetcherMartin Jansa2022-11-101-2/+3
| | | | | | | | * monkey-project.com doesn't resolve anymore * use v1.6.9 tag from github Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openocd: fix build errorKory Maincent2022-11-092-0/+31
| | | | | | | | | | | | | | | The update of RANLIB environment to "ranlib -D" in OE caused an error in the openocd executable check. Indeed it is not compatible with a environment compound with the tool name and a parameter. cc.tcl:272: Error: wrong # args: should be "find-executable name" configure: error: ./configure.gnu failed for jimtcl This patch fixes it by patching openocd executable test to check the first word of the environment only. Signed-off-by: Kory Maincent <kory.maincent@bootlin.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>
* surf: use libsoup-3.0 by defaultMarkus Volk2022-11-091-3/+4
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: use libsoup-3.0 by defaultMarkus Volk2022-11-091-2/+4
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: update 3.44.0 -> 3.46.0Markus Volk2022-11-093-194/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rest: upgrade 0.8.1 -> 0.9.0Markus Volk2022-11-094-1910/+25
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: update 40.0 -> 43.0Markus Volk2022-11-091-3/+2
| | | | 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>
* meta-oe][PATCH] gst-editing-services: fix typo in LICENSE field.Armin Kuster2022-11-091-1/+1
| | | | | | | WARNING: gst-editing-services-1.20.4-r0 do_populate_lic: QA Issue: gst-editing-services: No generic license file exists for: GPL-2.0-on-later in any provider [license-exists] Signed-off-by: Armin Kuster <akuster808@gmail.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>
* zabbix: upgrade 6.2.3 -> 6.2.4Wang Mingyu2022-11-091-1/+1
| | | | | | | automatic update of translation strings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uhubctl: upgrade 2.4.0 -> 2.5.0Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | Changelog: =========== * Added support for Linux sysfs based power switching provided in Linux kernel 6.0+ - it allows to solve reliability issues when turning power off on Linux (#450). * Added option --nodesc to skip querying device string descriptors (necessary for some buggy devices which otherwise would completely freeze). * New simpler way to configure udev rules on Linux (one rule works for any USB hub). * Even more supported devices. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: upgrade 2.2 -> 2.3Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | Changes since tio v2.2: ======================= Add mute feature This will make tio go fully silent and not print anything. Rename config variable 'tty' to 'device' Deprecate tty config keyword but keep it around for now Update show config Update example tiorc Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 5.5.2 -> 5.5.3Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | | Fixes --------- Fix for possible buffer zeroization overrun introduced at the end of v5.5.2 release cycle in GitHub pull request 5743 (#5743) and fixed in pull request 5757 (#5757). In the case where a specific memory allocation failed or a hardware fault happened there was the potential for an overrun of 0's when masking the buffer used for (D)TLS 1.2 and lower operations. (D)TLS 1.3 only and crypto only users are not affected by the issue. This is not related in any way to recent issues reported in OpenSSL. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stunnel: upgrade 5.66 -> 5.67Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== Security bugfixes ----------------- OpenSSL DLLs updated to version 3.0.7. New features ------------ Provided a logging callback to custom engines. Bugfixes --------- OpenSSL DLLs updated to version 3.0.6. Fixed "make cert" with OpenSSL older than 3.0. Fixed the code and the documentation to use concious language for SNI servers (thx to Clemens Lang). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser1net: upgrade 4.3.8 -> 4.3.9Wang Mingyu2022-11-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: upgrade 0.39 -> 0.40Wang Mingyu2022-11-092-32/+2
| | | | | | | | | | | | | 0001-py_base_stacktrace.c-include-glib.h.patch removed since it's included in 0.40 Changelog: ========= py_base_stacktrace.c: include glib.h Add support for fine-grained error location lines in Python tracebacks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.10.0 -> 22.11.0Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | Changelog: ========== core: * CairoOutputDev: Update font after restore * Protect against broken files * Small code refactoring Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: upgrade 1.12.3 -> 1.12.4Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | Changelog: ============ - GH #3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE] - GH #3852: SocketReactor - 100 % CPU usage on single-core system Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openvpn: upgrade 2.5.7 -> 2.5.8Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== tls-crypt-v2: bail out if the client key is too small Remove useless empty line from CR_RESPONSE message Allow running a default configuration with TLS libraries without BF-CBC Change command help to match man page and implementation Fix OpenVPN querying user/password if auth-token with user expires t_client: Allow to force FAIL on prerequisite fails t_client.sh: do not require fping6 Preparing release 2.5.8 msvc: add branch name and commit hash to version output Update the replay-window backtrack log message Do not skip ERROR:/SUCCESS: response from management interface Fix auth-token usage with management-def-auth Allow a few levels of recursion in virtual_output_callback() Ensure --auth-nocache is handled during renegotiation Purge auth-token as well while purging passwords Do not copy auth_token username to itself Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valijson: upgrade 0.7 -> 1.0Wang Mingyu2022-11-091-2/+2
| | | | | | | | | | | | | | License-update: "Akamai Technolgies" changed to "Akamai Technologies" Changelog: =========== Transition to using submodules for vendored-in parser libraries Fixes for the implementation of YamlCppObject::find() Use the correct version of std::string::replace in the extractReferenceToken helper function Avoid throwing exceptions when using operator new in the CustomAllocator class Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20221023.0 -> 5.9.20221106.0Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | Changelog: ========== lregex: warn if mgroup= flag is not given in --mline-regex-<LANG>= Meson: extract imported modules as reference tags Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 2.3.0 -> 2.3.1Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | Changelog: ========== Bugfix: App::get_option_group implementation missing #793 Bugfix: Fix spacing when setting an empty footer #796 Bugfix: Address Klocwork static analysis checking issues #785 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ulogd2: upgrade 2.0.7 -> 2.0.8Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.10.09 -> 2022.10.30Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosh: upgrade 1.3.2 -> 1.4.0Wang Mingyu2022-11-072-29/+2
| | | | | | | | | | | 0001-Fix-building-with-libc.patch removed since it's included in 1.4.0 Changelog: https://github.com/mobile-shell/mosh/releases/tag/mosh-1.4.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: upgrade 1.70 -> 1.72Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Upgraded SQLite to 3.39.4 - Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper) - Fix another test failure on perl built with -DDEBUGGING - Lowercase datatype in table column metadata for backcompat - Fix test failure on perl built with -DDEBUGGING (andk++) - Expose sqlite_error_offset introduced in 3.38.0 - Improve sqlite_load_extension doc (GH#94, Derek Lamb++) - Add a feature to unregister a created function - Fix accented characters in POD (GH#90, HaraldJoerg++) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: upgrade 2.13.1 -> 2.14Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | | | | Changelog: =========== lcms2 now implements ICC specification 4.4 New multi-threaded plug-in several fixes to keep fuzzers happy Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used Added more validation against broken profiles Add more help to several tools Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.363 -> 0.364Wang Mingyu2022-11-071-1/+1
| | | | | 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>
* pugixml: upgrade 1.12 -> 1.13Markus Volk2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | v1.13 2022-11-01 Maintenance release. Changes: Improvements: - xml_attribute::set_value, xml_node::set_value and xml_text::set now have overloads that accept pointer to non-null-terminated string and size - Improve performance of tree traversal when using compact mode (PUGIXML_COMPACT) Bug fixes: - Fix error handling in xml_document::save_file that could result in the function succeeding while running out of disk space - Fix memory leak during error handling of some out-of-memory conditions during xml_document::load Compatibility improvements: - Fix exported symbols in CMake DLL builds when using CMake - Fix exported symbols in CMake shared object builds when using -fvisibility=hidden Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openwsman: Change download branch from master to main.Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: use automake ptest output formatRandy MacLeod2022-11-072-2/+19
| | | | | | | | | | | | | | | | | Make run-ptest use the correct libdir for multilib builds. Log the ptest output to a date stamped file and append a test summary to the end of the log. Munge the log as it is produced to: - insert the expected automake keywords: PASS and FAIL. - remove escape sequences used for ANSI colours as well as movement commands Add additional discrete tool dependencies to the nftables-ptest list since the test suite does not work with the busybox versions. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minio: add recipe for minio clientSakib Sajal2022-11-073-0/+877
| | | | | | | | | MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon S3 compatible cloud storage service (AWS Signature v2 and v4). Signed-off-by: Sakib Sajal <sakib.sajal@windriver.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>