All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Leon Anavi <leon.anavi@konsulko.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4
Date: Fri, 8 Jan 2021 11:03:12 -0500	[thread overview]
Message-ID: <64cf0372-07f8-56c4-c8fc-3a9a6421c33e@windriver.com> (raw)
In-Reply-To: <20210105151638.15700-5-leon.anavi@konsulko.com>

[-- Attachment #1: Type: text/plain, Size: 2281 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Migrated from Travis and Appveyor to GitHub Actions. This
>    required changes in several areas including dependent packages
>    used for testing and coverage. This did not cause any changes
>    on dependent packages used for the installation of the package.
>
> License-Update: File changed but the licence remains the same.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-nocaselist_1.0.3.bb  | 9 ---------
>   .../recipes-devtools/python/python3-nocaselist_1.0.4.bb  | 8 ++++++++
>   2 files changed, 8 insertions(+), 9 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
>   create mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
> deleted file mode 100644
> index 1119c7f38e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "A case-insensitive list for Python"
> -HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
> -
> -SRC_URI[md5sum] = "42ba878fd70611cf345c61edd83f5fb0"
> -SRC_URI[sha256sum] = "7e6decb7d85563b9044913c9087ef4b691bc3da4d7ad1d88968cdea409553326"
> -
> -inherit pypi setuptools3
> diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
> new file mode 100644
> index 0000000000..60c79c22a8
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
> @@ -0,0 +1,8 @@
> +SUMMARY = "A case-insensitive list for Python"
> +HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d229da563da18fe5d58cd95a6467d584"
> +
> +SRC_URI[sha256sum] = "73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0"
> +
> +inherit pypi setuptools3
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3467 bytes --]

  reply	other threads:[~2021-01-08 16:03 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
2021-01-05 15:16 ` [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0 Leon Anavi
2021-01-08 16:02   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
2021-01-08 16:02   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 04/10] python3-multidict: Upgrade 5.0.0 -> 5.1.0 Leon Anavi
2021-01-08 16:03   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4 Leon Anavi
2021-01-08 16:03   ` Trevor Gamblin [this message]
2021-01-05 15:16 ` [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 10/10] python3-pandas: Upgrade 1.1.4 -> 1.2.0 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-08 16:02 ` [oe] [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Trevor Gamblin

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=64cf0372-07f8-56c4-c8fc-3a9a6421c33e@windriver.com \
    --to=trevor.gamblin@windriver.com \
    --cc=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.