[oe] [meta-oe] [PATCH] satyr: upgrade 0.38 -> 0.39

2021-12-20 Thread wangmy
Changelog: = Use g_malloc() and g_free() instead of malloc()/free() in many instances Fix call to a deprecated in Python tests Add test case for sr_rpm_package_cmp() Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/satyr/{satyr_0.38.bb => satyr_0.39.bb} | 2 +- 1 file changed, 1

[oe] [meta-oe] [PATCH] redis-plus-plus: upgrade 1.3.2 -> 1.3.3

2021-12-20 Thread wangmy
Changelog: = Fix async interface related bugs Fix example and test problems Fix Windows compilation problem Signed-off-by: Wang Mingyu --- .../{redis-plus-plus_1.3.2.bb => redis-plus-plus_1.3.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-networking] [PATCH v2] libnetfilter-log: upgrade 1.0.1 -> 1.0.2

2021-11-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{libnetfilter-log_1.0.1.bb => libnetfilter-log_1.0.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-filter/libnetfilter/{libnetfilter-log_1.0.1.bb => libnetfilter-log_1.0.2.bb} (87%) diff --git

[oe] [meta-python] [PATCH] python3-aiohttp: upgrade 3.7.4 -> 3.8.0

2021-11-09 Thread wangmy
License-Update: Description of license is replaced by website "http://www.apache.org/licenses/LICENSE-2.0; Signed-off-by: Wang Mingyu --- ...ython3-aiohttp_3.7.4.post0.bb => python3-aiohttp_3.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python] [PATCH] python3-aenum: upgrade 3.1.2 -> 3.1.3

2021-11-09 Thread wangmy
3.1.3 = rename `aenum.property` to `aenum.enum_property` (`aenum.property still exists, but was too easily confused with the built-in property) fix `enum_property` to work with `_init_` attributes Signed-off-by: Wang Mingyu --- .../python/{python3-aenum_3.1.2.bb => python3-aenum_3.1.3.bb}

[oe] [meta-python] [PATCH] python3-async-timeout: upgrade 3.0.1 -> 4.0.0

2021-11-09 Thread wangmy
License-Update: Description of license is replaced by website "http://www.apache.org/licenses/LICENSE-2.0; Signed-off-by: Wang Mingyu --- ...async-timeout_3.0.1.bb => python3-async-timeout_4.0.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename

[oe] [meta-python] [PATCH] python3-fastnumbers: upgrade 3.1.0 -> 3.2.1

2021-11-09 Thread wangmy
Signed-off-by: Wang Mingyu --- ...ython3-fastnumbers_3.1.0.bb => python3-fastnumbers_3.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fastnumbers_3.1.0.bb => python3-fastnumbers_3.2.1.bb} (72%) diff --git

[oe] [meta-python] [PATCH] python3-httplib2: upgrade 0.20.1 -> 0.20.2

2021-11-09 Thread wangmy
0.20.2 auth: support pyparsing v3 (AttributeError downcaseTokens) https://github.com/httplib2/httplib2/issues/207 proxy: correct extraction of errno from pysocks ProxyConnectionError https://github.com/httplib2/httplib2/pull/202 Signed-off-by: Wang Mingyu ---

[oe] [meta-python] [PATCH] python3-graphviz: upgrade 0.17 -> 0.18

2021-11-09 Thread wangmy
Changelog Version 0.18 Change of beaviour: File endings are now normalized so that all DOT source outputs end with a final newline (Unix convention, simplifies concatenation). This includes DOT source files written by .render(), .view(), or .save() as well was .source generated or loaded from

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.28.0 -> 2.30.0

2021-11-09 Thread wangmy
Features androidmanagement: update the api be2e5dd (5dcb723) appengine: update the api 4535ce5 (5dcb723) artifactregistry: update the api 882fdb3 (5dcb723) chromepolicy: update the api c330a6f (5dcb723) cloudidentity: update the api d0f0527 (5dcb723) composer: update the api 2bfa5a1 (5dcb723)

[oe] [meta-networking] [PATCH] openvpn: Change the default cipher to AES-256-GCM for server configurations

2021-11-15 Thread wangmy
This change makes the server use AES-256-GCM instead of BF-CBC as the default cipher for the VPN tunnel. To avoid breaking existing running configurations defaulting to BF-CBC, the Negotiable Crypto Parameters (NCP) list contains the BF-CBC in addition to AES-CBC. This makes it possible to

[oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20210905.0 -> 5.9.20211114.0

2021-11-15 Thread wangmy
Make: fill "end:" fields Signed-off-by: Wang Mingyu --- .../ctags/{ctags_5.9.20210905.0.bb => ctags_5.9.2024.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20210905.0.bb => ctags_5.9.2024.0.bb} (95%) diff --git

[oe] [meta-oe] [PATCH] libmbim: upgrade 1.26.0 -> 1.26.2

2021-11-15 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libmbim/{libmbim_1.26.0.bb => libmbim_1.26.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.26.0.bb => libmbim_1.26.2.bb} (88%) diff --git

[oe] [meta-python] [PATCH] python3-gast: upgrade 0.5.2 -> 0.5.3

2021-11-15 Thread wangmy
Signed-off-by: Wang Mingyu --- .../python/{python3-gast_0.5.2.bb => python3-gast_0.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gast_0.5.2.bb => python3-gast_0.5.3.bb} (78%) diff --git

[oe] [meta-python] [PATCH] python3-cmd2: upgrade 2.2.0 -> 2.3.0

2021-11-15 Thread wangmy
Bug Fixes Fixed AttributeError in rl_get_prompt() when prompt is None. Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered. Fixed bug introduced in cmd2 2.0.0 in which select() converts return values to strings. It should never have converted return

[oe] [meta-python] [PATCH] python3-isort: upgrade 5.10.0 -> 5.10.1

2021-11-15 Thread wangmy
5.10.1 November 8 2021 Fixed #1819: Occasional inconsistency with multiple src paths. Fixed #1840: skip_file ignored when on the first docstring line Signed-off-by: Wang Mingyu --- .../python/{python3-isort_5.10.0.bb => python3-isort_5.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-python] [PATCH] python3-pychromecast: upgrade 9.3.1 -> 10.1.0

2021-11-15 Thread wangmy
Re-add support for passing services to get_device_info + get_multizone_status (https://github.com/home-assistant-libs/pychromecast/pull/558) Signed-off-by: Wang Mingyu --- ...on3-pychromecast_9.3.1.bb => python3-pychromecast_10.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-python] [PATCH] python3-alembic: upgrade 1.7.4 -> 1.7.5

2021-11-15 Thread wangmy
bug fix: Adjustments to the test suite to accommodate for error message changes occurring as of SQLAlchemy 1.4.27. Signed-off-by: Wang Mingyu --- .../{python3-alembic_1.7.4.bb => python3-alembic_1.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-absl: upgrade 0.15.0 -> 1.0.0

2021-11-15 Thread wangmy
Changed absl-py no longer supports Python 2.7, 3.4, 3.5. All versions have reached end-of-life for more than a year now. New releases will be tagged as vX.Y.Z instead of pypi-vX.Y.Z in the git repo going forward. Signed-off-by: Wang Mingyu --- .../python/{python3-absl_0.15.0.bb =>

[oe] [meta-networking] [PATCH] smcroute: upgrade 2.5.3 -> 2.5.4

2021-11-15 Thread wangmy
Changes: Automatically extract new version from GIT tag Fixes: Avoid trying to delete inactive VIFs. Fixing an annoying bogus error: "Failed deleting VIF for iface lo: Resource temporarily unavailable" Fix #171: too small string buffer for IPv6 address causing garbled output in periodic expiry

[oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.26 -> 1.4.27

2021-11-15 Thread wangmy
Signed-off-by: Wang Mingyu --- ...ython3-sqlalchemy_1.4.26.bb => python3-sqlalchemy_1.4.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.26.bb => python3-sqlalchemy_1.4.27.bb} (87%) diff --git

[oe] [meta-oe] [PATCH] ply: upgrade 2.1.1 -> 2.2.0

2021-11-29 Thread wangmy
Changelog = Changed kprobe wildcards are now filtered through available_filter_functions, if available, making them much more reliable. Added Self-test (ply -T) to automatically diagnose the most common configuration issues. sum() aggregation. BEGIN

[oe] [meta-python] [PATCH] python3-autobahn: upgrade 21.3.1 -> 21.11.1

2021-11-24 Thread wangmy
Changelog: fix: autobahn installation in docker (https://github.com/crossbario/crossbar/issues/1503) new: refactor SigningKey class for reusability (https://github.com/crossbario/crossbar/issues/1500, https://github.com/crossbario/crossbar/issues/1501) new: expand XBR node pairing

[oe] [meta-networking] [PATCH] wireguard-tools: upgrade 1.0.20210315 -> 1.0.20210914

2021-11-22 Thread wangmy
Signed-off-by: Wang Mingyu --- ...rd-tools_1.0.20210315.bb => wireguard-tools_1.0.20210914.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-kernel/wireguard/{wireguard-tools_1.0.20210315.bb => wireguard-tools_1.0.20210914.bb} (92%) diff --git

[oe] [meta-networking] [PATCH] libnetfilter-log: upgrade 1.0.1 -> 1.0.2

2021-11-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{libnetfilter-log_1.0.1.bb => libnetfilter-log_1.0.2.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-networking/recipes-filter/libnetfilter/{libnetfilter-log_1.0.1.bb => libnetfilter-log_1.0.2.bb} (88%) diff --git

[oe] [meta-oe] [PATCH] cryptsetup: upgrade 2.4.1 -> 2.4.2

2021-11-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../cryptsetup/{cryptsetup_2.4.1.bb => cryptsetup_2.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.4.1.bb => cryptsetup_2.4.2.bb} (97%) diff --git

[oe] [meta-oe] [PATCH] qpdf: upgrade 10.3.2 -> 10.4.0

2021-11-22 Thread wangmy
Changelog is as follows: Handling of Weak Cryptography Algorithms >From the qpdf CLI, the --allow-weak-crypto is now required to suppress a >warning when explicitly creating PDF files using RC4 encryption. While qpdf will always retain the ability to read and write such files, doing so will

[oe] [meta-oe] [PATCH] libqb: upgrade 2.0.3 -> 2.0.4

2021-11-22 Thread wangmy
The most important fix in this release is that we no longer log errors inside the signal handler in loop_poll.c This could cause an application hang in some circumstances. Changelog is as follows: doxygen2man: print structure descriptions (https://github.com/ClusterLabs/libqb/pull/443) Fix

[oe] [meta-oe] [PATCH] thin-provisioning-tools: upgrade 0.8.5 -> 0.9.0

2021-11-22 Thread wangmy
Changelog is as follows: == - New support tools: thin_metadata_{pack,unpack}. - thin_check can now check metadata snapshots. - some metadata space map bug fixes. - thin_check --auto-repair - Stop thin_dump --repair/thin_repair ignoring under populated nodes. Signed-off-by: Wang Mingyu ---

[oe] [meta-oe] [PATCH] xmlsec1: upgrade 1.2.32 -> 1.2.33

2021-11-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xmlsec1/{xmlsec1_1.2.32.bb => xmlsec1_1.2.33.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/xmlsec1/{xmlsec1_1.2.32.bb => xmlsec1_1.2.33.bb} (96%) diff --git

[oe] [meta-oe] [PATCH] tesseract: upgrade 4.1.1 -> 4.1.3

2021-11-22 Thread wangmy
Fix broken autoconf build (https://github.com/tesseract-ocr/tesseract/issues/3642) Signed-off-by: Wang Mingyu --- .../tesseract/{tesseract_4.1.1.bb => tesseract_4.1.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/tesseract/{tesseract_4.1.1.bb

[oe] [meta-oe] [PATCH] cryptsetup: upgrade 2.3.6 -> 2.4.1

2021-10-25 Thread wangmy
Cryptsetup 2.4.1 Release Notes == Stable bug-fix release with minor extensions. All users of cryptsetup 2.4.0 should upgrade to this version. Changes since version 2.4.0 ~~~ * Fix compilation for libc implementations without dlvsym(). Some

[oe] [meta-oe] [PATCH] iwd: upgrade 1.18 -> 1.19

2021-11-09 Thread wangmy
0001-netconfig-Use-s6_addr-instead-of-__in6_u.__u6_addr8.patch removed since it is included in 1.19 ver 1.19: Fix issue with handling OCV if offloading is supported. Fix issue with handling SA Query on channel switch event. Fix issue with starting FT-over-DS actions after roaming. Add

[oe] [meta-networking] [PATCH] fetchmail: upgrade 6.4.21 -> 6.4.23

2021-11-09 Thread wangmy
fetchmail-6.4.23 (released 2021-10-31, 30206 LoC): For common ssh-based IMAP PREAUTH setups (i. e. those that use a plugin - no matter its contents - and that set auth ssh), change the STARTTLS error message to suggest sslproto '' instead. This is a commonly reported issue after the

[oe] [meta-oe] [PATCH] jsoncpp: upgrade 1.9.4 -> 1.9.5

2021-11-09 Thread wangmy
Bug fixes: Minor bug-fixes (including for cmake) Support for Bazel Dropped compile-time deprecation warnings License-Update: Format of LICENSE changed. Signed-off-by: Wang Mingyu --- .../jsoncpp/{jsoncpp_1.9.4.bb => jsoncpp_1.9.5.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-oe] [PATCH] debootstrap: upgrade 1.0.124 -> 1.0.126

2021-11-09 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{debootstrap_1.0.124.bb => debootstrap_1.0.126.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-devtools/debootstrap/{debootstrap_1.0.124.bb => debootstrap_1.0.126.bb} (84%) diff --git

[oe] [meta-oe] [PATCH] botan: upgrade 2.18.1 -> 2.18.2

2021-11-01 Thread wangmy
Version 2.18.2, 2021-10-25 Avoid using short exponents when encrypting in ElGamal, as some PGP implementations generate keys with parameters that are weak when short exponents are used (GH #2794) Fix a low risk OAEP decryption side channel (GH #2797) Work around a miscompilation of SHA-3 caused

[oe] [meta-oe] [PATCH] c-ares: upgrade 1.17.2 -> 1.18.1

2021-11-01 Thread wangmy
c-ares version 1.18.1 - Oct 27 2021 Bug fixes: ares_getaddrinfo() would return ai_addrlen of 16 for ipv6 adddresses rather than the sizeof(struct sockaddr_in6) Signed-off-by: Wang Mingyu --- .../c-ares/{c-ares_1.17.2.bb => c-ares_1.18.1.bb} | 2 +- 1 file changed, 1 insertion(+),

[oe] [meta-oe] [PATCH] avro-c: upgrade 1.10.2 -> 1.11.0

2021-11-01 Thread wangmy
release note: All signed release artifacts, signatures and verification instructions can be found here: https://avro.apache.org/releases.html This release includes 120 Jira issues, including some interesting features: Specification: AVRO-3212 Support documentation tags for FIXED types C#:

[oe] [meta-perl] [PATCH] libcrypt-openssl-guess-perl: upgrade 0.13 -> 0.14

2021-11-01 Thread wangmy
0.14 2021-10-28T15:35:02Z macOS: check dylib exists in library paths (PR#11) backport from Net::SSLeay 1.91_01 (PR#10) Signed-off-by: Wang Mingyu --- ...l-guess-perl_0.13.bb => libcrypt-openssl-guess-perl_0.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH] grpc: upgrade 1.41.0 -> 1.41.1

2021-11-01 Thread wangmy
Signed-off-by: Wang Mingyu --- .../recipes-devtools/grpc/{grpc_1.41.0.bb => grpc_1.41.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/grpc/{grpc_1.41.0.bb => grpc_1.41.1.bb} (98%) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.41.0.bb

Re: [oe] [meta-oe] [PATCH] php: upgrade 7.4.21 -> 8.0.11

2021-10-28 Thread wangmy
Road, Nanjing, 210012, China TEL: +86+25-86630566-8568 COINS: 79988548 FAX: +86+25-83317685 MAIL: wan...@fujitsu.com<mailto:wan...@fujitsu.com> http://www.fujitsu.com/cn/fnst/ From: openembedded-devel@lists.openembedded.org On Behalf Of wangmy Sent: Wednesday, October 20, 2021 4:42 PM To

[oe] [meta-oe] [PATCH] dnf-plugin-tui: Fix a bug with newer version rpm.

2021-11-29 Thread wangmy
Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index

[oe] [meta-python] [PATCH] python3-scrypt: upgrade 0.8.18 -> 0.8.19

2021-12-13 Thread wangmy
License-Update: year update to 2021. Signed-off-by: Wang Mingyu --- .../{python3-scrypt_0.8.18.bb => python3-scrypt_0.8.19.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-scrypt_0.8.18.bb => python3-scrypt_0.8.19.bb} (76%)

[oe] [meta-python] [PATCH] python3-diskcache: upgrade 5.2.1 -> 5.3.0

2021-12-13 Thread wangmy
License-Update: year updated to 2022. Changelog: == * Add support for Python 3.10 * Update copyright to 2022 * Bump version to 5.3.0 * Add Python 3.10 to the README Signed-off-by: Wang Mingyu --- ...{python3-diskcache_5.2.1.bb => python3-diskcache_5.3.0.bb} | 4 ++-- 1 file changed, 2

[oe] [meta-oe] [PATCH] mozjs: upgrade 91.2.0 -> 91.4.0

2021-12-13 Thread wangmy
Signed-off-by: Wang Mingyu --- .../mozjs/{mozjs-91_91.2.0.bb => mozjs-91_91.4.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/mozjs/{mozjs-91_91.2.0.bb => mozjs-91_91.4.0.bb} (96%) diff --git

[oe] [meta-oe] [PATCH] cloc: upgrade 1.90 -> 1.92

2021-12-13 Thread wangmy
Changelog: === New languages GraphQL, Metal Shading Language, PlantUML, Properties, Umka. Better consistency with upper- and lowercase file names on Windows. Bug fixes for --force-lang-def, --csv-delimiter, --vcs=git with --max-file-size, --unicode, --ignored (directory names no longer

[oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.8 -> 0.3.9

2021-12-13 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libgusb/{libgusb_0.3.8.bb => libgusb_0.3.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libgusb/{libgusb_0.3.8.bb => libgusb_0.3.9.bb} (89%) diff --git

[oe] [meta-networking] [PATCH] snort: upgrade 2.9.18.1 -> 2.9.19

2021-12-13 Thread wangmy
changelog: = * src/snort.c : Fixed an issue where verdict will be applied onto next session when timeout occurs in some scenarios. * rc/file-process/file_service.c : Removed an excessively flooding log. * src/dynamic-preprocessors/modbus/modbus_decode.c : Fixed possible integer

[oe] [meta-python] [PATCH] python3-pychromecast: upgrade 10.1.0 -> 10.1.1

2021-12-13 Thread wangmy
Changelog: = HA Lovelace controller: Prevent sending connect message twice (#559) Bump black from 21.11b0 to 21.11b1 (#562) Catch zeroconf errors (#564) Bump black from 21.10b0 to 21.11b0 (#561) Signed-off-by: Wang Mingyu --- ...n3-pychromecast_10.1.0.bb =>

[oe] [meta-oe] [PATCH] dnf-plugin-tu: Fix bug when generating CSV file

2021-12-15 Thread wangmy
If the rpm lacks dependencies, an exception will be thrown and exit when generating the CSV file. Modify utils.py to catch and handle exception. Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-oe] [PATCH v2] dnf-plugin-tui: Fix bug when generating CSV file

2021-12-16 Thread wangmy
If the rpm lacks dependencies, an exception will be thrown and exit when generating the CSV file. Modify utils.py to catch and handle exception. Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.2.1 -> 1.2.3

2021-12-16 Thread wangmy
License-Update: add copyright year and owner. Changelog: = - Fix broken run_forever() functionality (#769) Signed-off-by: Wang Mingyu --- ...cket-client_1.2.1.bb => python3-websocket-client_1.2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.27 -> 1.4.28

2021-12-16 Thread wangmy
Signed-off-by: Wang Mingyu --- ...ython3-sqlalchemy_1.4.27.bb => python3-sqlalchemy_1.4.28.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.27.bb => python3-sqlalchemy_1.4.28.bb} (87%) diff --git

[oe] [meta-oe] [PATCH] pps-tools: upgrade 1.0.2 -> 1.0.3

2021-11-29 Thread wangmy
Signed-off-by: Wang Mingyu --- .../pps-tools/{pps-tools_1.0.2.bb => pps-tools_1.0.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/pps-tools/{pps-tools_1.0.2.bb => pps-tools_1.0.3.bb} (89%) diff --git

[oe] [meta-networking] [PATCH] pure-ftpd: upgrade 1.0.49 -> 1.0.50

2021-11-29 Thread wangmy
License-Update: year updated to 2021. Changelog == This version fixes some really old issues, the most significant one being excessive memory use for large memory listings. When virtual quotas were used, transfers were not aborted after the limit was reached; files were only removed at

[oe] [meta-oe] [PATCH] icewm: upgrade 2.8.0 -> 2.9.0

2021-11-29 Thread wangmy
Changelog: Improvements to drawing right-to-left text within left-to-right locales. Improvements for right-to-left locales like Arabic and Hebrew. Give icewmbg an error handler to protect against destroyed windows. Updated translations, most notably Ukrainian. Only free cursor attributes when they

[oe] [meta-oe] [PATCH] ostree: upgrade 2021.5 -> 2021.6

2021-11-29 Thread wangmy
Changelog: This is a bugfix release. Most of the fixes are related to warnings highlighted by gcc -fanalyzer static source analysis. Performance of pruning logic has been improved, avoiding unnecessary trips through redundant serialization (#2484). A regression has been fixed so that ostree is

[oe] [meta-gnome] [PATCH] evince: upgrade 40.2 -> 40.4

2021-07-22 Thread wangmy
== Evince40.4 == shell: * fix compilation error when DBus is disabled (Tom Schoonjans) Signed-off-by: Wang Mingyu --- .../recipes-gnome/evince/{evince_40.2.bb => evince_40.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-gnome] [PATCH] gnome-backgrounds: upgrade 3.36.0 -> 3.38.0

2021-07-22 Thread wangmy
Signed-off-by: Wang Mingyu --- ...gnome-backgrounds_3.36.0.bb => gnome-backgrounds_3.38.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-backgrounds/{gnome-backgrounds_3.36.0.bb => gnome-backgrounds_3.38.0.bb} (68%) diff --git

[oe] [meta-oe] [PATCH] cmark: upgrade 0.30.0 -> 0.30.1

2021-07-22 Thread wangmy
Changelog: Properly indent block-level contents of list items in man (#258). https://github.com/commonmark/cmark/issues/258 This handles nested lists as well as items with multiple paragraphs. The change requires addition of a new field block_number_in_list_item to cmark_renderer, but this does

[oe] [meta-perl] [PATCH] libnet-dns-perl: upgrade 1.31 -> 1.32

2021-07-22 Thread wangmy
1.32 Jul 16, 2021 Text: Offer both Unicode and escaped-ASCII strings. Add LICENSE file to comply with Fedora/RedHat announcement. Fix rt.cpan.org #13 Net::DNS::RR::ZoneFile parser erroneously strips line terminators in quoted string forming part of

[oe] [meta-gnome] [PATCH] gnome-desktop3: upgrade 3.36.6 -> 3.38.8

2021-07-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{gnome-desktop3_3.36.6.bb => gnome-desktop3_3.38.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-desktop/{gnome-desktop3_3.36.6.bb => gnome-desktop3_3.38.8.bb} (92%) diff --git

[oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20210711.0 -> 5.9.20210718.0

2021-07-22 Thread wangmy
docs(web): add RpmMacros as a new parser Signed-off-by: Wang Mingyu --- .../ctags/{ctags_5.9.20210711.0.bb => ctags_5.9.20210718.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20210711.0.bb => ctags_5.9.20210718.0.bb} (95%) diff

[oe] [meta-networking] [PATCH] libtalloc: upgrade 2.3.2 -> 2.3.3

2021-07-24 Thread wangmy
License-Update: add note: ** NOTE! The following LGPL license applies to the talloc ** library. This does NOT imply that all of Samba is released ** under the LGPL "GNU General Public License" changed to "GNU Lesser General Public License" Signed-off-by: Wang Mingyu ---

[oe] [meta-networking] [PATCH] nghttp2: upgrade 1.43.0 -> 1.44.0

2021-07-24 Thread wangmy
v1.44.0 changelog: lib: Port new ngtcp2 map implementation doc: Replace master with main build: Add precious variables for libev and jemalloc and use JEMALLOC_CFLAGS build: Add more --with-* configure flags build: Add LIBTOOL_LDFLAGS configure variable third-party: Bump llhttp to 6.0.2 src:

[oe] [meta-gnome] [PATCH] yelp: upgrade 40.2 -> 40.3

2021-07-15 Thread wangmy
Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gnome/yelp/{yelp_40.2.bb => yelp_40.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/yelp/{yelp_40.2.bb => yelp_40.3.bb} (86%) diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.2.bb

Re: [oe] [meta-oe] [PATCH] dnfdragora: upgrade 1.1.2 -> 2.1.2

2022-01-09 Thread wangmy
> Sent: Saturday, January 8, 2022 2:51 AM > To: Wang, Mingyu/王 鸣瑜 ; > openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-oe] [PATCH] dnfdragora: upgrade 1.1.2 -> 2.1.2 > > > > On 1/7/22 6:27 AM, wangmy wrote: > > Changelog: > > Bugs fixed for t

[oe] [meta-oe] [PATCH] dnfdragora: upgrade 1.1.2 -> 2.1.2

2022-01-07 Thread wangmy
Changelog: Bugs fixed for this release = Fixed wrong access to manatools.service module (issue #202) Fixed issue #189 "No line break to fit the width of the window in dnfdragora" Signed-off-by: Wang Mingyu ---

[oe] [meta-oe] [PATCH] pcsc-tools: upgrade 1.5.7 -> 1.5.8

2022-01-07 Thread wangmy
Signed-off-by: Wang Mingyu --- .../pcsc-tools/{pcsc-tools_1.5.7.bb => pcsc-tools_1.5.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/pcsc-tools/{pcsc-tools_1.5.7.bb => pcsc-tools_1.5.8.bb} (89%) diff --git

[oe] [meta-oe] [PATCH] bats: upgrade 1.4.1 -> 1.5.0

2022-01-07 Thread wangmy
0001-install.sh-consider-multilib.patch removed since it is included in 1.5.0 Changelog: Issues for this release = Added: - new command line flags (#488) --verbose-run: Make run print $output by default -x, --trace: Print test

[oe] [meta-oe] [PATCH] doxygen: upgrade 1.9.2 -> 1.9.3

2022-01-07 Thread wangmy
refresh doxygen-native-only-check-python3.patch Signed-off-by: Wang Mingyu --- .../doxygen-native-only-check-python3.patch | 44 +-- .../{doxygen_1.9.2.bb => doxygen_1.9.3.bb}| 2 +- 2 files changed, 22 insertions(+), 24 deletions(-) rename

[oe] [meta-oe] [PATCH v2] dnfdragora: upgrade 1.1.2 -> 2.1.2

2022-01-09 Thread wangmy
Changelog: Bugs fixed for this release = Fixed wrong access to manatools.service module (issue #202) Fixed issue #189 "No line break to fit the width of the window in dnfdragora" Signed-off-by: Wang Mingyu ---

[oe] [meta-python] [PATCH] python3-pyscaffold: upgrade 4.1.1 -> 4.1.4

2022-01-14 Thread wangmy
Changelog: url for these releases = Ensure build configuration produces sdist as it is needed by conda, #570 Documentation improvements in #567 Signed-off-by: Wang Mingyu --- ...{python3-pyscaffold_4.1.1.bb =>

[oe] [meta-python] [PATCH] python3-supervisor: upgrade 4.2.2 -> 4.2.4

2022-01-14 Thread wangmy
Changelog: = Fixed a bug where the --identifier command line argument was ignored. Signed-off-by: Wang Mingyu --- ...{python3-supervisor_4.2.2.bb => python3-supervisor_4.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH] iwd: upgrade 1.20 -> 1.21

2022-01-10 Thread wangmy
Changelog: = Fix issue with handling disconnect events issued by AP. Add experimental support for DPP feature. Signed-off-by: Wang Mingyu --- meta-oe/recipes-connectivity/iwd/{iwd_1.20.bb => iwd_1.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-twisted: upgrade 21.7.0 -> 22.1.0

2022-02-14 Thread wangmy
License-Update: year updated to 2022 Changelog: = Features -Python 3.10 is now a supported platform (#10224) -Type annotations have been added to the twisted.python.fakepwd module. (#10287) Bugfixes -twisted.internet.defer.inlineCallbacks has an improved type

[oe] [meta-python] [PATCH] python3-natsort: upgrade 8.0.2 -> 8.1.0

2022-02-14 Thread wangmy
Changelog: = When using ns.PATH, only split off a maximum of two suffixes from a file name. Signed-off-by: Wang Mingyu --- .../{python3-natsort_8.0.2.bb => python3-natsort_8.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-werkzeug: upgrade 2.0.2 -> 2.0.3

2022-02-14 Thread wangmy
Changelog: = - "ProxyFix" supports IPv6 addresses. :issue:'2262' - Type annotation for "Response.make_conditional", "HTTPException.get_response", and "Map.bind_to_environ" accepts "Request" in addition to "WSGIEnvironment" for the first parameter. :pr:'2290' - Fix type annotation for

[oe] [meta-filesystems] [PATCH] xfsdump: upgrade 3.1.9 -> 3.1.10

2022-02-15 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xfsdump/{xfsdump_3.1.9.bb => xfsdump_3.1.10.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-filesystems/recipes-utils/xfsdump/{xfsdump_3.1.9.bb => xfsdump_3.1.10.bb} (90%) diff --git

[oe] [meta-oe] [PATCH] libcereal: upgrade 1.3.1 -> 1.3.2

2022-03-07 Thread wangmy
This is a minor bug fix and build enhancement release for cereal. The primary reason for this release is to correctly increment the version for cereal in include/cereal/version.hpp. Bug fixes and enhancements -- Make doxygen docs reproducible Add CMake options for building

[oe] [meta-oe] [PATCH] poppler: upgrade 22.02.0 -> 22.03.0

2022-03-07 Thread wangmy
Changelog: = core: * Signature: Fix finding Signatures that are in Pages not not in the global the Forms object * Signature: Improve getting the path to the firefox certificate database * Splash: Fix rendering of some joints. Issue #1212 * Fix get_poppler_localdir for relocatable

[oe] [meta-oe] [PATCH] smartmontools: upgrade 7.2 -> 7.3

2022-03-07 Thread wangmy
0001-configure.ac-Define-SOURCE_DATE_EPOCH-in-CPPFLAGS.patch refreshed for new version. Changelog: = - smartctl '-j': Many additions to the JSON output for SCSI/SAS devices. - smartctl '-j': JSON output always includes timestamp, regardless of '-i'. - smartctl '-i' and '--identify': ATA

[oe] [meta-oe] [PATCH] poco: upgrade 1.11.0 -> 1.11.1

2022-03-07 Thread wangmy
0001-fix-missing-expat-definition.patch removed since it's included in 1.11.1 Signed-off-by: Wang Mingyu --- .../0001-fix-missing-expat-definition.patch | 27 --- .../poco/{poco_1.11.0.bb => poco_1.11.1.bb} | 3 +-- 2 files changed, 1 insertion(+), 29 deletions(-) delete

[oe] [meta-python] [PATCH] python3-autobahn: upgrade 22.1.1 -> 22.2.2

2022-03-07 Thread wangmy
Changelog: = fix: auto ping/pong logs should be debug instead of info (#1524) Signed-off-by: Wang Mingyu --- .../{python3-autobahn_22.1.1.bb => python3-autobahn_22.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-httplib2: upgrade 0.20.2- > 0.20.4

2022-03-07 Thread wangmy
Changelog: = proxy: support proxy urls with ipv6 address https://github.com/httplib2/httplib2/pull/217 Signed-off-by: Wang Mingyu --- .../{python3-httplib2_0.20.2.bb => python3-httplib2_0.20.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-cheetah: upgrade 3.2.6.post1 -> 3.2.6.post2

2022-03-07 Thread wangmy
Changelog: = Build wheels for aarch64 at Travis; publish them at PyPI. Signed-off-by: Wang Mingyu --- ...n3-cheetah_3.2.6.post1.bb => python3-cheetah_3.2.6.post2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-django: upgrade 2.2.26 -> 2.2.27

2022-03-07 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{python3-django_2.2.26.bb => python3-django_2.2.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_2.2.26.bb => python3-django_2.2.27.bb} (71%) diff --git

[oe] [meta-python] [PATCH] python3-lxml: upgrade 4.7.1 -> 4.8.0

2022-03-07 Thread wangmy
0001-setupinfo.py-check-the-return-value.patch removed since it's included in 4.8.0. Changelog: = Features added -- * GH#337: Path-like objects are now supported throughout the API instead of just strings. Patch by Henning Janssen. * The ''ElementMaker'' now supports

[oe] [meta-python] [PATCH] python3-jsonrpcserver: upgrade 5.0.3 -> 5.0.6

2022-03-07 Thread wangmy
Changelog: == Fix reversed Result Either type ([#227] (https://github.com/explodinglabs/jsonrpcserver/pull/227)). Signed-off-by: Wang Mingyu --- ...n3-jsonrpcserver_5.0.3.bb => python3-jsonrpcserver_5.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-pyscaffold: upgrade 4.1.4 -> 4.1.5

2022-03-07 Thread wangmy
Changelog: = Main Changes Add pyenv's .python-version into .gitignore, #576 Added more --very-verbose logging to make clearer what's going on, #578 Updated versions of containers in CI config, #583 Fixed coverage config template for namespaced packages, #610 Replaced internal

[oe] [meta-python] [PATCH] python3-icu: upgrade 2.8 -> 2.8.1

2022-03-07 Thread wangmy
refresh 0001-Fix-host-contamination-of-include-files.patch for new version. License-Update: year updated to 2022. Changelog: = - renamed _icu extension module to _icu_ and moved it into icu module - moved icu python module sources into py directory - deleted long deprecated

[oe] [meta-python] [PATCH] python3-scrypt: upgrade 0.8.19 -> 0.8.20

2022-03-07 Thread wangmy
Changelog: = Fix #8 by adding missing gettimeofday.c to MANIFEST.in Signed-off-by: Wang Mingyu --- .../{python3-scrypt_0.8.19.bb => python3-scrypt_0.8.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-scrypt_0.8.19.bb

[oe] [meta-python] [PATCH] python3-redis: upgrade 4.1.1 -> 4.1.4

2022-03-07 Thread wangmy
Changelog: = New features: - Adding ExecutionPlan support for graph (#1993) Vector similiary search support (#1986) Signed-off-by: Wang Mingyu --- .../python/{python3-redis_4.1.1.bb => python3-redis_4.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-tqdm: upgrade 4.62.3 -> 4.63.0

2022-03-07 Thread wangmy
Changelog: == -add __reversed__() -add efficient __contains__() -improve CLI startup time (replace pkg_resources => importlib) -tqdm.autonotebook warning & std fallback on missing ipywidgets (#1218 <- #1082, #1217) -warn on positional CLI arguments -misc build/test framework updates

[oe] [meta-python] [PATCH] python3-twisted: upgrade 22.1.0 -> 22.2.0

2022-03-07 Thread wangmy
Changelog: = Bugfixes - twisted.internet.gireactor.PortableGIReactor.simulate and twisted.internet.gtk2reactor.PortableGtkReactor.simulate no longer raises TypeError when there are no delayed called. This was a regression introduced with the migration to Python 3 in which

[oe] [meta-python] [PATCH] python3-waitress: upgrade 2.0.0 -> 2.1.0

2022-03-07 Thread wangmy
Changelog: = Python Version Support -- - Python 3.6 is no longer supported by Waitress - Python 3.10 is fully supported by Waitress Bugfix --- - "wsgi.file_wrapper" now sets the "seekable", "seek", and "tell" attributes from the underlying file if the underlying

[oe] [meta-python] [PATCH] python3-astroid: upgrade 2.10.0 -> 2.11.0

2022-03-16 Thread wangmy
Changelog: = Add new (optional) doc_node attribute to nodes.Module, nodes.ClassDef, and nodes.FunctionDef. Accessing the doc attribute of nodes.Module, nodes.ClassDef, and nodes.FunctionDef has been deprecated in favour of the doc_node attribute. Note: doc_node is an (optional)

[oe] [meta-python] [PATCH] python3-cppy: upgrade 1.1.0 -> 1.2.0

2022-03-16 Thread wangmy
add dependence : python3-setuptools python3-distutils Signed-off-by: Wang Mingyu --- .../python/{python3-cppy_1.1.0.bb => python3-cppy_1.2.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cppy_1.1.0.bb =>

[oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.2.0 -> 2.2.1

2022-03-16 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{python3-dnspython_2.2.0.bb => python3-dnspython_2.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dnspython_2.2.0.bb => python3-dnspython_2.2.1.bb} (88%) diff --git

<    1   2   3   4   5   6   7   8   9   10   >