summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wireplumber: update 0.5.1 -> 0.5.2Markus Volk2024-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WirePlumber 0.5.2 ~~~~~~~~~~~~~~~~~ Highlights: - Added support for loading configuration files other than the default wireplumber.conf within Lua scripts (!629) - Added support for loading single-section configuration files, without fragments (!629) - Updated the node.software-dsp script to be able to load filter-chain graphs from external configuration files, which is needed for Asahi Linux audio DSP configuration (!629) Fixes: - Fixed destroying camera nodes when the camera device is removed (#627, !631) - Fixed an issue with Bluetooth BAP device set naming (!632) - Fixed an issue caused by the pipewire event loop not being "entered" as expected (!634, #638) - A false positive warning about no modules being loaded is now suppressed when using libpipewire >= 1.0.5 (#620) - Default nodes can now be selected using priority.driver when priority.session is not set (#642) Changes: - The library version is now generated following pipewire's versioning scheme: libwireplumber-0.5.so.0.5.2 becomes libwireplumber-0.5.so.0.0502.0 (!633) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update 1.0.5 -> 1.0.6Markus Volk2024-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 1.0.6 (2024-05-09) This is a bugfix release that is API and ABI compatible with previous 1.0.x releases. Highlights - A bitfield race was fixed that could cause some crashes or undefined behaviour whem moving nodes between drivers. - Fix to some invalid memory access in the pw-mon and pw-dump. - A regression in kodi with IEC958 formats playback was fixed. - A race in the ALSA plugin was fixed when updating the eventfd. - Improvements and fixes to module-combine-stream. - Negotiation was improved in pipewiresrc. - Some more small fixes and improvements. PipeWire - Context properties are now set early so that client properties can be matched with rules. - A bitfield race was fixed that could cause some crashes or undefined behaviour when moving nodes between drivers. Tools - Fix failure to hide properties in pw-mon. (#3997) - Fix some memleaks and a crash in pw-dump. (#4001) Modules - The combine-stream module now prevents resampling to avoid broken audio because of different samplerates. - Fix a potential double free in module-loopback when calculating the delay. (#3748) - The FFADO module now only starts when ports are negotiated to avoid startup races. (#3968) - The combine-stream module will now forward tags. SPA - Monitor volumes are now also clamped to the min/max volumes. (#3962) - V4l2 and libcamera now encodes the device ids into a JSON array. This is part of the deduplication code of devices. - A regression in kodi with IEC958 formats playback was fixed. Bluetooth - Improved buffer handling and queued data when stopping. ALSA - A race was fixed when updating the eventfd. (#3711) GStreamer - Handle some errors better instead of crashing. (#3994) - Fix a memleak in the stream params handling. - Negotiation was improved in pipewiresrc. 0 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdio-tools: fix mdio-netlink kernel module reproducibilityYoann Congal2024-05-212-4/+3
| | | | | | | | | | | | | | | | mdio-netlink source make reference to ${S}/.. which breaks -fdebug-prefix-map and results in the full TMPDIR path being present in the -dbg package and, also, change a related CRC in the main package. This changes ${S} to enclose the whole SRC_URI repo and adapt relative paths to build (MODULES_MODULE_SYMVERS_LOCATION) This make mdio-netlink reproducible and fixes this warning: WARNING: mdio-netlink-1.3.1-r0 do_package_qa: QA Issue: File /lib/modules/6.6.29-yocto-standard/updates/.debug/mdio-netlink.ko in package mdio-netlink-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: move PV to malcontent.incMarkus Volk2024-05-213-0/+1
| | | | | | | | PV must be consistent for malcontent and malcontent-ui. Ensure this by moving PV to malcontent.inc Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent-ui: fix lib installMarkus Volk2024-05-211-3/+3
| | | | | | | | | - Add a suitable link for libmalcontent-ui-1.so.1 - Use PV for libmalcontent-ui-1.so.0.12.0 to eventually make life a little easier when updating recipes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: Fix build on muslKhem Raj2024-05-213-1/+126
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: upgrade 2.8 -> 2.9.1Christophe Vu-Brugier2024-05-201-1/+1
| | | | | | | | | | Keep nvme-cli in sync with libnvme which was upgraded from 1.8 to 1.9 by the following commit: * f3b2cfa3e libnvme: upgrade 1.8 -> 1.9 Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openflow: Fix build build with musl/gcc14Khem Raj2024-05-192-2/+63
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libndp: Fix build with gcc-14/muslKhem Raj2024-05-192-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: workaround a build failure with native gcc10Yoann Congal2024-05-191-0/+5
| | | | | | | | | | | | | | | | | | | | When build on Debian 11 (gcc10), squid fails to build[0] because of a bug[1] in the configure step (it mixes options between old native compiler and recent target compiler: the former needs the std=c++17 option, the latter doesn't). The workaround is to force the "-std=c++17" option for the native build. NB: Our Buildroot friends have the same workaround[2]. [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/23/steps/28/logs/stdio [1]: https://bugs.squid-cache.org/show_bug.cgi?id=5376 Bug closed as invalid by upstream [2]: https://github.com/buildroot/buildroot/blob/932b52fad87d79d9f26a343edafe2981079de16e/package/squid/squid.mk#L24 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2024.5 -> 2024.6Jose Quaresma2024-05-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add composefs packageconfig knob $ git --no-pager log --oneline v2024.5...v2024.6 d4a7a8d9 (tag: v2024.6) Release 2024.6 4ed4d618 Merge pull request #3245 from cgwalters/doc-offline-deltas 37b3c767 docs: Describe offline updates with static deltas 664116f0 Merge pull request #3244 from alexlarsson/fix-fsverity-supported 92f2abcb Merge pull request #3243 from cgwalters/loaded_ts_fix 083eacd6 Fix _ostree_ensure_fsverity reporting of supports in early exit ee066d79 sysroot: Handle `/ostree/deploy` having epoch 0 f911d40b Merge pull request #3234 from jmarrero/state-root cb70e406 ostree-sysroot-deploy: check if deployments are in the same stateroot. a00062bf Merge pull request #3238 from cgwalters/force-container-env 3d3f0b8d ci: Also skip if we detect /run/.containerenv 64ab0982 Merge pull request #3236 from cgwalters/clang-format a33c7d23 ci: Only run clang-format on ubuntu-stable GH runner cb13977a Merge pull request #3232 from ericcurtin/aboot-bootloader fa720d15 Merge pull request #3233 from dbnicholson/sync-summary-times 60f4592b repo: Make summary and signature mtime match ffbeff6c tests: Correctly skip single fsverity test 9e51fb16 docs: Fix spelling and grammer 998a0ab5 docs: More accurate diagram in bootloaders documentation for aboot c8c436e5 Merge pull request #3231 from alexlarsson/fix-aboot-non-ab 6ac8c49a prepare-root: Handle non-AB aboot properly 99ef9806 Merge pull request #3230 from cgwalters/initfs-epoch-2 818af91d Merge pull request #3108 from cgwalters/use-external-composefs eb54a441 Switch to external composefs 8a9f067d ci: Drop `SKIP_INSTALLDEPS=1` 3647395f tests: Skip composefs tests without the feature 74a3d2da init-fs: Add --epoch=2 0c0b6cee Merge pull request #3229 from cgwalters/init-deploy-0700 38f6b9b3 init-fs: Add --epoch 3c2e9d09 Merge pull request #3227 from alexlarsson/fix-fsverity-error-check 374fb05d _ostree_ensure_fsverity: Properly check for errors d05c48b7 Merge pull request #3226 from ericcurtin/rm-rhivos 24c0c1c4 README & docs: Remove "RHIVOS" acronym 3c25a93b Merge pull request #3220 from jlebon/pr/on-failure-isolate 05b3b662 ostree-prepare-root.service: add OnFailureJobMode=isolate dc4d4b55 Merge pull request #3218 from cgwalters/policy-allow-none b96b4ff4 Merge pull request #3216 from cgwalters/mirrorlist-retries 45453b73 sepolicy: Add missing `(nullable)` 76ab8621 curl: Also map HTTP errors for retries 7fdc792f Merge pull request #3215 from cgwalters/release 1bc7d207 configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* malcontent: add recipeMarkus Volk2024-05-193-0/+95
| | | | | | | | | | | malcontent is an optional dependency for flatpak and gnome-software - Building the malcontent gtk4-ui leads to circular dependency malcontent <-> flatpak Add a separate package for malcontent-ui to avoid this and to make malcontent-control buildable. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: Upgrade to 391Khem Raj2024-05-193-79/+33
| | | | | | Add a patch to fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyalsa: Upgrade to tip of trunkKhem Raj2024-05-191-6/+5
| | | | | | This fixes build with musl + gcc14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poke: Upgrade to 4.0Khem Raj2024-05-194-104/+8
| | | | | | | - Drop patches not needed anymore - Package vim and emacs files into package of their own Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opentelemetry-cpp: Add recipeAbhilash Raju2024-05-191-0/+26
| | | | | | | | An Observability framework to create and manage telemetry data such as traces, metrics, and logs Signed-off-by: Abhilash Raju <abhilash.kollam@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: fix buildpath warningsGerard Salvatella2024-05-191-0/+2
| | | | | | | | In order to remove absolute paths from the cmake artifacts, paths from the `$lib` folder should also be stripped off, otherwise internally linked libraries (e.g. libz) may appear. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: upgrade 1.19.3 -> 1.20.0Beniamin Sandu2024-05-191-2/+2
| | | | | | | | Full changelog: https://github.com/NLnetLabs/unbound/releases/tag/release-1.20.0 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: fix do_compile failure for qemuppc64/qemuppcChangqing Li2024-05-192-0/+38
| | | | | | | define proper macro for ppc/ppc64 to fix compile error Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: fix build with gcc-14Martin Jansa2024-05-192-1/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | * bump SRCREV to get more gcc-14 fixes already merged upstream: $ git log --oneline 2.11.7..origin/stable-2.0 efa899d3d (HEAD -> stable-2.0, origin/stable-2.0) Merge pull request #10172 from AlessandroBono/wip/abono/incompatible-pointer 7894a7dfc redirection: Fix incompatible pointer type f3ed1f1ac redirection: Fix incompatible pointer type 4f411197d info: Fix incompatible pointer type a383740a2 next-dev-2.11.8-dev * fixes: http://errors.yoctoproject.org/Errors/Details/766906/ freerdp/2.11.2/git/libfreerdp/core/redirection.c:91:31: error: passing argument 1 of 'redirection_free_data' from incompatible pointer type [-Wincompatible-pointer-types] freerdp/2.11.2/git/libfreerdp/core/redirection.c:112:31: error: assignment to 'BYTE **' {aka 'unsigned char **'} from incompatible pointer type 'char **' [-Wincompatible-pointer-types] freerdp/2.11.2/git/libfreerdp/core/redirection.c:139:38: error: passing argument 1 of 'redirection_copy_data' from incompatible pointer type [-Wincompatible-pointer-types] freerdp/2.11.2/git/libfreerdp/core/info.c:88:39: error: initialization of 'const WCHAR *' {aka 'const short unsigned int *'} from incompatible pointer type 'BYTE *' {aka 'unsigned char *'} [-Wincompatible-pointer-types] and backport one commit from master to fix: git/channels/ainput/server/ainput_main.c:225:83: error: passing argument 3 of 'WTSVirtualChannelQuery' from incompatible pointer type [-Wincompatible-pointer-types] git/channels/ainput/server/ainput_main.c:419:36: error: passing argument 1 of 'ainput_server_context_free' from incompatible pointer type [-Wincompatible-pointer-types] git/channels/ainput/server/ainput_main.c:542:100: error: passing argument 3 of 'WTSVirtualChannelQuery' from incompatible pointer type [-Wincompatible-pointer-types] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glib-testing: add recipeMarkus Volk2024-05-191-0/+14
| | | | | | | | | | | glib-testing is a build dependency for malcontent, where building the tests cant be disabled. We can only disable the run of installed tests in malcontent. Normally glib-testing gets included as a subproject wrap which is inappropriate for yocto/oe. Thus we need to provide a recipe for it. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uriparser: upgrade 0.9.7 -> 0.9.8Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Protect against integer overflow in ComposeQueryEngine * Protect against integer overflow in ComposeQueryMallocExMm * Require CMake >=3.5.0 * CMake option URIPARSER_SHARED_LIBS=(ON|OFF) to control, whether to produce a shared or static library for uriparser and that alone, falls back to standard BUILD_SHARED_LIBS if available, else defaults to "ON" * Document that scheme-based normalization a la section 6.2.3 of RFC 3986 is a responsibility of the application using uriparser * Document supported code points for functions uriEscape(Ex)W * Update Clang from 15 to 18 * Adapt to breaking changes in Clang packaging * Get sanitizer CFLAGS and LDFLAGS back in sync * Pin GitHub Actions to specific commits for security Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.7.2 -> 3.7.3Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | Changelog: ========= * Bump database version to fix SQLite 3.45.3 issues in existing installs * Fixed possible infinite loop on incomplete/unterminated Turtle/Trig data. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: upgrade 3.7.2 -> 3.7.3Wang Mingyu2024-05-192-10/+7
| | | | | | | | | | | | | | | | 0001-fix-reproducibility.patch refreshed for 3.7.3 Changelog: ============ * Fix possible crashes handling live changes to extractor configuration * Make it easier to run tracker-extract-3 under Valgrind * Plug a leak on misdetected JPEG files * Many further metadata extraction tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smcroute: upgrade 2.5.6 -> 2.5.7Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: Fix #207: crash when adding IPv6 multicast route on a kernel without IPv6 multicast support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.17.2 -> 6.18.0Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | Changelog: ========== - Disable doctest in docs/web3.eth.account.rst due to eth-account deprecation of messageHash for message_hash - Deprecate the geth.personal namespace methods. These will be removed in web3.py v7. - Internal Changes - for web3.py Contributors - Increase pytest-asyncio dependency to be >=0.21.2,<0.23 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.0 -> 20.26.1Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: fix PATH-based Python discovery on Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uswid: upgrade 0.4.7 -> 0.5.0Wang Mingyu2024-05-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Relicense from LGPL-2.1+ to BSD-2-Clause-Patent Changelog: ========== - trivial: Fix make ruff - Correctly validate missing license and compiler links - Use the correct link rel in the compiler example - trivial: Provide more __str__ for the IntEnum classes - Be more forgiving when using importlib - trivial: Fix up all the mypy and pylint warnings - Rename identity to component - Add initial support for VEX - Add a validation failure for REDACTED text - Relicense from LGPL-2.1+ to BSD-2-Clause-Patent - trivial: Document --generate - Use flynt to convert to f-strings - trivial: Add a make target for ruff - Save HEX strings as bytes to minimize coSWID size - Allow outputting multi-document SWID XML files - trivial: Allow saving uSWID with no compression - trivial: post release version bump Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.20240423 -> 5.9.5.20240511Wang Mingyu2024-05-191-1/+1
| | | | | | | | | Changelog: ============ - stubs: change psutil's Process.wait timeout argument to float Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.66.2 -> 4.66.4Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | Changelog: ============ - minor framework updates & code tidy - fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p - Fix: Add display() call to close() in rich module Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.29 -> 2.0.30Wang Mingyu2024-05-191-1/+1
| | | | | | | | | Changelog: =========== https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.30 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2024.4.28 -> 2024.5.10Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: <time.h> now needs to be included explicitly because Python.h no longer includes it. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyudev: upgrade 0.24.1 -> 0.24.3Wang Mingyu2024-05-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.15.1 -> 2.15.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== - Use get_runner() method to build the task runner in run command. runner_cls attribute is deprecated. - Expand ${PROJECT_ROOT} in source URLs. - Fix env and other options being inherited in nested composite scripts. - Keep the ${PROJECT_ROOT} variable in dependencies after running pdm lock --update-reuse. - Make direct_minimal_versions work on newly added dependencies. - Fix a syntax error in the zsh completion script. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: upgrade 2.0.0 -> 2.0.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | Bugfixes: ========= - Fixed incorrect formatting of package description on Pypi by setting the correct content type in setup.py. - Fixed safety issues up to 2024-05-04. - Test: Removed setup.py based installs from "make installtest", since one of them started installing a pre-release of a package on an unsupported Python version. The recommendation has been for a while now to no longer use - Docs: Added RTD config file .readthedocs.yaml - In the Github Actions test workflow for Python 3.6 and 3.7, changed macos-latest back to macos-12 because macos-latest got upgraded from macOS 12 to macOS 14 which no longer supports these Python versions. - Test: Fixed issues resulting from removal of support for pytest.warns(None) in pytest version 8. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocasedict: upgrade 2.0.1 -> 2.0.3Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes: ============= - Docs: Added Python 3.12 to the supported versions in the package metadata. - Docs: Updated the README file with the changes from the introduction section w.r.t. Python 2 and limitations. - Dev: Fixed flake8 issue about comparing types in test code. - Fixed safety issues up to 2024-05-05. No changes in package dependencies. - Test: Removed setup.py based installs from "make installtest", since one of them started installing a pre-release of a package on an unsupported Python version. The recommendation has been for a while now to no longer use - Docs: Added RTD config file .readthedocs.yaml - Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed macos-latest back to macos-12 because macos-latest got upgraded from macOS 12 to macOS 14 which no longer supports these Python versions. - Test: Fixed issues resulting from removal of support for pytest.warns(None) in pytest version 8. - Docs: Converted README file from RST to MarkDown to fix badge alignment issue - Dev: Added missing dependency to minimum-constraints.txt to several make targets that used it with PACKAGE_LEVEL=minimum. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.67 -> 0.3.68Wang Mingyu2024-05-192-35/+1
| | | | | | | | | | | | | 0001-lib-python-remove-self-import-from-setup.py.patch removed since it's included in 0.3.68 Changelog: =========== Support moteus-c1 Properly detect board hardware when DC input turn-on slew is very slow Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.21.1 -> 3.21.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: Allow timestamp 0 in fields.DateTime Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.65 -> 0.0.66Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ - Fix syntax error in a keyboard layout name for t - Add mdf - Use "in(eng)" keyboard layout instead of "us" for BD to get AltGr enabled - Get translation changes from CLDR - Add option to include changed translations as well to the script getting translations from CLDR - Add reference to the the PyPI package to the README.md. And add a README.html and README generated from the README.md. - Make test outputs somewhat more verbose, even when all tests pass - Fix Makefile twine-upload target for new authentification Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-joblib: upgrade 1.4.0 -> 1.4.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | Changelog: ============ - TST add a test that ensures conservation of byte order during IPC - DOC fix typos in CHANGES.rst - DOC typo in docs - FIX revert MemorizedFunc.call API change Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imgtool: upgrade 2.0.0 -> 2.1.0Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: https://github.com/mcu-tools/mcuboot/blob/main/docs/release-notes.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.127.0 -> 2.129.0Wang Mingyu2024-05-191-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.18.0 -> 2.19.0Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: Add google.api_core.version_header Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmqtt: upgrade 0.6.14 -> 0.6.16Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: Make some acknowledgment logs debug level Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-freezegun: upgrade 1.5.0 -> 1.5.1Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: Fix the typing of the 'tick()' method, and improve it's behaviour. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: upgrade 3.13.4 -> 3.14.0Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: feat: blocking parameter on lock constructor with tests and docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 5.0.4 -> 5.0.6Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ============= - Fixed a bug in Django 5.0 that caused a crash of Model.save() when creating an instance of a model with a GeneratedField and providing a primary key - Fixed a compatibility issue encountered in Python 3.11.9+ and 3.12.3+ when validating email max line lengths with content decoded using the surrogateescape error handling scheme - Fixed a bug in Django 5.0 that caused a crash when applying migrations including alterations to GeneratedField such as setting db_index=True on SQLite - Allowed importing aprefetch_related_objects from django.db.models - Fixed a bug in Django 5.0 that caused a migration crash when a GeneratedField was added before any of the referenced fields from its expression definition - Fixed a bug in Django 5.0 that caused a migration crash when altering a GeneratedField referencing a renamed field - Fixed a bug in Django 5.0 where the querysets argument of GenericPrefetch was not required Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.21.1 -> 2.21.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: Fix introspection bogus child paths Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: upgrade 4.2.1 -> 4.2.2Wang Mingyu2024-05-191-2/+2
| | | | | | | | License-Update: file type changed from "ASCII text, with CRLF line terminators" to "ASCII text" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: upgrade 4.0.6 -> 4.0.9Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | Changelog: =========== - switch theme to furo from alabaster - add .readthedocs.yaml - bump version and change repo url Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>