* [OE-core] [PATCH] diffoscope: upgrade 235 -> 236
@ 2023-02-28 9:49 wangmy
2023-02-28 9:49 ` [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 wangmy
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: wangmy @ 2023-02-28 9:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../diffoscope/{diffoscope_235.bb => diffoscope_236.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/diffoscope/{diffoscope_235.bb => diffoscope_236.bb} (92%)
diff --git a/meta/recipes-support/diffoscope/diffoscope_235.bb b/meta/recipes-support/diffoscope/diffoscope_236.bb
similarity index 92%
rename from meta/recipes-support/diffoscope/diffoscope_235.bb
rename to meta/recipes-support/diffoscope/diffoscope_236.bb
index e4cc2a95b8..9f89f35c11 100644
--- a/meta/recipes-support/diffoscope/diffoscope_235.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_236.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "3279f6637f1e9f757ca9b8c2870ed79ceead5971e5a15d952a0579b2b45720a2"
+SRC_URI[sha256sum] = "84c46840dafffe0223056718e4250ceb52484452a992b85e345e3cf8a2cf7d4b"
RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 2023-02-28 9:49 [OE-core] [PATCH] diffoscope: upgrade 235 -> 236 wangmy @ 2023-02-28 9:49 ` wangmy 2023-02-28 22:17 ` Alexandre Belloni 2023-02-28 9:49 ` [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2 wangmy ` (2 subsequent siblings) 3 siblings, 1 reply; 7+ messages in thread From: wangmy @ 2023-02-28 9:49 UTC (permalink / raw) To: openembedded-core; +Cc: Wang Mingyu From: Wang Mingyu <wangmy@fujitsu.com> Changelog: =========== - Document the personal wordlist format. - Improve the man pages in various ways, and make online versions, now linked from the web site. - Fix some potential crashes (double-free and NULL dereferences). - Update the build system to use autoconf 2.71. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> --- .../enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} (92%) diff --git a/meta/recipes-support/enchant/enchant2_2.3.3.bb b/meta/recipes-support/enchant/enchant2_2.3.4.bb similarity index 92% rename from meta/recipes-support/enchant/enchant2_2.3.3.bb rename to meta/recipes-support/enchant/enchant2_2.3.4.bb index c892f570c4..fe28d323c2 100644 --- a/meta/recipes-support/enchant/enchant2_2.3.3.bb +++ b/meta/recipes-support/enchant/enchant2_2.3.4.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0" inherit autotools pkgconfig github-releases SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" -SRC_URI[sha256sum] = "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891" +SRC_URI[sha256sum] = "1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0" GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 2023-02-28 9:49 ` [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 wangmy @ 2023-02-28 22:17 ` Alexandre Belloni 0 siblings, 0 replies; 7+ messages in thread From: Alexandre Belloni @ 2023-02-28 22:17 UTC (permalink / raw) To: wangmy; +Cc: openembedded-core Hello, This failed on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2471/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6734/steps/11/logs/errors On 28/02/2023 17:49:16+0800, wangmy wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Changelog: > =========== > - Document the personal wordlist format. > - Improve the man pages in various ways, and make online versions, now linked > from the web site. > - Fix some potential crashes (double-free and NULL dereferences). > - Update the build system to use autoconf 2.71. > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- > .../enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-support/enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} (92%) > > diff --git a/meta/recipes-support/enchant/enchant2_2.3.3.bb b/meta/recipes-support/enchant/enchant2_2.3.4.bb > similarity index 92% > rename from meta/recipes-support/enchant/enchant2_2.3.3.bb > rename to meta/recipes-support/enchant/enchant2_2.3.4.bb > index c892f570c4..fe28d323c2 100644 > --- a/meta/recipes-support/enchant/enchant2_2.3.3.bb > +++ b/meta/recipes-support/enchant/enchant2_2.3.4.bb > @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0" > inherit autotools pkgconfig github-releases > > SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" > -SRC_URI[sha256sum] = "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891" > +SRC_URI[sha256sum] = "1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0" > > GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#177827): https://lists.openembedded.org/g/openembedded-core/message/177827 > Mute This Topic: https://lists.openembedded.org/mt/97287062/3617179 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com] > -=-=-=-=-=-=-=-=-=-=-=- > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 7+ messages in thread
* [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2 2023-02-28 9:49 [OE-core] [PATCH] diffoscope: upgrade 235 -> 236 wangmy 2023-02-28 9:49 ` [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 wangmy @ 2023-02-28 9:49 ` wangmy 2023-03-01 8:53 ` Alexandre Belloni 2023-02-28 9:49 ` [OE-core] [PATCH] python3-more-itertools: upgrade 9.0.0 -> 9.1.0 wangmy 2023-02-28 9:49 ` [OE-core] [PATCH] python3-zipp: upgrade 3.14.0 -> 3.15.0 wangmy 3 siblings, 1 reply; 7+ messages in thread From: wangmy @ 2023-02-28 9:49 UTC (permalink / raw) To: openembedded-core; +Cc: Wang Mingyu From: Wang Mingyu <wangmy@fujitsu.com> Changelog: =========== * Set new summary for library * docs: port to gi-docgen * docs: Fix URL to Desktop Notification Spec * meson: replace deprecated meson.source_root() calls * meson: bump minimum meson version to 0.58 * Introspection docs fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> --- .../libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb} (93%) diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb similarity index 93% rename from meta/recipes-gnome/libnotify/libnotify_0.8.1.bb rename to meta/recipes-gnome/libnotify/libnotify_0.8.2.bb index 3bdc70d224..e86aabce26 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb @@ -22,7 +22,7 @@ inherit gnomebase gtk-doc features_check gobject-introspection # depends on gtk+3 if tests are enabled ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}" -SRC_URI[archive.sha256sum] = "d033e6d4d6ccbf46a436c31628a4b661b36dca1f5d4174fe0173e274f4e62557" +SRC_URI[archive.sha256sum] = "c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616" EXTRA_OEMESON = "-Dman=false" -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2 2023-02-28 9:49 ` [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2 wangmy @ 2023-03-01 8:53 ` Alexandre Belloni 0 siblings, 0 replies; 7+ messages in thread From: Alexandre Belloni @ 2023-03-01 8:53 UTC (permalink / raw) To: wangmy; +Cc: openembedded-core Hello, This causes: | Looking for a fallback subproject for the dependency gi-docgen | | ../libnotify-0.8.2/docs/reference/meson.build:13:0: ERROR: Subproject exists but has no meson.build file | | A full log can be found at /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/build/meson-logs/meson-log.txt | ERROR: meson failed | WARNING: /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713:181 exit 1 from 'exit 1' | WARNING: Backtrace (BB generated script): | #1: bbfatal_log, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 181 | #2: meson_do_configure, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 170 | #3: do_configure, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 156 | #4: main, /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-pokymllib32-linux/lib32-libnotify/0.8.2-r0/temp/run.do_configure.2726713, line 194 NOTE: recipe lib32-libnotify-0.8.2-r0: task do_configure: Failed https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/4211/steps/11/logs/stdio On 28/02/2023 17:49:17+0800, wangmy wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Changelog: > =========== > * Set new summary for library > * docs: port to gi-docgen > * docs: Fix URL to Desktop Notification Spec > * meson: replace deprecated meson.source_root() calls > * meson: bump minimum meson version to 0.58 > * Introspection docs fixes > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- > .../libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-gnome/libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb} (93%) > > diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb > similarity index 93% > rename from meta/recipes-gnome/libnotify/libnotify_0.8.1.bb > rename to meta/recipes-gnome/libnotify/libnotify_0.8.2.bb > index 3bdc70d224..e86aabce26 100644 > --- a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb > +++ b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb > @@ -22,7 +22,7 @@ inherit gnomebase gtk-doc features_check gobject-introspection > # depends on gtk+3 if tests are enabled > ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}" > > -SRC_URI[archive.sha256sum] = "d033e6d4d6ccbf46a436c31628a4b661b36dca1f5d4174fe0173e274f4e62557" > +SRC_URI[archive.sha256sum] = "c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616" > > EXTRA_OEMESON = "-Dman=false" > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#177828): https://lists.openembedded.org/g/openembedded-core/message/177828 > Mute This Topic: https://lists.openembedded.org/mt/97287063/3617179 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com] > -=-=-=-=-=-=-=-=-=-=-=- > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 7+ messages in thread
* [OE-core] [PATCH] python3-more-itertools: upgrade 9.0.0 -> 9.1.0 2023-02-28 9:49 [OE-core] [PATCH] diffoscope: upgrade 235 -> 236 wangmy 2023-02-28 9:49 ` [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 wangmy 2023-02-28 9:49 ` [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2 wangmy @ 2023-02-28 9:49 ` wangmy 2023-02-28 9:49 ` [OE-core] [PATCH] python3-zipp: upgrade 3.14.0 -> 3.15.0 wangmy 3 siblings, 0 replies; 7+ messages in thread From: wangmy @ 2023-02-28 9:49 UTC (permalink / raw) To: openembedded-core; +Cc: Wang Mingyu From: Wang Mingyu <wangmy@fujitsu.com> Changelog: =========== Fix trailing space Fix malformed table Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> --- ...-more-itertools_9.0.0.bb => python3-more-itertools_9.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-more-itertools_9.0.0.bb => python3-more-itertools_9.1.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb b/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb rename to meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb index fce3aea897..7602350795 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/erikrose/more-itertools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" -SRC_URI[sha256sum] = "5a6257e40878ef0520b1803990e3e22303a41b5714006c32a3fd8304b26ea1ab" +SRC_URI[sha256sum] = "cabaa341ad0389ea83c17a94566a53ae4c9d07349861ecb14dc6d0345cf9ac5d" inherit pypi python_flit_core ptest -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* [OE-core] [PATCH] python3-zipp: upgrade 3.14.0 -> 3.15.0 2023-02-28 9:49 [OE-core] [PATCH] diffoscope: upgrade 235 -> 236 wangmy ` (2 preceding siblings ...) 2023-02-28 9:49 ` [OE-core] [PATCH] python3-more-itertools: upgrade 9.0.0 -> 9.1.0 wangmy @ 2023-02-28 9:49 ` wangmy 3 siblings, 0 replies; 7+ messages in thread From: wangmy @ 2023-02-28 9:49 UTC (permalink / raw) To: openembedded-core; +Cc: Wang Mingyu From: Wang Mingyu <wangmy@fujitsu.com> Changelog: ========== gh-102209: "test_implied_dirs_performance" now tests measures the time complexity experimentally. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> --- .../python/{python3-zipp_3.14.0.bb => python3-zipp_3.15.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.14.0.bb => python3-zipp_3.15.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-zipp_3.14.0.bb b/meta/recipes-devtools/python/python3-zipp_3.15.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-zipp_3.14.0.bb rename to meta/recipes-devtools/python/python3-zipp_3.15.0.bb index dc5091f6c7..5b42dd8139 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.14.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.15.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" -SRC_URI[sha256sum] = "9e5421e176ef5ab4c0ad896624e87a7b2f07aca746c9b2aa305952800cb8eecb" +SRC_URI[sha256sum] = "112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-03-01 8:54 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-02-28 9:49 [OE-core] [PATCH] diffoscope: upgrade 235 -> 236 wangmy 2023-02-28 9:49 ` [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4 wangmy 2023-02-28 22:17 ` Alexandre Belloni 2023-02-28 9:49 ` [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2 wangmy 2023-03-01 8:53 ` Alexandre Belloni 2023-02-28 9:49 ` [OE-core] [PATCH] python3-more-itertools: upgrade 9.0.0 -> 9.1.0 wangmy 2023-02-28 9:49 ` [OE-core] [PATCH] python3-zipp: upgrade 3.14.0 -> 3.15.0 wangmy
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.