summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-twitter: mark CVE-2012-5825 patchedGyorgy Sarvari2026-01-261-0/+2
| | | | | | | | | | | | | | | | | | | | | Details: https://nvd.nist.gov/vuln/detail/CVE-2012-5825 The Debian bugtracker[1] indicated that the issue is tracked by upstream in github[2] (with a difference CVE ID, but same issue), where the vulnerability was confirmed. Later in the same github issue the solution is confirmed: the project switched to use the requests library, which doesn't suffer from this vulnerability. Due to this mark the CVE as patched. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692444 [2]: https://github.com/tweepy/tweepy/issues/279 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3ee544e7591b36a49550a263a0ec4d64b5e490e8) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-5/+5
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: upgrade 4.13.0 -> 4.14.0Wang Mingyu2023-05-081-0/+19
Changelog: ========= New Features / Improvements ------------------------------ Add constants for potential model object fields (f3f73bc) DIRECT_MESSAGE_EVENT_FIELDS DM_EVENT_FIELDS LIST_FIELDS MEDIA_FIELDS PLACE_FIELDS POLL_FIELDS PUBLIC_SPACE_FIELDS SPACE_FIELDS PUBLIC_TWEET_FIELDS TWEET_FIELDS USER_FIELDS Add creator_id field for Space (a13726a) Twitter API Backwards-Incompatible Changes ------------------------------------------- Remove support for streaming with Twitter API v1.1 status/filter endpoint (c8a02eb) Stream AsyncStream Remove support for deprecated Premium v1.1 Search APIs (a955f30) API.search_30_day API.search_full_archive Misc ------ Overhaul Getting Started documentation (addb9f7) Remove no longer valid Twitter API version badges in README (880e7bf) Update and improve various documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>