From 3ceedc1bf977d3a4fd287839659b05441bbbed00 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 4 Nov 2019 09:40:08 +0800 Subject: python-pyjks: upgrade 17.1.1 -> 19.0.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyjks.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyjks_17.1.1.bb | 2 -- meta-python/recipes-devtools/python/python-pyjks_19.0.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyjks_17.1.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyjks_17.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pyjks_19.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyjks_17.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyjks.inc b/meta-python/recipes-devtools/python/python-pyjks.inc index d866c56504..9a066f7f1d 100644 --- a/meta-python/recipes-devtools/python/python-pyjks.inc +++ b/meta-python/recipes-devtools/python/python-pyjks.inc @@ -6,8 +6,8 @@ HOMEPAGE = "http://github.com/kurtbrose/pyjks" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958" -SRC_URI[md5sum] = "d53501e7c80d465969742bc6bee91d49" -SRC_URI[sha256sum] = "709c44a303dd6b2464078ebeb677417e717818d4b3dc3844a462bef9d215dcc8" +SRC_URI[md5sum] = "b6e8f3b91be355d15e3ba99de2cccf9b" +SRC_URI[sha256sum] = "9ce5b40289bcdffcd6a8e7118b333ba8ba2ec4c9ebc5e324885cc8a69767011a" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyjks_17.1.1.bb b/meta-python/recipes-devtools/python/python-pyjks_17.1.1.bb deleted file mode 100644 index ce99f28350..0000000000 --- a/meta-python/recipes-devtools/python/python-pyjks_17.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyjks.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-pyjks_19.0.0.bb b/meta-python/recipes-devtools/python/python-pyjks_19.0.0.bb new file mode 100644 index 0000000000..ce99f28350 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyjks_19.0.0.bb @@ -0,0 +1,2 @@ +require python-pyjks.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-pyjks_17.1.1.bb b/meta-python/recipes-devtools/python/python3-pyjks_17.1.1.bb deleted file mode 100644 index 8982fcebc3..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyjks_17.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyjks.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb new file mode 100644 index 0000000000..8982fcebc3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb @@ -0,0 +1,2 @@ +require python-pyjks.inc +inherit setuptools3 -- cgit v1.2.3-54-g00ecf