[meta-python] python3-nocasedict: upgrade 1.0.2 -> 1.0.3

Message ID 1648784612-10348-1-git-send-email-zhengrq.fnst@fujitsu.com
State Changes Requested
Headers show
Series [meta-python] python3-nocasedict: upgrade 1.0.2 -> 1.0.3 | expand

Commit Message

zhengrq.fnst@fujitsu.com April 1, 2022, 3:43 a.m. UTC
License-Update: version updated to 1.0.3

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 ...ython3-nocasedict_1.0.2.bb => python3-nocasedict_1.0.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-nocasedict_1.0.2.bb => python3-nocasedict_1.0.3.bb} (50%)

Comments

Tim Orling April 1, 2022, 4:02 a.m. UTC | #1
On Thu, Mar 31, 2022 at 8:44 PM zhengruoqin <zhengrq.fnst@fujitsu.com>
wrote:

> License-Update: version updated to 1.0.3
>

Again. This is not the correct use of the License-Update tag. Please look
into what has actually changed. We need to know why the LIC_FILES_CHKSUM
has changed in case we need to get our lawyers involved, etc.


>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
> ---
>  ...ython3-nocasedict_1.0.2.bb => python3-nocasedict_1.0.3.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-nocasedict_1.0.2.bb
> => python3-nocasedict_1.0.3.bb} (50%)
>
> diff --git a/meta-python/recipes-devtools/python/
> python3-nocasedict_1.0.2.bb b/meta-python/recipes-devtools/python/
> python3-nocasedict_1.0.3.bb
> similarity index 50%
> rename from meta-python/recipes-devtools/python/
> python3-nocasedict_1.0.2.bb
> rename to meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
> index 591b9c6b8d..a47c4a455f 100644
> --- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
> @@ -1,8 +1,8 @@
>  SUMMARY = "A case-insensitive ordered dictionary for Python"
>  HOMEPAGE = "https://github.com/pywbem/nocasedict"
>  LICENSE = "LGPL-2.1-only"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
>
> -SRC_URI[sha256sum] =
> "86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0"
> +SRC_URI[sha256sum] =
> "8220b97ba06b08eb2deded774c406c77e0ca0d5352ae71249f6f9d1f2a17bd7b"
>
>  inherit pypi setuptools3
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#96317):
> https://lists.openembedded.org/g/openembedded-devel/message/96317
> Mute This Topic: https://lists.openembedded.org/mt/90170592/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

Patch

diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
rename to meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
index 591b9c6b8d..a47c4a455f 100644
--- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
@@ -1,8 +1,8 @@ 
 SUMMARY = "A case-insensitive ordered dictionary for Python"
 HOMEPAGE = "https://github.com/pywbem/nocasedict"
 LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
 
-SRC_URI[sha256sum] = "86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0"
+SRC_URI[sha256sum] = "8220b97ba06b08eb2deded774c406c77e0ca0d5352ae71249f6f9d1f2a17bd7b"
 
 inherit pypi setuptools3