From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: wangmy <wangmy@fujitsu.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.4
Date: Sun, 12 Nov 2023 23:34:39 +0100 [thread overview]
Message-ID: <20231112223439257c0f30@mail.local> (raw)
In-Reply-To: <1698997393-31213-1-git-send-email-wangmy@fujitsu.com>
Hello,
I've tried this multiple times but this is failing because it is
impossible to fetch:
https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.18.4.tar.gz
I guess we need 0.18.5.
On 03/11/2023 15:43:13+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ============
> - YAML() instance has a 'doc_infos' attribute which is a cumulative list of DocInfo
> instances (one for 'load()', one per document for 'load_all()'). DocInfo instances
> contain version information (requested, directive) and tag directive information
> - fix issue that the YAML instance tags attribute was not reset between documents,
> resulting in mixing of tag directives of multiple documents. Now only provides tag
> directive information on latest document after loading. This means tags for dumping
> must be set **again** after a document is loaded with the same instance. (because
> of this tags will be removed in a favour of a different mechanism in the future)
> - fix issue with multiple document intermixing YAML 1.2 and YAML 1.1, the VersionedResolver
> now resets
> - fix issue with disappearing comment when next token was Tag (still can't have both
> a comment before a tag and after a tag, before node)
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> ...on3-ruamel-yaml_0.17.35.bb => python3-ruamel-yaml_0.18.4.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.35.bb => python3-ruamel-yaml_0.18.4.bb} (85%)
>
> diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.4.bb
> similarity index 85%
> rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb
> rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.18.4.bb
> index 1760fec7ee..7be966184e 100644
> --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb
> +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.4.bb
> @@ -8,7 +8,7 @@ PYPI_PACKAGE = "ruamel.yaml"
>
> inherit pypi setuptools3
>
> -SRC_URI[sha256sum] = "801046a9caacb1b43acc118969b49b96b65e8847f29029563b29ac61d02db61b"
> +SRC_URI[sha256sum] = "a2778930d2573358f7c43f26e4bd5715015dccebf53c9943ed611200c1e2adcd"
>
> RDEPENDS:${PN} += "\
> ${PYTHON_PN}-shell \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#190133): https://lists.openembedded.org/g/openembedded-core/message/190133
> Mute This Topic: https://lists.openembedded.org/mt/102359575/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
prev parent reply other threads:[~2023-11-12 22:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-03 7:43 [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.4 wangmy
2023-11-12 22:34 ` Alexandre Belloni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231112223439257c0f30@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=wangmy@fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.