[med-svn] [python-fitbit] branch master updated (79663a6 -> 8f02624)
Iain R. Learmonth
irl at moszumanska.debian.org
Mon Apr 4 19:02:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
irl pushed a change to branch master
in repository python-fitbit.
from 79663a6 override launch of nose
new f9bc855 Imported Upstream version 0.2
new d4c7508 New upstream release 0.2
new c71a3b1 Disabling tests, they all seem to need network access.
new c6c70f7 debian/control: Updated standards version, remove versioned dep
new 362e0f7 debian/control: Changed my email address
new 8f02624 Updated changelog for release
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:
.travis.yml | 11 +-
CHANGELOG.rst | 6 +
README.rst | 2 +-
debian/changelog | 12 +
debian/control | 8 +-
debian/patches/0002-fix_tests_for_nose.patch | 52 --
debian/patches/disable_auth_test.patch | 21 -
debian/patches/series | 2 -
debian/rules | 2 +-
docs/conf.py | 16 +-
docs/index.rst | 13 +-
fitbit/__init__.py | 5 +-
fitbit/api.py | 813 ++++++++++++++-------------
fitbit_tests/__init__.py | 23 +-
fitbit_tests/test_api.py | 497 +++++++++++-----
fitbit_tests/test_auth.py | 140 +++--
fitbit_tests/test_exceptions.py | 14 +-
gather_keys_cli.py | 83 ---
gather_keys_oauth2.py | 81 +++
requirements/base.txt | 4 +-
requirements/dev.txt | 4 +-
requirements/test.txt | 5 +-
setup.py | 7 +-
tox.ini | 13 +-
24 files changed, 1048 insertions(+), 786 deletions(-)
delete mode 100644 debian/patches/0002-fix_tests_for_nose.patch
delete mode 100644 debian/patches/disable_auth_test.patch
delete mode 100644 debian/patches/series
delete mode 100755 gather_keys_cli.py
create mode 100755 gather_keys_oauth2.py
--
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