[Python-modules-commits] [praw] 03/09: record new upstream branch created by importing praw_5.3.0.orig.tar.gz and merge it

Josué Ortega josue at moszumanska.debian.org
Sun Jan 28 22:58:16 UTC 2018


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

josue pushed a commit to branch master
in repository praw.

commit a366a50b5396e0118c7720c6d24f80b85d398f87
Merge: 930370b 2d33254
Author: Josue Ortega <josue at debian.org>
Date:   Sun Jan 28 16:26:44 2018 -0600

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

 CHANGES.rst                                        |   15 +
 PKG-INFO                                           |    2 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    6 +
 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 ++++++++++++++++++++
 .../cassettes/TestRedditor.test_block.json         |  168 +
 tests/integration/models/reddit/test_multi.py      |   50 +-
 tests/integration/models/reddit/test_redditor.py   |    7 +
 22 files changed, 12831 insertions(+), 43 deletions(-)

diff --cc debian/.git-dpm
index afbfdd4,0000000..c1e0c91
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
- dd1064876c271e9cf79c8534967bb94e1ca5a3f8
- dd1064876c271e9cf79c8534967bb94e1ca5a3f8
- dd1064876c271e9cf79c8534967bb94e1ca5a3f8
- dd1064876c271e9cf79c8534967bb94e1ca5a3f8
- praw_5.2.0.orig.tar.gz
- 3c1ce6f5905152c84c4b111ee1c5a2393996c896
- 8504354
++2d3325487b37f1d5c16c72674c3c12c9e2d25855
++2d3325487b37f1d5c16c72674c3c12c9e2d25855
++2d3325487b37f1d5c16c72674c3c12c9e2d25855
++2d3325487b37f1d5c16c72674c3c12c9e2d25855
++praw_5.3.0.orig.tar.gz
++38c9e676d62df0ba0c09d0ac87a51cfea3b600f0
++16503112
diff --cc debian/changelog
index f9687ed,0000000..893708e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,47 -1,0 +1,53 @@@
++praw (5.3.0-1) UNRELEASED; urgency=medium
++
++  * New upstream release (5.3.0)
++
++ -- Josue Ortega <josue at debian.org>  Sun, 28 Jan 2018 16:28:53 -0600
++
 +praw (5.2.0-1) unstable; urgency=medium
 +  * New upstream release.
 +  * New maintainer (Closes: #855636).
 +  * debian/control:
 +    - Updates Uploaders and Mainter field.
 +    - Removes python 2 package.
 +    - Adds python3-prawcore as dependency.
 +    - Adds python3-sphinx-rtd-theme as build dependency.
 +    - Updates Vcs-* fields to use the new GIT repository.
 +    - Adds python3-pytest-runner as build dependency.
 +  * Bumps debian/compat version from 9 to 10.
 +  * debian/watch: Changes URI to use HTTPS.
 +  * debian/rules:
 +    - Removes python2 from `dh --with` argument.
 +    - Removes override_dh_auto_install, praw-multiprocess is
 +      no longer generated.
 +  * Removes lintian-overrides.
 +  * Updates debian/copyright, upstream source code has been relicensed
 +    to BSD-2-Clause.
 +  * Bumps Standards-Version to 4.1.1, debian/copyright Format field changed to
 +    its HTTPS form.
 +  * debian/praw-doc.doc base, removes *.png files references.
 +
 + -- Josue Ortega <josue at debian.org>  Sat, 28 Oct 2017 17:19:10 -0600
 +
 +praw (3.3.0-1) unstable; urgency=high
 +
 +  * New upstream release
 +  * Removed debian/patches/change-info-section.patch, as the changes
 +    have been integrated upstream
 +  * Disabled tests (Closes: #805226)
 +
 + -- Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>  Sun, 11 Oct 2015 15:47:27 +1100
 +
 +praw (3.2.1-1) unstable; urgency=medium
 +
 +  * New upstream release
 +  * Updated patches
 +  * Added Ethan Dalool and Jonathan Stein to d/copyright
 +
 + -- Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>  Sun, 20 Sep 2015 08:24:53 +1000
 +
 +praw (3.2.0-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #728946)
 +
 + -- Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>  Mon, 15 Jun 2015 19:53:32 +1000

-- 
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