From d505488c684ada5d69ef3b18c9a210711bd30199 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 23 Sep 2019 10:55:17 +0800 Subject: python-pysocks: upgrade 1.7.0 -> 1.7.1 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.7.0.bb | 2 -- meta-python/recipes-devtools/python/python-pysocks_1.7.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb | 6 ------ meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb | 6 ++++++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pysocks_1.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pysocks_1.7.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pysocks_1.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pysocks.inc b/meta-python/recipes-devtools/python/python-pysocks.inc index 32cb50ce17..ceadcb20d4 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] = "ffea8bdc4eee054df2f9f6a9c3752567" -SRC_URI[sha256sum] = "d9031ea45fdfacbe59a99273e9f0448ddb33c1580fe3831c1b09557c5718977c" +SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6" +SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" PYPI_PACKAGE = "PySocks" 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 deleted file mode 100644 index 8a24e4c49a..0000000000 --- a/meta-python/recipes-devtools/python/python-pysocks_1.7.0.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.1.bb b/meta-python/recipes-devtools/python/python-pysocks_1.7.1.bb new file mode 100644 index 0000000000..8a24e4c49a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysocks_1.7.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pysocks.inc 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 deleted file mode 100644 index bbda05a518..0000000000 --- a/meta-python/recipes-devtools/python/python3-pysocks_1.7.0.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.1.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb new file mode 100644 index 0000000000..bbda05a518 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools3 +require python-pysocks.inc + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-netclient \ +" -- cgit 1.2.3-korg