This is an automated email from the git hooks/post-receive script. irl-guest pushed a commit to branch master in repository python-fitbit.
commit 281f6b1afab49276104bd984f09b73dfbfa22a2a Author: Iain R. Learmonth <[email protected]> Date: Tue Jun 3 19:34:22 2014 +0100 Updated patches for new upstream version --- debian/patches/allow_later_sphinx.patch | 21 +++++++++++---------- debian/patches/remove_distutils_check.patch | 8 ++++---- debian/patches/series | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/debian/patches/allow_later_sphinx.patch b/debian/patches/allow_later_sphinx.patch index d839809..b7c52dc 100644 --- a/debian/patches/allow_later_sphinx.patch +++ b/debian/patches/allow_later_sphinx.patch @@ -1,12 +1,13 @@ Author: Iain R. Learmonth <[email protected]> -Last-Update: Mon, 03 Feb 2014 21:38:29 +0100 -Description: Allow Sphinx versions later than 1.1.3 too +Last-Update: Mon, 03 June 2014 19:30:29 +0100 +Description: Allow later versions of Sphinx ---- a/requirements_dev.txt -+++ b/requirements_dev.txt -@@ -1,4 +1,4 @@ - -r requirements.txt - -r requirements_test.txt --Sphinx==1.1.3 -+Sphinx>=1.1.3 - Mock +--- python-fitbit.orig/requirements/dev.txt ++++ python-fitbit/requirements/dev.txt +@@ -1,5 +1,5 @@ + -r base.txt + -r test.txt + +-Sphinx==1.2.2 ++Sphinx>=1.2.2 + tox==1.7.1 diff --git a/debian/patches/remove_distutils_check.patch b/debian/patches/remove_distutils_check.patch index 1f2fe7b..1503e33 100644 --- a/debian/patches/remove_distutils_check.patch +++ b/debian/patches/remove_distutils_check.patch @@ -1,9 +1,9 @@ Author: Iain R. Learmonth <[email protected]> -Last-Update: Mon, 03 Feb 2014 21:38:29 +0100 +Last-Update: Mon, 03 June 2014 19:31:29 +0100 Description: Remove unneeded check for distribute ---- a/setup.py -+++ b/setup.py +--- python-fitbit.orig/setup.py ++++ python-fitbit/setup.py @@ -24,7 +24,7 @@ packages=['fitbit'], package_data={'': ['LICENSE']}, @@ -12,4 +12,4 @@ Description: Remove unneeded check for distribute + install_requires=required, license='Apache 2.0', test_suite='fitbit_tests.all_tests', - tests_require=required_dev, + tests_require=required_test, diff --git a/debian/patches/series b/debian/patches/series index 123c241..fe760bf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ -remove_distutils_check.patch allow_later_sphinx.patch +remove_distutils_check.patch disable_auth_test.patch -- 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
