From 2fe4ddc9907b7f54b5575586609bda5ad063931d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 15 May 2019 16:00:26 +0800 Subject: python-pysocks: upgrade 1.6.8 -> 1.7.0 -Upgrade from python-pysocks_1.6.8.bb to python-pysocks_1.7.0.bb. -Upgrade from python3-pysocks_1.6.8.bb to python3-pysocks_1.7.0.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pysocks.inc | 4 ++-- meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb | 2 -- meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb | 6 ------ meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb | 6 ++++++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb create mode 100644 meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb diff --git a/meta-python/recipes-devtools/python/python-pysocks.inc b/meta-python/recipes-devtools/python/python-pysocks.inc index 53ec1b7d81..32cb50ce17 100644 --- a/meta-python/recipes-devtools/python/python-pysocks.inc +++ b/meta-python/recipes-devtools/python/python-pysocks.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://python-requests.org" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" -SRC_URI[md5sum] = "441c4e3bf5b042f7e70613cd871df26c" -SRC_URI[sha256sum] = "3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672" +SRC_URI[md5sum] = "ffea8bdc4eee054df2f9f6a9c3752567" +SRC_URI[sha256sum] = "d9031ea45fdfacbe59a99273e9f0448ddb33c1580fe3831c1b09557c5718977c" PYPI_PACKAGE = "PySocks" diff --git a/meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb b/meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb deleted file mode 100644 index 8a24e4c49a..0000000000 --- a/meta-python/recipes-devtools/python/python-pysocks_1.6.8.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pysocks.inc diff --git a/meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb b/meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb new file mode 100644 index 0000000000..8a24e4c49a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pysocks.inc diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb deleted file mode 100644 index bbda05a518..0000000000 --- a/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools3 -require python-pysocks.inc - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-netclient \ -" diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb new file mode 100644 index 0000000000..bbda05a518 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools3 +require python-pysocks.inc + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-netclient \ +" -- cgit 1.2.3-korg