|
[meta-oe][PATCH] graphviz: rrecommends on liberation-fonts
From: Kai Kang <kai.kang@...>
There will be tofos in output pictures without any font, so make
graphviz rrecommends on liberation-fonts.
Signed-off-by: Kai Kang
From: Kai Kang <kai.kang@...>
There will be tofos in output pictures without any font, so make
graphviz rrecommends on liberation-fonts.
Signed-off-by: Kai Kang
|
By
Kai Kang
·
#97305
·
|
|
[meta-gnome][PATCH] libportal: add distro features check
From: Kai Kang <kai.kang@...>
Add distro features check for libportal because it depends on gtk+3
which requires one of ${GTK3DISTROFEATURES}.
Signed-off-by: Kai Kang
From: Kai Kang <kai.kang@...>
Add distro features check for libportal because it depends on gtk+3
which requires one of ${GTK3DISTROFEATURES}.
Signed-off-by: Kai Kang
|
By
Kai Kang
·
#97304
·
|
|
Re: [meta-oe][master][kirkstone][PATCH] mariadb: update to 10.7.4
on x86 ( qemux86 ) This fails with
pfs_instr.cc:(.text+0x10a5): undefined reference to `__atomic_fetch_add_8'
see
https://errors.yoctoproject.org/Errors/Details/657260/
somewhere we need to link
on x86 ( qemux86 ) This fails with
pfs_instr.cc:(.text+0x10a5): undefined reference to `__atomic_fetch_add_8'
see
https://errors.yoctoproject.org/Errors/Details/657260/
somewhere we need to link
|
By
Khem Raj
·
#97303
·
|
|
[meta-initramfs][PATCH] ubi-utils-klibc: Disable lzo compression by default
This is still available if needed, however its obsolete and lzo has been
removed from oe-core, if needed add meta-oe to layer mix and enable this
in packageconfigs
Signed-off-by: Khem Raj
This is still available if needed, however its obsolete and lzo has been
removed from oe-core, if needed add meta-oe to layer mix and enable this
in packageconfigs
Signed-off-by: Khem Raj
|
By
Khem Raj
·
#97302
·
|
|
[meta-python] [PATCH] python3-pychromecast: upgrade 12.1.1 -> 12.1.2
Changelog:
=========
Add some additional cast types (#622)
Format some code (#621)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...n3-pychromecast_12.1.1.bb =>
Changelog:
=========
Add some additional cast types (#622)
Format some code (#621)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...n3-pychromecast_12.1.1.bb =>
|
By
zhengruoqin
·
#97301
·
|
|
[meta-python] [PATCH] python3-humanize: upgrade 4.0.0 -> 4.1.0
Changelog:
==========
Added
------
Support Python 3.11 (#13)
Add Arabic language (jmoiron/humanize#256)
Docs: add dark mode toggle and default to system preference (jmoiron/humanize#255)
Changelog:
==========
Added
------
Support Python 3.11 (#13)
Add Arabic language (jmoiron/humanize#256)
Docs: add dark mode toggle and default to system preference (jmoiron/humanize#255)
|
By
zhengruoqin
·
#97300
·
|
|
[meta-python] [PATCH] python3-paramiko: upgrade 2.10.4 -> 2.11.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-paramiko_2.10.4.bb => python3-paramiko_2.11.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-paramiko_2.10.4.bb => python3-paramiko_2.11.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
zhengruoqin
·
#97299
·
|
|
[meta-python] [PATCH] python3-openpyxl: upgrade 3.0.9 -> 3.0.10
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-openpyxl_3.0.9.bb => python3-openpyxl_3.0.10.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-openpyxl_3.0.9.bb => python3-openpyxl_3.0.10.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
zhengruoqin
·
#97298
·
|
|
[meta-python] [PATCH] python3-yappi: upgrade 1.3.3 -> 1.3.5
1.3.5 (2022-05-20)
- Fix an exception with matplotlib on Python 3.10 (#97)
- Fix incorrect walltime when same coroutine is ran with concurrent tasks (#58)
Signed-off-by: Wang Mingyu
1.3.5 (2022-05-20)
- Fix an exception with matplotlib on Python 3.10 (#97)
- Fix incorrect walltime when same coroutine is ran with concurrent tasks (#58)
Signed-off-by: Wang Mingyu
|
By
wangmy
·
#97297
·
|
|
[meta-python] [PATCH] python3-grpcio-tools: upgrade 1.46.0 -> 1.46.3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...n3-grpcio-tools_1.46.0.bb => python3-grpcio-tools_1.46.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...n3-grpcio-tools_1.46.0.bb => python3-grpcio-tools_1.46.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
zhengruoqin
·
#97296
·
|
|
[meta-python] [PATCH] python3-xmlschema: upgrade 1.10.0 -> 1.11.0
Changelog:
=========
Add localization for XSD parsing and validation related error messages
Add full Italian translation
Add Russian partial translation (from PR #293)
Signed-off-by: Wang
Changelog:
=========
Add localization for XSD parsing and validation related error messages
Add full Italian translation
Add Russian partial translation (from PR #293)
Signed-off-by: Wang
|
By
wangmy
·
#97295
·
|
|
[meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.35 -> 1.4.36
Changelog:
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ython3-sqlalchemy_1.4.35.bb => python3-sqlalchemy_1.4.36.bb} | 2
Changelog:
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ython3-sqlalchemy_1.4.35.bb => python3-sqlalchemy_1.4.36.bb} | 2
|
By
wangmy
·
#97294
·
|
|
[meta-python] [PATCH] python3-web3: upgrade 5.29.0 -> 5.29.1
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../python/{python3-web3_5.29.0.bb => python3-web3_5.29.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../python/{python3-web3_5.29.0.bb => python3-web3_5.29.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#97293
·
|
|
[meta-python] [PATCH] python3-watchdog: upgrade 2.1.7 -> 2.1.8
Changelog:
==========
Fix adding failed emitters on observer schedule. (#872)
[inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. (#869)
[watchmedo] Fix broken
Changelog:
==========
Fix adding failed emitters on observer schedule. (#872)
[inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. (#869)
[watchmedo] Fix broken
|
By
wangmy
·
#97292
·
|
|
[meta-python] [PATCH] python3-robotframework: upgrade 5.0 -> 5.0.1
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-5.0.1.rst
Signed-off-by: Wang Mingyu <wangmy@...>
---
...n3-robotframework_5.0.bb =>
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-5.0.1.rst
Signed-off-by: Wang Mingyu <wangmy@...>
---
...n3-robotframework_5.0.bb =>
|
By
wangmy
·
#97291
·
|
|
[meta-python] [PATCH] python3-google-api-python-client: upgrade 2.45.0 -> 2.48.0
Changelog:
https://github.com/googleapis/google-api-python-client/releases
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...ent_2.45.0.bb => python3-google-api-python-client_2.48.0.bb}
Changelog:
https://github.com/googleapis/google-api-python-client/releases
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...ent_2.45.0.bb => python3-google-api-python-client_2.48.0.bb}
|
By
zhengruoqin
·
#97290
·
|
|
[meta-python] [PATCH] python3-google-api-core: upgrade 2.7.3 -> 2.8.0
From: Xu Huan <xuhuan.fnst@...>
Changelog:
=========
adds support for audience in client_options (#379) (c97c498)
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
From: Xu Huan <xuhuan.fnst@...>
Changelog:
=========
adds support for audience in client_options (#379) (c97c498)
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
|
By
xuhuan.fnst@fujitsu.com
·
#97289
·
|
|
[meta-python] [PATCH] python3-cachetools: upgrade 5.0.0 -> 5.1.0
From: Xu Huan <xuhuan.fnst@...>
License-Update: Copyright year updated to 2022.
Changelog:
Add cache decorator parameters as wrapper function attributes.
Signed-off-by: Xu Huan
From: Xu Huan <xuhuan.fnst@...>
License-Update: Copyright year updated to 2022.
Changelog:
Add cache decorator parameters as wrapper function attributes.
Signed-off-by: Xu Huan
|
By
xuhuan.fnst@fujitsu.com
·
#97288
·
|
|
[meta-python] [PATCH] python3-astroid: upgrade 2.11.3 -> 2.11.5
From: Xu Huan <xuhuan.fnst@...>
Changelog:
=========
- Fix crash while obtaining object_type() of an Unknown node.
- Fix a bug where in attempting to handle the patching of distutils by
From: Xu Huan <xuhuan.fnst@...>
Changelog:
=========
- Fix crash while obtaining object_type() of an Unknown node.
- Fix a bug where in attempting to handle the patching of distutils by
|
By
xuhuan.fnst@fujitsu.com
·
#97287
·
|
|
[meta-python] [PATCH] python3-asyncinotify: upgrade 2.0.2 -> 2.0.3
From: Xu Huan <xuhuan.fnst@...>
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
...hon3-asyncinotify_2.0.2.bb => python3-asyncinotify_2.0.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1
From: Xu Huan <xuhuan.fnst@...>
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
...hon3-asyncinotify_2.0.2.bb => python3-asyncinotify_2.0.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1
|
By
xuhuan.fnst@fujitsu.com
·
#97286
·
|