This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository python-fitbit.
commit a2d97f6aa983d32a7836473429267ca2045f3695 Author: Dylan Aïssi <[email protected]> Date: Tue Feb 14 23:07:27 2017 +0100 Update d/* --- debian/changelog | 12 ++++++++++++ debian/control | 6 ++++-- debian/copyright | 5 +++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f8d877..b0065c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python-fitbit (0.3.0-1) UNRELEASED; urgency=medium + + * New upstream release. + * Update d/copyright 2017. + * Update Build-Depends: + - python-requests-oauthlib (>= 0.7) + - python-freezegun (>= 0.3.8) + - python-requests-mock (>= 1.2.0) + * TODO: waiting for python-freezegun (>= 0.3.8) and python-requests-mock (>= 1.2.0) + + -- Dylan Aïssi <[email protected]> Tue, 14 Feb 2017 22:52:13 +0100 + python-fitbit (0.2.4-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 721bdd7..be3fdc5 100644 --- a/debian/control +++ b/debian/control @@ -7,13 +7,15 @@ Build-Depends: debhelper (>= 10), dh-python, python, python-setuptools, - python-requests-oauthlib (>= 0.6.1), + python-requests-oauthlib (>= 0.7), python-dateutil, python-mock, python-sphinx, python-docutils, python-nose, - python-coverage + python-coverage, + python-freezegun (>= 0.3.8), + python-requests-mock (>= 1.2.0) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-fitbit.git Vcs-Git: https://anonscm.debian.org/git/debian-med/python-fitbit.git diff --git a/debian/copyright b/debian/copyright index da59033..2d1fde3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,15 +3,16 @@ Upstream-Name: python-fitbit Source: https://github.com/orcasgit/python-fitbit Files: * -Copyright: (C) 2012-2016 ORCAS +Copyright: (C) 2012-2017 ORCAS License: Apache-2.0 Files: debian/* Copyright: (C) 2014 Iain R. Learmonth + 2016-2017 Dylan Aïssi License: Apache-2.0 Files: fitbit/__init__.py -Copyright: (C) 2012-2014 ORCAS +Copyright: (C) 2012-2017 ORCAS License: BSD-2-clause Files: fitbit/utils.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-fitbit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
