[Python-modules-commits] [python-pypump] branch upstream updated (a7c2af5 -> 300fd1e)

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 14 21:46:44 UTC 2016


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

debacle pushed a change to branch upstream
in repository python-pypump.

      from  a7c2af5   Imported Upstream version 0.6
       new  300fd1e   Import python-pypump_0.7.orig.tar.gz

The 1 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:
 .coveragerc                                        |   2 +
 .travis.yml                                        |   8 +-
 AUTHORS.md => AUTHORS.rst                          |   0
 CHANGELOG.md                                       |  18 --
 CHANGELOG.rst                                      |  31 ++++
 README.rst                                         |  16 +-
 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 +
 53 files changed, 977 insertions(+), 660 deletions(-)
 create mode 100644 .coveragerc
 rename AUTHORS.md => AUTHORS.rst (100%)
 delete mode 100644 CHANGELOG.md
 create mode 100644 CHANGELOG.rst
 create mode 100644 docs/changelog.rst
 delete mode 100644 pypump/exception/DoesNotExist.py
 delete mode 100644 pypump/exception/ImmutableException.py
 delete mode 100644 pypump/exception/PumpException.py
 delete mode 100644 pypump/exception/ServerError.py
 delete mode 100644 pypump/exception/__init__.py
 rename pypump/{exception/StoreException.py => exceptions.py} (68%)
 rename pypump/models/{image.py => media.py} (52%)
 create mode 100644 tests/pypump_test.py

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