[Python-modules-commits] [python-pypump] 01/03: record new upstream branch created by importing python-pypump_0.7.orig.tar.gz and merge it

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 14 21:51:47 UTC 2016


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

debacle pushed a commit to branch master
in repository python-pypump.

commit 3ef0389806d1bcd1412c90d2fbaeeff582ec9bb0
Merge: 3dea7ee 300fd1e
Author: W. Martin Borgert <debacle at debian.org>
Date:   Fri Oct 14 21:37:17 2016 +0000

    record new upstream branch created by importing python-pypump_0.7.orig.tar.gz and merge it

 .coveragerc                                        |   2 +
 .travis.yml                                        |   8 +-
 AUTHORS.md => AUTHORS.rst                          |   0
 CHANGELOG.md                                       |  18 --
 CHANGELOG.rst                                      |  31 ++++
 README.rst                                         |  16 +-
 debian/.git-dpm                                    |  14 +-
 docs/changelog.rst                                 |   4 +
 docs/classref.rst                                  |  30 +++-
 docs/common/media.rst                              |   3 +-
 docs/conf.py                                       |   4 +-
 docs/examples/pypump-post-note.py                  |  29 +--
 docs/gettingstarted/authentication.rst             |  20 +--
 docs/gettingstarted/installing.rst                 |   1 -
 docs/gettingstarted/qnd.rst                        |  14 +-
 docs/gettingstarted/tutorial.rst                   |  70 ++------
 docs/gettingstarted/verifier_callback.rst          |  31 ++--
 docs/gettingstarted/webpump.rst                    |   4 +
 docs/index.rst                                     |  27 ++-
 docs/store.rst                                     |   3 +-
 pypump/client.py                                   |  11 +-
 pypump/exception/DoesNotExist.py                   |  20 ---
 pypump/exception/ImmutableException.py             |  25 ---
 pypump/exception/PumpException.py                  |  21 ---
 pypump/exception/ServerError.py                    |  25 ---
 pypump/exception/__init__.py                       |  25 ---
 .../{exception/StoreException.py => exceptions.py} |  18 ++
 pypump/models/__init__.py                          |  60 ++++++-
 pypump/models/collection.py                        |   3 +-
 pypump/models/feed.py                              | 164 +++++++++++++----
 pypump/models/{image.py => media.py}               | 195 +++++++++++----------
 pypump/models/note.py                              |   2 +-
 pypump/models/person.py                            |   6 +-
 pypump/models/place.py                             |  17 ++
 pypump/pypump.py                                   |  53 +++---
 pypump/store.py                                    |   6 +-
 setup.py                                           |  80 ++++-----
 tests/__init__.py                                  |  16 +-
 tests/activity_test.py                             |  98 ++++++-----
 tests/client_test.py                               |   4 +-
 tests/collection_test.py                           |  34 ++--
 tests/comment_test.py                              |  24 ++-
 tests/feed_test.py                                 | 139 ++++++++++++---
 tests/image_test.py                                |  52 ++++--
 tests/mapper_test.py                               |  32 ++--
 tests/note_test.py                                 |  40 +++--
 tests/person_test.py                               |  36 ++--
 tests/place_test.py                                |  20 ++-
 tests/postable_test.py                             |  13 +-
 tests/pumpobject_test.py                           |   4 +-
 tests/pypump_test.py                               |  48 +++++
 tests/store_test.py                                |  23 ++-
 tests/webpump_test.py                              |   4 +-
 tox.ini                                            |   4 +
 54 files changed, 984 insertions(+), 667 deletions(-)

diff --cc debian/.git-dpm
index fae817d,0000000..ee769dc
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
- a7c2af592dd8b7e43a1488a5ae7961a21ce951d3
- a7c2af592dd8b7e43a1488a5ae7961a21ce951d3
- a7c2af592dd8b7e43a1488a5ae7961a21ce951d3
- a7c2af592dd8b7e43a1488a5ae7961a21ce951d3
- python-pypump_0.6.orig.tar.xz
- 619c1a0e85e1f2caacc94a759647bee3daa5fa2b
- 105672
++300fd1ed25376e63b5564294a1d5847a32d2d0a8
++300fd1ed25376e63b5564294a1d5847a32d2d0a8
++300fd1ed25376e63b5564294a1d5847a32d2d0a8
++300fd1ed25376e63b5564294a1d5847a32d2d0a8
++python-pypump_0.7.orig.tar.gz
++9fd4b1b3f2e6cd0aa5cfb35ad502b9ad7c8098c9
++118505
 +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-pypump.git



More information about the Python-modules-commits mailing list