head 1.4; access; symbols pkgsrc-2023Q4:1.4.0.24 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.22 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.20 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.18 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.16 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.14 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.12 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.10 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.8 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.6 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.4 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.2 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.3.0.8 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.6 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.4 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.2 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.2.0.20 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.16 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.14 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.12 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.10 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.8 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.6 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.4 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.1.0.30 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.26 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.24 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.22 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.20 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.18 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.16 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.14 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.12 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.10 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.8 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.6 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.4 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.2 pkgsrc-2014Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2021.03.07.17.20.00; author adam; state Exp; branches; next 1.3; commitid pGAZQSTPGX48ToKC; 1.3 date 2020.02.24.00.02.59; author joerg; state Exp; branches; next 1.2; commitid k3cPRXpaWtqUgRXB; 1.2 date 2017.10.14.10.23.01; author adam; state Exp; branches; next 1.1; commitid JBqYztirx5Iqr0bA; 1.1 date 2014.06.13.20.11.17; author riz; state Exp; branches; next ; commitid dXARusAskeZGSoEx; desc @@ 1.4 log @py-tweepy: updated to 3.10.0 Version 3.10.0 This will be the last major and minor version to support Python 2.7 The next non-patch release should be version 4.0.0. New Features / Improvements Add API.search_30_day and API.search_full_archive Update allowed parameters for API.home_timeline Add trim_user, exclude_replies, include_entities Remove page as erroneously documented parameter Reorder count to be the first parameter Update allowed parameters for API.get_oembed Add hide_thread, theme, link_color, widget_type, dnt Remove id Remove API.update_profile_background_image Add support for Python 3.9 Switch from Travis CI to GitHub Actions to run tests and deploy releases Update and improve various documentation Bug Fixes Use mimetypes.guess_type as fallback for determining image file type Use proper MIME type in Content-Type header for uploaded images Allow file parameter to be used again for API.media_upload Allow file parameter to be used again for API.update_profile_banner, API.update_profile_image, and API.update_with_media Fix User.lists, User.lists_memberships, and User.lists_subscriptions to retrieve information about the user in question rather than the authenticating user Version 3.9.0 New Features / Improvements Add API.create_media_metadata Update allowed parameters for API.update_status Add exclude_reply_user_ids, attachment_url, possibly_sensitive, trim_user, enable_dmcommands, fail_dmcommands, card_uri Remove in_reply_to_status_id_str, source Add allowed parameters to API.get_status trim_user, include_my_retweet, include_entities, include_ext_alt_text, include_card_uri Add allowed parameters to API.statuses_lookup include_ext_alt_text, include_card_uri 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 count, include_entities, skip_status 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 Bug Fixes 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 Version 3.8.0 New Features / Improvements Allow streams to use daemon threads Remove API.set_delivery_device Remove simplejson import and usage Allow cursor parameter for API.blocks_ids and API.mutes_ids Drop support for Python 3.4 Allow perform_block parameter for API.report_spam Add API.mutes Allow count parameter for API.friends Remove since, from, to, and source as allowed parameters for API.search Handle location deletion and withheld content notices for streams Allow usage of equality and difference operators with User objects Add _json attribute to Category, Friendship, and List models Remove API.suggested_categories, API.suggested_users, and API.suggested_users_tweets Update and improve tests and cassettes Update DirectMessage model Replace API.direct_messages and API.sent_direct_messages with API.list_direct_messages Update API.get_direct_message, API.send_direct_message, and API.destroy_direct_message Update and improve various documentation Bug Fixes Exclude examples during installation Properly initialize OAuthHandler.request_token Properly handle map_ parameter for API.statuses_lookup Support cursor pagination for API.blocks_ids and API.mutes_ids Return values for API.update_profile_background_image and API.update_profile_banner Replace usage of root logger Close Requests sessions Version 3.7.0 New Features / Improvements Allow trim_user and exclude_replies as parameters for API.user_timeline Allow tweet_mode parameter for API.statuses_lookup Drop support for Python 2.6 and 3.3 Discord Server Add proxy support for streams Add API.create_mute, API.destroy_mute, and API.mutes_ids Allow tweet_mode parameter for API.lookup_users Bug Fixes Fix AttributeError during streaming Update how requirements are specified Fix compatibility issue with Python 3.7 Version 3.6.0 New Features / Improvements Parse Status.quoted_status as a Status object Allow in_reply_to_status_id_str as a parameter for API.update_status and API.update_with_media Add stall_warnings parameter to Stream.sample Add API.unretweet Allow auto_populate_reply_metadata as a parameter for API.update_status and API.update_with_media Allow profile_link_color as a parameter for API.update_profile Add support for Python 3.6 Bug Fixes Update file size limit for API.media_upload Fix JSONParser.parse returning None in certain cases Include URL parameters when accessing cache Properly re-raise exceptions during streaming Fix AttributeError and TypeError during streaming Properly encode filter_level for Stream.filter @ text @@@comment $NetBSD: PLIST,v 1.3 2020/02/24 00:02:59 joerg Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/tweepy/__init__.py ${PYSITELIB}/tweepy/__init__.pyc ${PYSITELIB}/tweepy/__init__.pyo ${PYSITELIB}/tweepy/api.py ${PYSITELIB}/tweepy/api.pyc ${PYSITELIB}/tweepy/api.pyo ${PYSITELIB}/tweepy/auth.py ${PYSITELIB}/tweepy/auth.pyc ${PYSITELIB}/tweepy/auth.pyo ${PYSITELIB}/tweepy/binder.py ${PYSITELIB}/tweepy/binder.pyc ${PYSITELIB}/tweepy/binder.pyo ${PYSITELIB}/tweepy/cache.py ${PYSITELIB}/tweepy/cache.pyc ${PYSITELIB}/tweepy/cache.pyo ${PYSITELIB}/tweepy/cursor.py ${PYSITELIB}/tweepy/cursor.pyc ${PYSITELIB}/tweepy/cursor.pyo ${PYSITELIB}/tweepy/error.py ${PYSITELIB}/tweepy/error.pyc ${PYSITELIB}/tweepy/error.pyo ${PYSITELIB}/tweepy/models.py ${PYSITELIB}/tweepy/models.pyc ${PYSITELIB}/tweepy/models.pyo ${PYSITELIB}/tweepy/parsers.py ${PYSITELIB}/tweepy/parsers.pyc ${PYSITELIB}/tweepy/parsers.pyo ${PYSITELIB}/tweepy/streaming.py ${PYSITELIB}/tweepy/streaming.pyc ${PYSITELIB}/tweepy/streaming.pyo ${PYSITELIB}/tweepy/utils.py ${PYSITELIB}/tweepy/utils.pyc ${PYSITELIB}/tweepy/utils.pyo @ 1.3 log @Don't parse requirements. Don't use 'async', which got promoted to keyword in Python 3.7. Bump revision. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.2 2017/10/14 10:23:01 adam Exp $ d5 1 a7 9 ${PYSITELIB}/examples/__init__.py ${PYSITELIB}/examples/__init__.pyc ${PYSITELIB}/examples/__init__.pyo ${PYSITELIB}/examples/oauth.py ${PYSITELIB}/examples/oauth.pyc ${PYSITELIB}/examples/oauth.pyo ${PYSITELIB}/examples/streaming.py ${PYSITELIB}/examples/streaming.pyc ${PYSITELIB}/examples/streaming.pyo @ 1.2 log @py-tweepy: update to 3.5.0 3.5.0 Features / Improvements * Allow 'full_text' param when getting direct messages * Explicitly return api code when parsing error * Remove deprecated function and clean up codes Bug Fixes * update_status: first positional argument should be 'status' * Fix "TypeError: Can't convert 'bytes' object to str implicitly" * Fix duplicate raise in auth.py @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.1 2014/06/13 20:11:17 riz Exp $ a4 1 ${PYSITELIB}/${EGG_INFODIR}/requires.txt @ 1.1 log @Add Tweepy 2.3.0, a python API for Twitter. @ text @d1 7 a7 1 @@comment $NetBSD$ a16 5 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/${EGG_INFODIR}/zip-safe a40 3 ${PYSITELIB}/tweepy/oauth.py ${PYSITELIB}/tweepy/oauth.pyc ${PYSITELIB}/tweepy/oauth.pyo @