summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-googleapis-common-protos: upgrade 1.61.0 -> 1.62.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | Changelog: =========== -Add auto_populated_fields field of MethodSettings in google/api/client_pb2 -Add support for Python 3.12 -Migrate to native namespace packages Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.108.0 -> 2.111.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | | Changelog: ========= https://github.com/googleapis/google-api-python-client/releases/tag/v2.111.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.14.0 -> 2.15.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | | | | Changelog: ========== -Add support for Python 3.12 -Add type annotations to wrapped grpc calls -Add universe_domain argument to ClientOptions -Introduce compatibility with native namespace packages -Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit -Replace deprecated datetime.datetime.utcnow() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-restx: upgrade 1.2.0 -> 1.3.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ * Fixing werkzeug 3 deprecated version import. Import is replaced by new style version check with importlib * Fixing flask 3.0+ compatibility of 'ModuleNotFoundError: No module named 'flask.scaffold'' Import error. * Fix wrong status code and message on responses when handling 'HTTPExceptions' * Add flask 2 and flask 3 to testing matrix. * Update internally pinned pytest-flask to 1.3.0 for Flask >=3.0.0 support. * Python 3.12 support. * Fix wrong status code and message on responses when handling HTTPExceptions. * Update changelog Flask version table. * Remove temporary package version restrictions for flask < 3.0.0, werkzeug and jsonschema Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.2.7 -> 5.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | Changelog: https://docs.djangoproject.com/en/5.0/releases/5.0/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.15.0 -> 2.21.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | | | Changelog: ============ -Speed up message callbacks -Speed up run time constructed method handlers -Speed up ServiceInterface callbacks with cython methods -Small speed up to the aio message reader -Reduce duplicate code in aio MessageBus -Speed up sending messages with call on the MessageBus Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.1.6 -> 3.2.1Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | Changelog: ========== -Allow explicit zsh global completion activation -Fix and test global completion in zsh -Add -yes option to activate-global-python-argcomplete -Test suite improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ansi2html: upgrade 1.8.0 -> 1.9.1Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | | | Changelog: ============ -Enable testing with py312 -Fix project description -Fix RTD builds -tests/test_ansi2html.py: use sys.executable instead of hardcoded python3 -Replace optparse with argparse -Replace sphinx with mkdocs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.12.1 -> 1.13.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | Changelog: https://alembic.sqlalchemy.org/en/latest/changelog.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: update to version 8.18.1Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: update to version 4.1.4Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: update to version 4.0.4Derek Straka2023-12-131-3/+3
| | | | | | | NOTE: License changed from MIT -> MPL-2.0 in version 4.0.3 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: update to version 3.0.43Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: update to version 2.4.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmqtt: update to version 0.6.13Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: update to version 1.7.6Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: update version to 4.6.1Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: update to version 6.8.0Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distlib: update to version 0.3.8Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-olefile: update to version 0.47Derek Straka2023-12-131-2/+2
| | | | | | | Update license file checksum and verified the terms are the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: update to version 4.11.4Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: update to 25.1.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: update to 0.5.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade to 0.23Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: update to version 3.28.0Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: update to version 2.4.0Derek Straka2023-12-131-1/+1
| | | | | | | | | | | | | | | Changelog: Added - Document terminal colour detection overrides (#60) @hugovk - Add support for Python 3.13 (#55) @hugovk Changed - Improve isatty check (#56) @XiaoliChan - Improve typing (#44) @marcin-serwin - Drop support for EOL Python 3.7 (#47) @hugovk Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: update to version 5.9.0Derek Straka2023-12-131-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: Breaking - Raise TypeError if toDict() returns a non-dict instead of silently converting it to null (#615) @eltoder - Use lowercase strings for bool dict keys (#614) @eltoder Changed - Speed-up and cleanup objToJSON (#615) @eltoder - Use lowercase strings for bool dict keys (#614) @eltoder Fixed - Fix typos found by codespell (#610) @DimitriPapadopoulos - Fix undefined behavior in Buffer_AppendLongUnchecked (#606) @WillAyd Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: update to version 3.0.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: enable opengl only wih x11Samuli Piippo2023-12-131-1/+1
| | | | | | | | | The opengl PACKAGECONFIG depends on freeglut, but after commit f721876add48dccfd228cc09ef261909afeb2d25 that's only available with x11. Enable it only when both openg and x11 are available. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pgpool2: use autotools-brokensep instead of setting Balperak2023-12-121-2/+2
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsombok3: use autotools-brokensep instead of setting Balperak2023-12-121-2/+1
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmxml: use autotools-brokensep instead of setting Balperak2023-12-121-4/+2
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbytesize: Removed unnecessary setting of Balperak2023-12-121-1/+0
| | | | | | | Supports out of tree builds Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix do_configure error builder aarch64Robert Yang2023-12-122-0/+32
| | | | | | | | Fixed do_configure error when build on aarch64 host: error: cannot guess build type; you must specify one Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: remove two DebianismsDmitry Baryshkov2023-12-121-2/+9
| | | | | | | | | | | | | | | | | | | | | | If the build happens on a Debian system, android-tools build will hang forever, filling the log files (and the disk) with the following messages: make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files Fix two places which include dpkg makefile fragments from the host system. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: add x11 to DISTRO_FEATURESMartin Jansa2023-12-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it was added in rygel-0.41.0 with: https://github.com/GNOME/rygel/commit/18cd2cff6f64b7a54156ac97e5c4f50eb8fd8d67 * it might need libx11 dependency as well which would probably be pulled by gtk+3 already when x11 is in DISTRO_FEATURES * as shown in: http://errors.yoctoproject.org/Errors/Details/746017/ it requires x11 even when gtk support is disabled, meson-log.txt: Determining dependency 'x11' with pkg-config executable '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config' env[PKG_CONFIG_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig env[PKG_CONFIG_PATH]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig:/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/share/pkgconfig env[PKG_CONFIG_LIBDIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig env[PKG_CONFIG_DISABLE_UNINSTALLED]: yes env[PKG_CONFIG_SYSROOT_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot env[PKG_CONFIG_SYSTEM_LIBRARY_PATH]: /usr/lib:/usr/lib env[PKG_CONFIG_SYSTEM_INCLUDE_PATH]: /usr/include env[PKG_CONFIG]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config ----------- Called: `/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config --modversion x11` -> 1 stderr: Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable No package 'x11' found ----------- CMake binary for host machine is cached as not found Dependency lookup for x11 with method 'cmake' failed: CMake binary for machine host machine not found. Giving up. Run-time dependency x11 found: NO (tried pkgconfig) ../rygel-0.42.4/src/rygel/meson.build:9:80: ERROR: Dependency "x11" not found, tried pkgconfig Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: fix build with gtk+3 PACKAGECONFIG disabledMartin Jansa2023-12-121-1/+1
| | | | | | | | | | | * fixes: rygel-0.42.4/meson.build:1:0: ERROR: Value "false" (of type "string") for combo option "gtk" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto". * possibly changed since: https://github.com/GNOME/rygel/commit/7e1819d9e49084c9dc55064a6f21d0f7caa90da6 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: dont inherit gsettingsMarkus Volk2023-12-091-1/+1
| | | | | | | | | | | | | this fixes an issue I encountered on raspberrypi4-64 at do_rootfs: ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs. ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667 ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1' Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: remove obsolete intltool DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: remove obsolete DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview3: remove obsolete DEPENDSRoss Burton2023-12-093-3/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: disable gtk-doc documentationRoss Burton2023-12-091-0/+4
| | | | | | | The API documentation doesn't build, so force it off until this is fixed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: use autotools-brokensep instead of setting BRoss Burton2023-12-091-2/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: remove spurious build dependenciesRoss Burton2023-12-091-4/+1
| | | | | | | | | These are not dependencies of librest 0.8.1. I imagine they ended up in this recipe when the latest version was downgraded back to 0.8.1 and the dependencies not reviewed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: update DEPENDS, switch iso-codes for icuRoss Burton2023-12-091-1/+1
| | | | | | | | | | gspell was changed in 2020 to use icu instead of iso-codes[1]. Signed-off-by: Ross Burton <ross.burton@arm.com> [1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove unused SRC_DISTRIBUTE_LICENSESRoss Burton2023-12-094-6/+2
| | | | | | | | This variable was removed in oe-core 8c9ef5, and didn't do what any of these recipes seem to be using it for. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xsetroot: upgrade 1.1.2 -> 1.1.3alperak2023-12-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | By default, xsetroot depends on libxmu and xbitmaps xsetroot dependencies -> https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/configure.ac?ref_type=heads#L41 xbitmaps has no dependency on libxmu but it was added as a dependency in version 1.1.2. When upgrading xbitmaps to version 1.1.3, libxmu removed from the dependencies Since xsetroot depends on xbitmaps, and libxmu was removed from xbitmaps dependencies, encountered missing libxmu dependencies error. xbitmaps dependencies -> https://gitlab.freedesktop.org/xorg/data/bitmaps/-/blob/master/configure.ac?ref_type=heads xbitmaps upgrade 1.1.2 to 1.1.3 -> https://github.com/openembedded/meta-openembedded/commit/5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5 So, added libxmu as a dependency to xsetroot for fixing build issue. Changelog: * gitlab CI: stop requiring Signed-off-by in commits * Handle -Wsign-compare warnings * Variable scope reductions as recommended by cppcheck * Build xz tarballs instead of bzip2 * CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* terminus-font: build compressed archives with -nJean-Marc BOUCHE2023-12-082-1/+69
| | | | | | | | | | | | | | When building this recipe, internal archives are compressed with gzip. The compressed archives contain a header with the field MTIME (Modification Time) which is initialized from the built date. As a consequence, two builds of this recipe always generate packages whose checksum differs. Adding the -n option to gzip while compressing the archive does not save the original time stamp by default hence making reproducible package. Signed-off-by: Jean-Marc BOUCHE <jean-marc.bouche@foss.st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>