[Python-modules-commits] [python-pypump] branch master updated (e39ddf5 -> 63768d7)
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 change to branch master
in repository python-pypump.
from e39ddf5 Fixed VCS URL (https)
adds 300fd1e Import python-pypump_0.7.orig.tar.gz
new 3ef0389 record new upstream branch created by importing python-pypump_0.7.orig.tar.gz and merge it
new 4e2b8d8 prepare 0.7-1
new 63768d7 still: prepare 0.7-1
The 3 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +-
debian/control | 3 +-
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 +
56 files changed, 990 insertions(+), 670 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