From ae9b523493e4a0363f327c1cb5414a759ed8e15e Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 20 Nov 2019 15:36:49 +0800 Subject: python-twitter: upgrade 3.7.0 -> 3.8.0 -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-twitter.inc | 6 +++--- meta-python/recipes-devtools/python/python-twitter_3.7.0.bb | 3 --- meta-python/recipes-devtools/python/python-twitter_3.8.0.bb | 3 +++ meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb | 3 --- meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb | 3 +++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-twitter_3.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python-twitter_3.8.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-twitter.inc b/meta-python/recipes-devtools/python/python-twitter.inc index f5657eeb2e..ac3f65279a 100644 --- a/meta-python/recipes-devtools/python/python-twitter.inc +++ b/meta-python/recipes-devtools/python/python-twitter.inc @@ -2,10 +2,10 @@ SUMMARY = "Twitter for Python" DESCRIPTION = "Python module to support twitter API" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0307fffd8c4d9946c029daa1426d26e7" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8f702b489acb6863cec8b261a55931d8" -SRC_URI[md5sum] = "c6dc2f315ded761aafc96bea3351c7f6" -SRC_URI[sha256sum] = "fe85a79f58a01dd335968523b91c5fce760e7fe78bf25a6e71c72204fe499d0b" +SRC_URI[md5sum] = "8aeff278b7cefcd384c65929bc921e2c" +SRC_URI[sha256sum] = "8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b" PYPI_PACKAGE = "tweepy" diff --git a/meta-python/recipes-devtools/python/python-twitter_3.7.0.bb b/meta-python/recipes-devtools/python/python-twitter_3.7.0.bb deleted file mode 100644 index 6a28b08ae6..0000000000 --- a/meta-python/recipes-devtools/python/python-twitter_3.7.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require python-twitter.inc -inherit pypi setuptools - diff --git a/meta-python/recipes-devtools/python/python-twitter_3.8.0.bb b/meta-python/recipes-devtools/python/python-twitter_3.8.0.bb new file mode 100644 index 0000000000..6a28b08ae6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-twitter_3.8.0.bb @@ -0,0 +1,3 @@ +require python-twitter.inc +inherit pypi setuptools + diff --git a/meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb b/meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb deleted file mode 100644 index c2e4d2ebd3..0000000000 --- a/meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require python-twitter.inc -inherit pypi setuptools3 - diff --git a/meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb b/meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb new file mode 100644 index 0000000000..c2e4d2ebd3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb @@ -0,0 +1,3 @@ +require python-twitter.inc +inherit pypi setuptools3 + -- cgit v1.2.3-54-g00ecf