[Python-modules-commits] [python-twitter] 03/04: merge patched into master

Koichi Akabe vbkaisetsu-guest at moszumanska.debian.org
Sat Oct 21 02:13:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

vbkaisetsu-guest pushed a commit to branch master
in repository python-twitter.

commit d8e6bba036523b92e0488837c6363025f48c0d13
Merge: fc4838d 84e9227
Author: Koichi Akabe <vbkaisetsu at gmail.com>
Date:   Mon Oct 16 00:25:51 2017 +0900

    merge patched into master

 .gitignore                                         |   54 +
 AUTHORS.rst                                        |   37 +
 CHANGES                                            |   73 +-
 COPYING                                            |    2 +-
 ChangeLog                                          | 1015 ----
 GAE.rst                                            |   55 +
 MANIFEST.in                                        |    6 +-
 Makefile                                           |   67 +
 NOTICE                                             |   10 -
 README.md                                          |  212 -
 README.rst                                         |  243 +
 circle.yml                                         |   12 +
 coveragerc                                         |    2 +
 debian/.git-dpm                                    |    6 +-
 debian/patches/10_fix_shebang.patch                |   22 -
 debian/patches/20_remove_simplejson.patch          |   27 -
 debian/patches/series                              |    2 -
 doc/changelog.rst                                  |  113 +
 doc/changes_to_tweet_counting.rst                  |   79 +
 doc/conf.py                                        |   45 +-
 doc/contributing.rst                               |   37 +
 doc/getting_started.rst                            |   51 +
 doc/index.rst                                      |   74 +-
 doc/installation.rst                               |   51 +
 doc/migration_v30.rst                              |  153 +
 doc/models.rst                                     |   15 +
 doc/modules.rst                                    |   10 +
 doc/python-twitter-app-creation-part1.png          |  Bin 0 -> 264928 bytes
 doc/python-twitter-app-creation-part2.png          |  Bin 0 -> 156712 bytes
 doc/python-twitter-app-creation-part3.png          |  Bin 0 -> 168112 bytes
 doc/rate_limits.rst                                |   83 +
 doc/searching.rst                                  |   19 +
 doc/twitter.html                                   | 5028 +++++++++++--------
 doc/twitter.rst                                    |   38 +
 doc/with_django.rst                                |    4 +
 examples/shorten_url.py                            |  142 +-
 examples/streaming/track_users.py                  |   77 +
 examples/tweet.py                                  |  156 +-
 examples/twitter-to-xhtml.py                       |  108 +-
 examples/view_friends.py                           |   46 +
 get_access_token.py                                |   85 +-
 pytest.ini                                         |   14 +
 python-twitter.spec                                |   50 -
 requirements.docs.txt                              |    5 +
 requirements.testing.txt                           |   18 +
 requirements.txt                                   |   11 +-
 setup.cfg                                          |   15 +
 setup.py                                           |  110 +-
 test.py                                            |    5 +
 testdata/168NQ.jpg                                 |  Bin 0 -> 44772 bytes
 testdata/3.2/extended_tweet_in_compat_mode.json    |    1 +
 testdata/3.2/extended_tweet_in_extended_mode.json  |    1 +
 testdata/corgi.gif                                 |  Bin 0 -> 3168800 bytes
 testdata/direct_message-destroy.json               |   10 +-
 testdata/direct_messages-new.json                  |   10 +-
 testdata/direct_messages.json                      |   12 +-
 testdata/featured.json                             |  303 +-
 testdata/followers.json                            |  955 +++-
 testdata/friends.json                              |  590 ++-
 testdata/friends_timeline-kesuke.json              |  303 +-
 testdata/friendship-create.json                    |   16 +-
 testdata/friendship-destroy.json                   |   16 +-
 testdata/get_blocks_0.json                         |    1 +
 testdata/get_blocks_1.json                         |    1 +
 testdata/get_blocks_ids_0.json                     |    1 +
 testdata/get_blocks_ids_1.json                     |    1 +
 testdata/get_direct_messages.json                  |    1 +
 testdata/get_favorites.json                        |    1 +
 testdata/get_follower_ids.json                     |    1 +
 testdata/get_follower_ids_0.json                   |    1 +
 testdata/get_follower_ids_1.json                   |    1 +
 testdata/get_follower_ids_paged.json               |    1 +
 testdata/get_follower_ids_stringify.json           |    1 +
 testdata/get_followers_0.json                      |    1 +
 testdata/get_followers_1.json                      |    1 +
 testdata/get_friend_ids_0.json                     |    1 +
 testdata/get_friend_ids_1.json                     |    1 +
 testdata/get_friends.json                          |    1 +
 testdata/get_friends_0.json                        |    1 +
 testdata/get_friends_1.json                        |    1 +
 testdata/get_friends_2.json                        |    1 +
 testdata/get_friends_3.json                        |    1 +
 testdata/get_friends_4.json                        |    1 +
 testdata/get_friends_ids.json                      |    1 +
 testdata/get_friends_paged.json                    |    1 +
 testdata/get_friends_paged_additional_params.json  |    1 +
 testdata/get_friends_paged_uid.json                |    1 +
 testdata/get_friendships_lookup_muting.json        |    1 +
 .../get_friendships_lookup_muting_blocking.json    |    1 +
 testdata/get_friendships_lookup_none.json          |    1 +
 testdata/get_get_memberships.json                  |    1 +
 testdata/get_get_memberships_himawari8bot.json     |    1 +
 testdata/get_get_subscriptions.json                |    1 +
 testdata/get_get_subscriptions_uid.json            |    1 +
 testdata/get_help_configuration.json               |    1 +
 testdata/get_home_timeline.json                    |    1 +
 testdata/get_list_members.json                     |    1 +
 testdata/get_list_members_0.json                   |    1 +
 testdata/get_list_members_1.json                   |    1 +
 testdata/get_list_members_extra_params.json        |    1 +
 testdata/get_list_timeline.json                    |    1 +
 testdata/get_list_timeline_count.json              |    1 +
 testdata/get_list_timeline_count_rts_ent.json      |    1 +
 testdata/get_list_timeline_id.json                 |    1 +
 testdata/get_list_timeline_max_since.json          |    1 +
 testdata/get_lists.json                            |    1 +
 testdata/get_lists_list.json                       |    1 +
 testdata/get_lists_list_screen_name.json           |    1 +
 testdata/get_lists_list_user_id.json               |    1 +
 testdata/get_memberships.json                      |    1 +
 testdata/get_mentions.json                         |    1 +
 testdata/get_mutes_users_ids.json                  |    1 +
 testdata/get_mutes_users_ids_loop_0.json           |    1 +
 testdata/get_mutes_users_ids_loop_1.json           |    1 +
 testdata/get_mutes_users_list.json                 |    1 +
 testdata/get_mutes_users_list_loop_0.json          |    1 +
 testdata/get_mutes_users_list_loop_1.json          |    1 +
 testdata/get_replies.json                          |    1 +
 testdata/get_retweeters.json                       |    1 +
 testdata/get_retweets.json                         |    1 +
 testdata/get_retweets_count.json                   |    1 +
 testdata/get_retweets_of_me.json                   |    1 +
 testdata/get_search.json                           |    1 +
 testdata/get_search_geocode.json                   |    1 +
 testdata/get_search_raw.json                       |    1 +
 testdata/get_sent_direct_messages.json             |    1 +
 testdata/get_show_friendship.json                  |    1 +
 testdata/get_show_subscription.json                |    1 +
 testdata/get_show_subscription_extra_params.json   |    1 +
 testdata/get_show_subscription_not_subscriber.json |    1 +
 testdata/get_status.json                           |    1 +
 testdata/get_status_ext_alt.json                   |    1 +
 testdata/get_status_extra_params.json              |    1 +
 testdata/get_status_oembed.json                    |    1 +
 testdata/get_status_promoted_video_tweet.json      |    1 +
 testdata/get_trends_current.json                   |    1 +
 testdata/get_trends_current_unicode.json           |    1 +
 testdata/get_trends_woeid.json                     |    1 +
 testdata/get_trends_woeid_exclude.json             |    1 +
 testdata/get_user.json                             |    1 +
 testdata/get_user_retweets.json                    |    1 +
 testdata/get_user_suggestion.json                  |    1 +
 testdata/get_user_suggestion_categories.json       |    1 +
 testdata/get_user_timeline.json                    |    1 +
 testdata/get_user_timeline_count.json              |    1 +
 testdata/get_user_timeline_sincemax.json           |    1 +
 testdata/get_users_search.json                     |    1 +
 testdata/get_verify_credentials_include_email.json |    1 +
 testdata/lookup_friendship.json                    |    1 +
 testdata/models/models_category.json               |    1 +
 testdata/models/models_direct_message.json         |    1 +
 testdata/models/models_direct_message_short.json   |    1 +
 testdata/models/models_hashtag.json                |    1 +
 testdata/models/models_list.json                   |    1 +
 testdata/models/models_media.json                  |    1 +
 testdata/models/models_status.json                 |    1 +
 testdata/models/models_status_no_user.json         |    1 +
 testdata/models/models_trend.json                  |    1 +
 testdata/models/models_url.json                    |    1 +
 testdata/models/models_user.json                   |    1 +
 testdata/models/models_user_status.json            |    1 +
 testdata/models/status_quoted_tweet.json           |    1 +
 .../models/status_quoted_tweet_with_media.json     |    1 +
 testdata/post_blocks_create.json                   |    1 +
 testdata/post_blocks_destroy.json                  |    1 +
 testdata/post_create_favorite.json                 |    1 +
 testdata/post_create_list.json                     |    1 +
 testdata/post_create_lists_member.json             |    1 +
 testdata/post_create_lists_member_multiple.json    |    1 +
 testdata/post_create_subscription.json             |    1 +
 testdata/post_destroy_direct_message.json          |    1 +
 testdata/post_destroy_favorite.json                |    1 +
 testdata/post_destroy_list.json                    |    1 +
 testdata/post_destroy_lists_member.json            |    1 +
 testdata/post_destroy_lists_member_multiple.json   |    1 +
 testdata/post_destroy_status.json                  |    1 +
 testdata/post_destroy_subscription.json            |    1 +
 testdata/post_media.json                           |    1 +
 testdata/post_mutes_users_create.json              |    1 +
 testdata/post_mutes_users_create_skip_status.json  |    1 +
 testdata/post_mutes_users_destroy.json             |    1 +
 testdata/post_post_direct_message.json             |    1 +
 testdata/post_update.json                          |    1 +
 testdata/post_update_extra_params.json             |    1 +
 testdata/post_update_media_id.json                 |    1 +
 testdata/post_update_with_media.json               |    1 +
 testdata/post_upload_chunked_FINAL.json            |    1 +
 testdata/post_upload_chunked_INIT.json             |    1 +
 testdata/post_upload_media_simple.json             |    1 +
 testdata/public_timeline.json                      |  303 +-
 testdata/ratelimit.json                            |    1 +
 testdata/replies.json                              |  108 +-
 testdata/retweet.json                              |   16 +-
 testdata/retweets_of_me.json                       |   27 +-
 testdata/show-89512102.json                        |   16 +-
 testdata/show-dewitt.json                          |   25 +-
 testdata/status-destroy.json                       |   16 +-
 testdata/update.json                               |   16 +-
 testdata/update_latlong.json                       |   30 +-
 testdata/user_timeline-kesuke.json                 |   18 +-
 testdata/user_timeline.json                        |   17 +-
 testdata/users_lookup.json                         |    1 +
 testdata/verify_credentials.json                   |    1 +
 tests/test_api.py                                  |  327 ++
 tests/test_api_30.py                               | 1734 +++++++
 tests/test_error_handling.py                       |   38 +
 tests/test_filecache.py                            |   43 +
 tests/test_media.py                                |  119 +
 tests/test_models.py                               |  192 +
 tests/test_parse_tweet.py                          |   42 +
 tests/test_rate_limit.py                           |  233 +
 tests/test_status.py                               |   76 +
 tests/test_trend.py                                |   42 +
 tests/test_tweet_changes.py                        |   62 +
 tests/test_tweet_length.py                         |   77 +
 tests/test_twitter_utils.py                        |   76 +
 tests/test_unicode.py                              |  103 +
 tests/test_url_regex.py                            |  118 +
 tests/test_user.py                                 |   91 +
 tox.ini                                            |   29 +
 twitter.py                                         | 5155 --------------------
 twitter/__init__.py                                |   56 +
 twitter/_file_cache.py                             |  102 +
 twitter/api.py                                     | 5019 +++++++++++++++++++
 twitter/error.py                                   |   20 +
 twitter/models.py                                  |  511 ++
 twitter/parse_tweet.py                             |  100 +
 twitter/ratelimit.py                               |  191 +
 twitter/twitter_utils.py                           |  273 ++
 twitter_test.py                                    |  694 ---
 230 files changed, 17432 insertions(+), 9517 deletions(-)

diff --cc debian/.git-dpm
index 16c92f7,0000000..06f30a2
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 33bfd167e202211e12c9c8c3f4f7f31c65337f44
- 33bfd167e202211e12c9c8c3f4f7f31c65337f44
- e5175e73b0a6b20fa103817ff61bae3dc8504d66
++84e92272de85ca275ab31e27fa5068489873187e
++84e92272de85ca275ab31e27fa5068489873187e
++84e92272de85ca275ab31e27fa5068489873187e
 +84e92272de85ca275ab31e27fa5068489873187e
 +python-twitter_3.3.orig.tar.gz
 +415f54e682bb1309e246efd3110f79f2dfeadd9d
 +5067412
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-twitter.git



More information about the Python-modules-commits mailing list