summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xorriso: remove obsolete recipeRoss Burton2023-05-091-29/+0
| | | | | | | | | | | | | | GNU xorriso is simply a bundling of libisofs+libburn+libisoburn which also "restricts itself to a technical form where the legal commitments of the libburnia project and the legal intentions of FSF match completely".[1] What this actually means is unclear. We can follow upstream faster and have more modular recipes by packaging the pieces directly, instead of building the development snapshot of GNU xorriso 1.5.5. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libisoburn: add new recipeRoss Burton2023-05-092-0/+28
| | | | | | | | libisoburn is the library and command-line tool (xorriso) that can construct ISO-9660 images and write them to physical media. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libburn: move to meta-filesystemsRoss Burton2023-05-094-12/+14
| | | | | | | | | | | This recipe is very much in the remit of meta-filesystems, so move the recipe and update it. It ships a cdrecord wrapper so inherit lib_package, and the license is GPLv2 or later not GPLv2 only, for example: https://dev.lovelyhq.com/libburnia/libburn/src/branch/master/libburn/source.c Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libisofs: add new recipeRoss Burton2023-05-092-0/+16
| | | | | | | | libisofs from the libburnia project is a library to construct ISO-9660 filesystems. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imaagemagick: update 7.1.1-5 -> 7.1.1-8Markus Volk2023-05-091-8/+15
| | | | | | | | | - add PACKAGECONFIG for xml - add configuration - workaround reproducibility issues Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paprefs: add recipeMarkus Volk2023-05-091-0/+18
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: fix some systemd service conditionsMing Liu2023-05-091-1/+3
| | | | | | | | | | | | | Let usbgx.service require and run after sys-kernel-config.mount. Use "Type=simple" rather than "Type=oneshot", this ensures usbgx.service would not hang on failures, failures could happen in many conditions, like if the end user has manually configured something in configfs, or start usbgx.service twice, or someting wrong in /etc/default/usbgx or /etc/usbgx/*.schema. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: fix device hot-plug use caseMarcel Ziswiler2023-05-091-1/+1
| | | | | | | | | | | | | Upon hot-plugging device (resp. un-plugging host) dwc3_gadget_init() does nicely get executed. However, for an actual gadget to get started, it also requires the libusbgx dance as well. Instead of only doing this upon boot aka after multi-user.target (which is fine only if the device is already there at boot), execute it after usb-gadget.target. This ensures dwc3_gadget_start() gets executed also during hot-plugging. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: uprev to the latest commitMing Liu2023-05-093-1/+851
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uprev libusbgx to 721e3a1 to get following fixes: ``` 721e3a1 correct attribute import / export bbdaad2 Document the license of the library and examples 36e71e1 Rename the net class variables to class_ efdd7a6 tests: update test code with new net attributes 4ca4a76 net: adds class, subclass and protocol attributes b1c8586 Merge pull request #64 from mgrzeschik/master 8b91dbb uvc: add isoc parameter settings 50fe6a7 uvc: fix init_formats function afec0d6 uvc: fix exporting attrs with layouts missing a format 0607844 Merge pull request #63 from mgrzeschik/uvc-fix 20d7fe2 uvc: fix unsigned nmb to int ed1fb6d Merge pull request #62 from linux-usb-gadgets/uvc-fix 157cbd8 uvc: fix return check on scandir 741230b Merge pull request #61 from linux-usb-gadgets/uvc-libconfig-import-export-support 53231c7 uvc: add import/export support 61a4186 uvc: consistently use defines for common strings 57dc1d5 uvc: check attr pointer in set_attrs 4061ffd uvc: remove unnedded USBG_UVC_MAX_PATH_LENGTH define 1c94fb8 uvc: remove unused variable b28dd77 uvc: fix compile warnings 6bd989c gadget-uvc: fix 4k format resolution d0f2f4f Revert "Use an unnamed variable instead of a named one" 92deb97 pkgconfig: make Requires for libconfig optional 38dd92f gadget-vid-pid-remove: re-split default vendor/product defines from variables fa4e7e9 Use an unnamed variable instead of a named one 1ee53e4 Copy ether_addr structs to avoid union pointer alignment issues 4852080 Delete embedded copies of libtool m4 files ccba65f Tell git which paths to ignore are directories 3a0f66a Tell git to ignore autotools cruft in the src functions subdirectory 37fcf90 Tell git to ignore generated usbg_version.h header 1e7161d Tell git to ignore the generated cmake config file b9a5b9c Tell git to ignore the right generated pkg-config .pc file e972b9e Document that the configfs Linux kernel module needs to be loaded 97b6477 Support printer function ad378b4 Fix --without-libconfig segment fault on gadget-hid attr setting 67605a0 libusbgx: examples: gadget-vid-pid-remove: fix exit code on success e0cdec8 Merge pull request #54 from mgrzeschik/gadget-vid-pid-remove 547a759 Merge pull request #55 from mgrzeschik/uvc 52aa5ed libusbgx: Add UVC support 852087a libusbgx: examples: gadget-vid-pid-remove: add dynamic vid pid support af2292c Fix typo in comment 664b7e6 Added support for CMake projects macros b5ad66e Fix #39 Compilation fails on gcc v8 283879d libusbgx: fix --without-libconfig build against glibc-2.28 ``` Also add two pending MRs from github: ``` https://github.com/linux-usb-gadgets/libusbgx/pull/72 https://github.com/linux-usb-gadgets/libusbgx/pull/73 ``` Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: upgrade 2.2.0 -> 2.3.0Wang Mingyu2023-05-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= - Changes: * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val() * Add support for JSON format * Add support for OpenStep format * Introduce error codes and format constants * Add return value to import/export functions to allow returning error codes * Add new plist_sort function * Add several human-readable output-only formats * Add new plist_write_to_string/_stream/_file functions * Add new plist_print function * Add new plist_read_from_file function * Add new plist_mem_free() function * Add a few C++ methods * Add C++ interface test * Add PLIST_NULL type * Some code housekeeping (mostly clang-tidy) - Breaking: * plist_from_memory() gets additional parameter - Bugfixes: * Fix multiple bugs in all of the parsers * Fix handling of PLIST_UID nodes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: SRCREV bump d2ff796..114098dWang Mingyu2023-05-091-1/+1
| | | | | | | | | | | | | | | Changelogs: ========== Add a scheduled build every 1st of the month so we always have an artifact Fix compilation on cygwin Remove plist-related code in favor of new libplist API Set minimum required libplist version to 2.3.0 autoconf: Automatically derive version number from latest git tag Add NEWS for release Add missing include Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-python: Add new testsTrevor Gamblin2023-05-091-0/+2
| | | | | | | Add ptests for python3-pytest-mock, python3-tomlkit. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomlkit: Add recipeTrevor Gamblin2023-05-092-0/+26
| | | | | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-mock: Add recipeTrevor Gamblin2023-05-092-0/+29
| | | | | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: Add missing build dependency on readlineKhem Raj2023-05-091-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Add dependency on fbdev into lvgl-demo-fb DISTRO_FEATURESMarek Vasut2023-05-091-0/+2
| | | | | | | | | This recipe hard depends on fbdev, since it specifically targets systems using it. Add the DISTRO_FEATURES dependency to indicate it. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Upgrade dialog-lvgl to next/main versionMarek Vasut2023-05-093-2/+107
| | | | | | | | | | | | | | | | The dialog-lvgl has been unmaintained and stuck at LVGL v8.1.0 in its now archived repository branch main. There is subsequent effort in next/main branch which updates the code base to LVGL v8.2.0 that is almost compatible enough to still build against LVGL v8.3.7. Upgrade to this next/main branch which contains three additional commits on top of the main branch, which implement the update to newer LVGL. Add two more fixes to build against system timer provided tick and another fix for WL callback data type. Since there is no upstream, track the patches here for now. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Update lvgl-demo-fb to 8.3.0Marek Vasut2023-05-091-1/+1
| | | | | | | | | | | | | | The lvgl-demo-fb depends on specific configuration of LVGL which includes demo widgets, which as far as I can tell are not needed for regular LVGL application development. Currently lvgl-demo-fb contains its own copy of lvgl and lv-drivers, for which meta-oe already contains its own recipes, but so far we cannot reuse them. Upgrade the lvgl-demo-fb to 8.3.0 to at least match the lvgl and lv-drivers . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Support both fbdev and wayland backendsMarek Vasut2023-05-092-7/+11
| | | | | | | | | | | | | | The LVGL can be operated on top of fbdev as well as on WL compositor. Support both, which is a matter of configuring lv-drivers package per required backend. Determine the backend from DISTRO_FEATURES, since both 'wayland' and 'fbdev' are valid DISTRO_FEATURES. Add a bit more sed hacking of the configuration, which enables either FBDEV or WL backend. One notable item here is the enablement of EVDEV support, which is required for FBDEV backend, so in case FBDEV is enabled, so is EVDEV. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Add configurable color depth, default to 32bppMarek Vasut2023-05-091-0/+3
| | | | | | | Make color depth configurable and default to 32bpp . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Activate custom tick implementationMarek Vasut2023-05-091-0/+5
| | | | | | | | | | Use a custom tick source that tells the elapsed time in milliseconds. It removes the need to manually update the tick with `lv_tick_inc()`. This is the behavior which ought to be used for LVGL running on Linux compared to LVGL running on microcontroller. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: Upgrade lvgl to 8.3.7 and lv-driver to 8.3.0Marek Vasut2023-05-092-5/+4
| | | | | | | | | Both the LVGL and lv-drivers are now available in 8.3.y release, upgrade both to latest 8.3.y release version in lock step. Also, lvgl contains no submodules, drop the gitsm fetcher use. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* enca: Remove buildpaths from target scriptsKhem Raj2023-05-092-2/+32
| | | | | | | | | Using configure checks to detect mktemp can result in problems in cross-builds where buildtime mktemp ( native ) maybe detected in a path that does not exist on target, therefore rely upon PATH variable to find this binary when executing this script. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: upgrade 0.10.1 -> 1.0.0Wang Mingyu2023-05-091-1/+1
| | | | | | | | | | | Changelog: ========= Removed Google App Engine support to allow using urllib3 2.0 Ensured the test suite no longer reaches the Internet Added explicit support for Python 3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xstatic: upgrade 1.0.2 -> 1.0.3Wang Mingyu2023-05-081-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.56.0 -> 0.62.0Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Improve performance of ServiceBrowser outgoing query scheduler (#1170) (963d022) Speed up parsing NSEC records (#1169) (06fa94d) Speed up processing incoming data (#1167) (fbaaf7b) Speed up decoding dns questions when processing incoming data (#1168) (f927190) Re-release to rebuild failed wheels (#1165) (4986271) Reduce cast calls in service browser (#1164) (c0d65ae) Speed up incoming parser (#1163) (4626399) Speed up incoming data parser (#1161) (cb4c3b2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.5.0 -> 3.5.1Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | Changelog: ========== * Reintroduce order/distance independent handling of FTS terms. * Documentation improvements * Do not prune too early content of failed batches for error processing purposes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.2.0 -> 6.3.0Wang Mingyu2023-05-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: upgrade 4.13.0 -> 4.14.0Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= New Features / Improvements ------------------------------ Add constants for potential model object fields (f3f73bc) DIRECT_MESSAGE_EVENT_FIELDS DM_EVENT_FIELDS LIST_FIELDS MEDIA_FIELDS PLACE_FIELDS POLL_FIELDS PUBLIC_SPACE_FIELDS SPACE_FIELDS PUBLIC_TWEET_FIELDS TWEET_FIELDS USER_FIELDS Add creator_id field for Space (a13726a) Twitter API Backwards-Incompatible Changes ------------------------------------------- Remove support for streaming with Twitter API v1.1 status/filter endpoint (c8a02eb) Stream AsyncStream Remove support for deprecated Premium v1.1 Search APIs (a955f30) API.search_30_day API.search_full_archive Misc ------ Overhaul Getting Started documentation (addb9f7) Remove no longer valid Twitter API version badges in README (880e7bf) Update and improve various documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: upgrade 2.2.0 -> 2.3.0Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | Changelog: ========== Add no_color and force_color parameters to override env vars Add support for Python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.9 -> 2.0.12Wang Mingyu2023-05-081-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.20.0 -> 1.22.1Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Fix: Handle a list of keys (not just a single key) in Django cache spans (#2082) Add cache.hit and cache.item_size to Django (#2057) Use http.method instead of method (#2054) Handle non-int exc.status_code in Starlette (#2075) Handle SQLAlchemy engine.name being bytes (#2074) Fix KeyError in capture_checkin if SDK is not initialized (#2073) Use functools.wrap for ThreadingIntegration patches to fix attributes (#2080) Pin urllib3 to <2.0.0 for now (#2069) Do not send monitor_config when unset (#2058) Add db.system span data (#2040, #2042) Fix memory leak in profiling (#2049) Fix crash loop when returning none in before_send (#2045) Better handling of redis span/breadcrumb data (#2033) Add db.system to redis and SQLAlchemy db spans (#2037, #2038, #2039) (#2037) Upgraded linting tooling (#2026) Made code more resilient. (#2031) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smpplib: upgrade 2.2.2 -> 2.2.3Wang Mingyu2023-05-081-1/+1
| | | | | | | | Changelog: Fix: correct UCS2 part length following #184 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.3.4 -> 13.3.5Wang Mingyu2023-05-081-1/+1
| | | | | | | | Changelog: Fixed italic indent guides in SVG ouput Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2023.3.23 -> 2023.5.5Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | Changelog: ========= Removed semicolon after 'else' in 'munge_name'. Fixed pyproject.toml and setup.py. pyproject.toml was missing. Added pyproject.toml. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyudev: upgrade 0.24.0 -> 0.24.1Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | Changelog: ========= Add support for PySide6: #487 Add missing 'priority' argument for GLib.to_add_watch() #479 Tidies and Maintenance: #486 #485 #484 #481 #480 #477 #474 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.170.1 -> 2.4.170.2Wang Mingyu2023-05-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pika: upgrade 1.3.1 -> 1.3.2Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========= Closed issues: ---------------- GeventConnection may now work on Windows #1407 ExchangeType should be from str type #1409 Merged pull requests: --------------------- Attempt to re-enable GeventConnection on Windows #1417 fix typo #1414 Fix exchange type enum type #1410 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: upgrade 22.3.2 -> 23.5.0Wang Mingyu2023-05-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.20.1 -> 0.21Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Add PEP621/631 support. - Exposed matplotlib unit formatter (PR #1703) - Fix error when when re-registering a formatter. - Add new SI prefixes: ronna-, ronto-, quetta-, quecto-. - Fix unit check with 'atol' using 'np.allclose' & 'np.isclose'. - Implementation for numpy.positive added for Quantity. - Changed frequency to angular frequency in the docs. - Remove deprecated 'alen' numpy function - Updated URLs for log and offset unit errors. - Patched TYPE_CHECKING import regression. - Parse '°' along with previous text, rather than adding a space, allowing as a unit. - Improved escaping of special characters for LaTeX format - Avoid addition of spurious trailing zeros when converting units and non-int-type is Decimal (PR #1625). - Implementation for numpy.delete added for Quantity. - Fixed Quantity type returned from '__dask_postcompute__'. - Added Townsend unit - Fix get_compatible_units() in dynamically added units. - Fix pint-convert script - Honor non_int_type when dividing. - Fix 'trapz', 'dot', and 'cross' to work properly with non-multiplicative units - Support percent and ppm units. Support the '%' symbol. - Fix error when parsing subtraction operator followed by white space. - Removed Td as an alias for denier (within the Textile group) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.22.3 -> 4.22.4Wang Mingyu2023-05-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocasedict: upgrade 2.0.0 -> 2.0.1Wang Mingyu2023-05-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.1.1 -> 4.1.2Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | Changelog: ========== Add support for Python 3.12 Fix self shortcut operator (adding is_schema_node() to node classes) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: upgrade 5.3.3 -> 5.3.4Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | Changelog: ========= Fixed cookie handling in Test Client for Flask >= 2.3 #1982 Correctly handle ConnectionRefusedError in connect handler #1959 More secure nginx configuration examples #1966 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.61 -> 0.0.62Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | Changelog: ========= Get translation changes from CLDR Add more translations from CLDR Add Norwegian keyboard layout to keyboards.xml (Resolves: #16) Add Hang script to Southern Aymara Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gast: upgrade 0.5.3 -> 0.5.4Wang Mingyu2023-05-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.27.0 -> 2.28.1Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ======== Fix ----- Avoid exception when n_frames is not set by Pillow Forward get_reader/get_writer kwargs to read/write (#979) Allow incremental write in pillow (#978) Add writeable_output=True to pillow plugin to ensure data is writable by default (#976) Other ----- Refactor invoke in no-internet CI (#986) Fixed typo in CI script (#985) Fix typo in PyPI link tooltip (#980) Generate images in temporary folders (#977) Feature -------- Expose v3 plugins via v2 API (#824) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.3 -> 7.2.5Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fix: html_report() could fail with an AttributeError on isatty if run in an unusual environment where sys.stdout had been replaced. - Fix: with relative_files = true, specifying a specific file to include or omit wouldn't work correctly (issue 1604). - Fix: the XML report would have an incorrect <source> element when using relative files and the source option ended with a slash (issue 1541). - When the HTML report location is printed to the terminal, it's now a terminal-compatible URL, so that you can click the location to open the HTML file in your browser. - Docs: a new :ref:'Migrating page <migrating>' with details about how to migrate between major versions of coverage.py. It currently covers the wildcard changes in 7.x. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.0.5 -> 3.0.8Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Test suite shell wrapper: Accept OSError on exit - Test suite: Use general regex to cut zsh reset ANSI sequences (#425) - Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420, #424) - Note completers can return iterables of strings, not just lists (#422) - Documentation and test improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.15.3 -> 2.15.4Wang Mingyu2023-05-081-1/+1
| | | | | | | | Changelog: Add visitor function for TryStar to AsStringVisitor and add TryStar to astroid.nodes.ALL_NODE_CLASSES. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>