mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade tweepy to release 3.9.0: - Add API.create_media_metadata - Update allowed parameters for API.update_status - Add allowed parameters to API.get_status - Add allowed parameters to API.statuses_lookup - Improve API.lookup_users - Improve and optimize API.statuses_lookup, API.create_media_metadata, API.update_status - Add reverse as allowed parameter for API.lists_all - Add count as allowed parameter for API.lists_memberships - Add count as allowed parameter for API.lists_subscriptions - Add include_entities as allowed parameter for API.list_timeline - Add allowed parameters to API.list_subscribers - Add support for Python 3.8 - Update and improve setup.py - Use requests socks extra instead of requiring PySocks directly - Allow uploading of images with file names without extensions - Support uploading WebP images - Add missing attributes to Relationship model - Update max allowed size for uploaded GIFs - Add _json attribute to DirectMessage model - Update and improve tests - Add documentation for extended Tweets - Document API.lookup_users - Add documentation for running tests - Add Korean translation of documentation - Add Polish translation of documentation - Document API.lookup_friendships - Update and improve various documentation - Fix handling of invalid credentials for API.verify_credentials - Handle boolean value for API.verify_credentials include_email parameter - Allow Cursor to be used with API.list_direct_messages by adding DMCursorIterator License-Update: Use the exact line from PKG-INFO. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
515 B
BlitzBasic
20 lines
515 B
BlitzBasic
SUMMARY = "Twitter for Python"
|
|
DESCRIPTION = "Python module to support twitter API"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
|
|
|
|
SRC_URI[md5sum] = "b5bc640fa9f6baff6471c127aba1fec0"
|
|
SRC_URI[sha256sum] = "bfd19a5c11f35f7f199c795f99d9cbf8a52eb33f0ecfb6c91ee10b601180f604"
|
|
|
|
PYPI_PACKAGE = "tweepy"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} += "\
|
|
${PYTHON_PN}-pip \
|
|
${PYTHON_PN}-pysocks \
|
|
${PYTHON_PN}-requests \
|
|
${PYTHON_PN}-six \
|
|
"
|