[Python-modules-commits] [praw] 12/14: record new upstream branch created by importing praw_5.2.0.orig.tar and merge it

Josué Ortega josue at moszumanska.debian.org
Sat Oct 28 21:13:06 UTC 2017


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

josue pushed a commit to branch master
in repository praw.

commit 7131f97eb9266c1ea18a3d8ea1bf7679f56f6bea
Merge: 38d5e61 dd10648
Author: Josue Ortega <josue at debian.org>
Date:   Sat Oct 28 14:14:09 2017 -0600

    record new upstream branch created by importing praw_5.2.0.orig.tar and merge it

 CHANGES.rst                                        |   50 +
 PKG-INFO                                           |    2 +-
 debian/.git-dpm                                    |   14 +-
 docs/code_overview/other.rst                       |    1 +
 docs/code_overview/other/redditorstream.rst        |    5 +
 docs/tutorials/comments.rst                        |    2 +-
 praw.egg-info/PKG-INFO                             |    2 +-
 praw.egg-info/SOURCES.txt                          |   18 +-
 praw.egg-info/requires.txt                         |    4 +-
 praw/const.py                                      |    5 +-
 praw/exceptions.py                                 |   12 +-
 praw/models/comment_forest.py                      |    2 +-
 praw/models/inbox.py                               |   56 +
 praw/models/listing/generator.py                   |    2 +-
 praw/models/listing/mixins/submission.py           |    4 +-
 praw/models/listing/mixins/subreddit.py            |   17 +-
 praw/models/reddit/comment.py                      |   80 +-
 praw/models/reddit/live.py                         |   46 +-
 praw/models/reddit/mixins/inboxable.py             |   18 +
 praw/models/reddit/more.py                         |    2 +-
 praw/models/reddit/redditor.py                     |   82 +-
 praw/models/reddit/submission.py                   |   24 +-
 praw/models/reddit/subreddit.py                    |   34 +-
 praw/models/reddit/wikipage.py                     |    6 +-
 praw/models/util.py                                |    2 +-
 praw/objector.py                                   |    2 +-
 praw/reddit.py                                     |    2 +-
 setup.py                                           |    4 +-
 tests/conftest.py                                  |    3 +-
 .../cassettes/TestComment.test_parent__chain.json  |  386 +++
 .../TestComment.test_parent__comment.json          |    6 +-
 .../cassettes/TestComment.test_permalink.json      |  149 -
 .../cassettes/TestComment.test_refresh.json        |    6 +-
 .../TestComment.test_refresh__deleted_comment.json |    6 +-
 ...estComment.test_refresh__raises_exception.json} |    8 +-
 .../TestComment.test_refresh__removed_comment.json |  166 +
 .../cassettes/TestComment.test_refresh__twice.json |  221 ++
 ...mentForest.test_replace__on_direct_comment.json |    6 +-
 .../TestInbox.test_comment_reply__refresh.json     |   60 +-
 .../cassettes/TestInbox.test_mention__refresh.json |    6 +-
 .../cassettes/TestInbox.test_message_collapse.json |  341 ++
 .../TestInbox.test_message_uncollapse.json         |  341 ++
 .../cassettes/TestLiveUpdate_test_attributes.json  |  109 +
 .../TestMessage.test_message_collapse.json         |  170 +
 .../TestMessage.test_message_uncollapse.json       |  170 +
 .../TestRedditor.test_stream__comments.json        |  330 ++
 .../TestRedditor.test_stream__submissions.json     | 3465 ++++++++++++++++++++
 .../cassettes/TestSubmission.test_crosspost.json   |  227 ++
 ...estSubmission.test_crosspost__custom_title.json |  227 ++
 ...ubmission.test_crosspost__subreddit_object.json |  227 ++
 .../cassettes/TestSubmission.test_gilded.json      |  111 +
 ...bredditStylesheet.test_upload__invalid_ext.json |  113 +
 tests/integration/models/reddit/test_comment.py    |   43 +-
 tests/integration/models/reddit/test_live.py       |   13 +
 tests/integration/models/reddit/test_message.py    |   18 +-
 tests/integration/models/reddit/test_redditor.py   |   16 +
 tests/integration/models/reddit/test_submission.py |   44 +
 tests/integration/models/reddit/test_subreddit.py  |   10 +
 tests/integration/models/test_inbox.py             |   18 +
 tests/unit/models/reddit/test_live.py              |    2 -
 tests/unit/test_exceptions.py                      |    9 +
 61 files changed, 7207 insertions(+), 318 deletions(-)

diff --cc debian/.git-dpm
index 7bd6a11,0000000..465c7c4
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- 15376d9cad8b9cf80f64a33660aad34db068006f
- 15376d9cad8b9cf80f64a33660aad34db068006f
- 15376d9cad8b9cf80f64a33660aad34db068006f
- 15376d9cad8b9cf80f64a33660aad34db068006f
- praw_5.0.1.orig.tar.gz
- b37bbef97e10defdd14568a65b37363f1d5e5f32
- 6544022
++dd1064876c271e9cf79c8534967bb94e1ca5a3f8
++dd1064876c271e9cf79c8534967bb94e1ca5a3f8
++dd1064876c271e9cf79c8534967bb94e1ca5a3f8
++dd1064876c271e9cf79c8534967bb94e1ca5a3f8
++praw_5.2.0.orig.tar
++3c1ce6f5905152c84c4b111ee1c5a2393996c896
++8504354

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



More information about the Python-modules-commits mailing list