All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python[PATCH v2] python3-idna: update to 3.1
@ 2021-02-11 18:34 Oleksandr Kravchuk
  2021-02-16 12:57 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2021-02-11 18:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

License-Update: copyright years.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta-python/recipes-devtools/python/python3-idna_2.10.bb   | 2 --
 .../python/{python-idna.inc => python3-idna_3.1.bb}        | 7 ++++---
 2 files changed, 4 insertions(+), 5 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-idna_2.10.bb
 rename meta-python/recipes-devtools/python/{python-idna.inc => python3-idna_3.1.bb} (60%)

diff --git a/meta-python/recipes-devtools/python/python3-idna_2.10.bb b/meta-python/recipes-devtools/python/python3-idna_2.10.bb
deleted file mode 100644
index a08ca714ac..0000000000
--- a/meta-python/recipes-devtools/python/python3-idna_2.10.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit pypi setuptools3
-require python-idna.inc
diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python3-idna_3.1.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python-idna.inc
rename to meta-python/recipes-devtools/python/python3-idna_3.1.bb
index 4968f10726..fab5445954 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python3-idna_3.1.bb
@@ -1,15 +1,16 @@
 SUMMARY = "Internationalised Domain Names in Applications"
 HOMEPAGE = "https://github.com/kjd/idna"
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=cf36c8682cc154d2d4aa57bd6246b9a1"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1"
 
-SRC_URI[md5sum] = "7a910c706db30d758f377db2762c0f9a"
-SRC_URI[sha256sum] = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"
+SRC_URI[sha256sum] = "c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"
 
 RDEPENDS_${PN}_class-target = "\
     ${PYTHON_PN}-codecs \
 "
 
+inherit pypi setuptools3
+
 # Remove bundled egg-info
 do_compile_prepend() {
     rm -rf ${S}/idna.egg-info
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python[PATCH v2] python3-idna: update to 3.1
  2021-02-11 18:34 [meta-python[PATCH v2] python3-idna: update to 3.1 Oleksandr Kravchuk
@ 2021-02-16 12:57 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2021-02-16 12:57 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-devel

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


On 2021-02-11 1:34 p.m., Oleksandr Kravchuk wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> License-Update: copyright years.
>
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-idna_2.10.bb   | 2 --
>   .../python/{python-idna.inc => python3-idna_3.1.bb}        | 7 ++++---
>   2 files changed, 4 insertions(+), 5 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-idna_2.10.bb
>   rename meta-python/recipes-devtools/python/{python-idna.inc => python3-idna_3.1.bb} (60%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-idna_2.10.bb b/meta-python/recipes-devtools/python/python3-idna_2.10.bb
> deleted file mode 100644
> index a08ca714ac..0000000000
> --- a/meta-python/recipes-devtools/python/python3-idna_2.10.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -inherit pypi setuptools3
> -require python-idna.inc
> diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python3-idna_3.1.bb
> similarity index 60%
> rename from meta-python/recipes-devtools/python/python-idna.inc
> rename to meta-python/recipes-devtools/python/python3-idna_3.1.bb
> index 4968f10726..fab5445954 100644
> --- a/meta-python/recipes-devtools/python/python-idna.inc
> +++ b/meta-python/recipes-devtools/python/python3-idna_3.1.bb
> @@ -1,15 +1,16 @@
>   SUMMARY = "Internationalised Domain Names in Applications"
>   HOMEPAGE = "https://github.com/kjd/idna"
>   LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
> -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=cf36c8682cc154d2d4aa57bd6246b9a1"
> +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1"
>
> -SRC_URI[md5sum] = "7a910c706db30d758f377db2762c0f9a"
> -SRC_URI[sha256sum] = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"
> +SRC_URI[sha256sum] = "c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"
>
>   RDEPENDS_${PN}_class-target = "\
>       ${PYTHON_PN}-codecs \
>   "
>
> +inherit pypi setuptools3
> +
>   # Remove bundled egg-info
>   do_compile_prepend() {
>       rm -rf ${S}/idna.egg-info
> --
> 2.25.1
>
>
> 
>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-16 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 18:34 [meta-python[PATCH v2] python3-idna: update to 3.1 Oleksandr Kravchuk
2021-02-16 12:57 ` [oe] " Trevor Gamblin

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.