All of lore.kernel.org
 help / color / mirror / Atom feed
From: <Qi.Chen@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [meta-python][PATCH 20/20] python(3)-idna: upgrade 2.6 -> 2.7
Date: Tue, 26 Jun 2018 14:01:03 +0800	[thread overview]
Message-ID: <1529992863-24711-20-git-send-email-Qi.Chen@windriver.com> (raw)
In-Reply-To: <1529992863-24711-1-git-send-email-Qi.Chen@windriver.com>

From: Chen Qi <Qi.Chen@windriver.com>

The license checksum changes but the license remains the same.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-python/recipes-devtools/python/python-idna.inc                 | 6 +++---
 .../python/{python-idna_2.6.bb => python-idna_2.7.bb}               | 0
 .../python/{python3-idna_2.6.bb => python3-idna_2.7.bb}             | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-idna_2.6.bb => python-idna_2.7.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-idna_2.6.bb => python3-idna_2.7.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index b1d0d1895..d6d8d92ba 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -1,10 +1,10 @@
 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=c9ba5acd829579492fd5eb306c7a0565"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
 
-SRC_URI[md5sum] = "c706e2790b016bd0ed4edd2d4ba4d147"
-SRC_URI[sha256sum] = "2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f"
+SRC_URI[md5sum] = "0e5bb69018ddef1b9d95f681182be82c"
+SRC_URI[sha256sum] = "684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"
 
 RDEPENDS_${PN}_class-target = "\
     ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python-idna_2.6.bb b/meta-python/recipes-devtools/python/python-idna_2.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-idna_2.6.bb
rename to meta-python/recipes-devtools/python/python-idna_2.7.bb
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.6.bb b/meta-python/recipes-devtools/python/python3-idna_2.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-idna_2.6.bb
rename to meta-python/recipes-devtools/python/python3-idna_2.7.bb
-- 
2.11.0



      parent reply	other threads:[~2018-06-26  6:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26  6:00 [meta-python][PATCH 01/20] python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 02/20] python(3)-protobuf: upgrade 3.5.2 -> 3.6.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 03/20] python-dbus: upgrade 1.2.6 -> 1.2.8 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 04/20] python(3)-pytest-runner: upgrade 3.0 -> 4.2 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 05/20] python3-ordered-set: upgrade 2.0.2 -> 3.0.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 06/20] python-pip: upgrade 9.0.3 -> 10.0.1 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 07/20] python(3)-twisted: upgrade 17.9.0 -> 18.4.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 08/20] python-ipaddress: upgrade 1.0.19 -> 1.0.22 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 09/20] python(3)-certifi: upgrade 2018.1.18 -> 2018.4.16 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 10/20] python(3)-pyopenssl: upgrade 17.5.0 -> 18.0.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 11/20] python(3)-urllib3: upgrade 1.22 -> 1.23 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 12/20] python(3)-ndg-httpsclient: upgrade 0.4.4 -> 0.5.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 13/20] python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 14/20] python(3)-lxml: upgrade 4.2.1 -> 4.2.2 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 15/20] python(3)-automat: upgrade 0.6.0 -> 0.7.0 Qi.Chen
2018-06-26  6:00 ` [meta-python][PATCH 16/20] python3-requests-file: upgrade 1.4.2 -> 1.4.3 Qi.Chen
2018-06-26  6:01 ` [meta-python][PATCH 17/20] python3-prctl: upgrade 1.6.1 -> 1.7 Qi.Chen
2018-06-26  6:01 ` [meta-python][PATCH 18/20] python(3)-attrs: upgrade 17.4.0 -> 18.1.0 Qi.Chen
2018-06-26  6:01 ` [meta-python][PATCH 19/20] python(3)-requests: upgrade 2.18.4 -> 2.19.1 Qi.Chen
2018-06-26  6:01 ` Qi.Chen [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=1529992863-24711-20-git-send-email-Qi.Chen@windriver.com \
    --to=qi.chen@windriver.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.