[Python-modules-commits] [praw] branch master updated (0d05c31 -> 18186e7)
Josué Ortega
josue at moszumanska.debian.org
Sun Jan 28 22:58:14 UTC 2018
This is an automated email from the git hooks/post-receive script.
josue pushed a change to branch master
in repository praw.
from 0d05c31 Sets release to unstable
new 930370b Fix tarball name at .git-dpm
new 2d33254 Import praw_5.3.0.orig.tar.gz
new a366a50 record new upstream branch created by importing praw_5.3.0.orig.tar.gz and merge it
new 14b5500 Bumps debhelper compat version to 11.
new 9fa02d0 d/control: Bumps dependency version on python3-prawcore to 0.13.0
new bf78359 d/control: Bumps Standards-Version to 4.1.3
new a4e8a33 Removes installation of man for praw-multiprocess
new da52608 praw-doc.info: Removes installation of PNG files, they are no longer shipped.
new 18186e7 Sets release to unstable (5.3.0-1)
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.rst | 15 +
PKG-INFO | 2 +-
debian/.git-dpm | 14 +-
debian/changelog | 13 +
debian/compat | 2 +-
debian/control | 6 +-
debian/manpages | 1 -
debian/praw-doc.info | 1 -
docs/code_overview/models/comment.rst | 7 +
docs/getting_started/authentication.rst | 22 +
docs/getting_started/quick_start.rst | 2 +
docs/tutorials/comments.rst | 48 +-
praw.egg-info/PKG-INFO | 2 +-
praw.egg-info/SOURCES.txt | 4 +
praw.egg-info/requires.txt | 2 +-
praw/const.py | 3 +-
praw/models/reddit/mixins/inboxable.py | 8 +-
praw/models/reddit/multi.py | 30 +-
praw/models/reddit/redditor.py | 12 +-
setup.py | 2 +-
.../cassettes/TestMultiredditStreams.comments.json | 3559 ++++++++
...estMultiredditStreams.comments__with_pause.json | 379 +
.../TestMultiredditStreams.submissions.json | 8532 ++++++++++++++++++++
..._no_perms.json => TestRedditor.test_block.json} | 73 +-
tests/integration/models/reddit/test_multi.py | 50 +-
tests/integration/models/reddit/test_redditor.py | 7 +
26 files changed, 12711 insertions(+), 85 deletions(-)
delete mode 100644 debian/manpages
create mode 100644 tests/integration/cassettes/TestMultiredditStreams.comments.json
create mode 100644 tests/integration/cassettes/TestMultiredditStreams.comments__with_pause.json
create mode 100644 tests/integration/cassettes/TestMultiredditStreams.submissions.json
copy tests/integration/cassettes/{TestSubredditRelationships.moderator_invite__no_perms.json => TestRedditor.test_block.json} (53%)
--
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