[Python-modules-commits] [ripe-atlas-cousteau] branch master updated (431930c -> 616f9b1)
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Fri Mar 11 11:30:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
apoikos pushed a change to branch master
in repository ripe-atlas-cousteau.
from 431930c Release 1.0.7-1
new 85d4655 d/control: fix Vcs-* fields
new c6ff889 Import ripe-atlas-cousteau_1.2.orig.tar.gz
new 392bdbc record new upstream branch created by importing ripe-atlas-cousteau_1.2.orig.tar.gz and merge it
new bcad6a9 Bump standards to 3.9.7; no changes needed
new b9ea436 Use HTTPS for Vcs-Git
new 616f9b1 Release ripe-atlas-cousteau 1.2-1
The 6 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:
.gitignore | 3 +
CHANGES.rst | 25 +-
CONTRIBUTING.rst | 75 +++
README.rst | 9 +-
debian/.git-dpm | 14 +-
debian/changelog | 9 +
debian/control | 6 +-
docs/Makefile | 216 +++++++++
docs/changelog.rst | 1 +
docs/conf.py | 302 ++++++++++++
docs/contributing.rst | 75 +++
docs/index.html | 368 +++++++++++++++
docs/index.rst | 24 +
docs/installation.rst | 68 +++
docs/use.rst | 485 ++++++++++++++++++++
ripe/atlas/cousteau/__init__.py | 313 +------------
.../atlas/cousteau/{__init__.py => api_listing.py} | 179 +-------
ripe/atlas/cousteau/api_meta_data.py | 175 +++++++
ripe/atlas/cousteau/version.py | 2 +-
tests/__init__.py | 4 +-
tests/test_api_listing.py | 404 ++++++++++++++++
tests/test_api_meta_data.py | 210 +++++++++
tests/test_real_server.py | 15 +-
tests/test_requests.py | 508 +--------------------
24 files changed, 2503 insertions(+), 987 deletions(-)
create mode 100644 CONTRIBUTING.rst
create mode 100644 docs/Makefile
create mode 100644 docs/changelog.rst
create mode 100644 docs/conf.py
create mode 100644 docs/contributing.rst
create mode 100644 docs/index.html
create mode 100644 docs/index.rst
create mode 100644 docs/installation.rst
create mode 100644 docs/use.rst
copy ripe/atlas/cousteau/{__init__.py => api_listing.py} (55%)
create mode 100644 ripe/atlas/cousteau/api_meta_data.py
create mode 100644 tests/test_api_listing.py
create mode 100644 tests/test_api_meta_data.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ripe-atlas-cousteau.git
More information about the Python-modules-commits
mailing list