[med-svn] [python-fitbit] branch master updated (23c2ab3 -> 281f6b1)
Iain Learmonth
irl-guest at moszumanska.debian.org
Tue Jun 3 19:45:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
irl-guest pushed a change to branch master
in repository python-fitbit.
from 23c2ab3 Upload to unstable
new 43d7788 Imported Upstream version 0.1.0
new e2a5c28 Merge tag 'upstream/0.1.0'
new 28d2530 Updated dependancies in d/control and d/changelog
new 281f6b1 Updated patches for new upstream version
The 4 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 | 6 +
.travis.yml | 17 +-
AUTHORS | 1 +
MANIFEST.in | 2 +-
README.md | 15 +
README.rst | 14 -
debian/changelog | 6 +
debian/control | 4 +-
debian/patches/allow_later_sphinx.patch | 21 +-
debian/patches/remove_distutils_check.patch | 8 +-
debian/patches/series | 2 +-
docs/conf.py | 12 +-
docs/index.rst | 4 +-
fitbit/__init__.py | 4 +-
fitbit/api.py | 438 ++++++++++++++++++------
fitbit/exceptions.py | 7 +-
fitbit_tests/__init__.py | 6 +-
fitbit_tests/base.py | 18 -
fitbit_tests/test_api.py | 124 ++++++-
fitbit_tests/test_auth.py | 102 ++----
fitbit_tests/test_exceptions.py | 15 +-
fitbit/gather_keys_cli.py => gather_keys_cli.py | 80 ++---
requirements.txt | 4 -
requirements/base.txt | 2 +
requirements/dev.txt | 5 +
requirements/test.txt | 2 +
requirements_dev.txt | 4 -
requirements_test.txt | 1 -
setup.py | 13 +-
tox.ini | 24 ++
30 files changed, 649 insertions(+), 312 deletions(-)
create mode 100644 README.md
delete mode 100644 README.rst
delete mode 100644 fitbit_tests/base.py
rename fitbit/gather_keys_cli.py => gather_keys_cli.py (55%)
delete mode 100644 requirements.txt
create mode 100644 requirements/base.txt
create mode 100644 requirements/dev.txt
create mode 100644 requirements/test.txt
delete mode 100644 requirements_dev.txt
delete mode 100644 requirements_test.txt
create mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-fitbit.git
More information about the debian-med-commit
mailing list