diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-20 15:36:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-20 06:57:27 -0800 |
commit | ae9b523493e4a0363f327c1cb5414a759ed8e15e (patch) | |
tree | 19fa0e63cd1cab1dd5aee5894a87a8e18ba0e819 /meta-python/recipes-devtools/python/python-twitter.inc | |
parent | 0da788aa72249d2b8d647c4091f50db0fdedd462 (diff) | |
download | meta-openembedded-ae9b523493e4a0363f327c1cb5414a759ed8e15e.tar.gz |
python-twitter: upgrade 3.7.0 -> 3.8.0
-License-Update: Update PKG-INFO.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twitter.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twitter.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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" | |||
2 | DESCRIPTION = "Python module to support twitter API" | 2 | DESCRIPTION = "Python module to support twitter API" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0307fffd8c4d9946c029daa1426d26e7" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8f702b489acb6863cec8b261a55931d8" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "c6dc2f315ded761aafc96bea3351c7f6" | 7 | SRC_URI[md5sum] = "8aeff278b7cefcd384c65929bc921e2c" |
8 | SRC_URI[sha256sum] = "fe85a79f58a01dd335968523b91c5fce760e7fe78bf25a6e71c72204fe499d0b" | 8 | SRC_URI[sha256sum] = "8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b" |
9 | 9 | ||
10 | PYPI_PACKAGE = "tweepy" | 10 | PYPI_PACKAGE = "tweepy" |
11 | 11 | ||