[med-svn] [python-fitbit] 09/13: Some patches

Iain Learmonth irl-guest at moszumanska.debian.org
Mon Feb 3 21:25:54 UTC 2014


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 ab09e2eee1e7272ef04dfa52a1c720e7aef0575d
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Mon Feb 3 20:17:52 2014 +0000

    Some patches
---
 debian/patches/allow_later_sphinx.patch     |  8 ++++++++
 debian/patches/disable_auth_test.patch      | 11 +++++++++++
 debian/patches/remove_distutils_check.patch | 11 +++++++++++
 debian/patches/series                       |  3 +++
 4 files changed, 33 insertions(+)

diff --git a/debian/patches/allow_later_sphinx.patch b/debian/patches/allow_later_sphinx.patch
new file mode 100644
index 0000000..ee42779
--- /dev/null
+++ b/debian/patches/allow_later_sphinx.patch
@@ -0,0 +1,8 @@
+--- 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
diff --git a/debian/patches/disable_auth_test.patch b/debian/patches/disable_auth_test.patch
new file mode 100644
index 0000000..458dbff
--- /dev/null
+++ b/debian/patches/disable_auth_test.patch
@@ -0,0 +1,11 @@
+--- a/fitbit_tests/__init__.py
++++ b/fitbit_tests/__init__.py
+@@ -13,7 +13,7 @@
+     }
+     suite = unittest.TestSuite()
+     suite.addTest(unittest.makeSuite(ExceptionTest))
+-    suite.addTest(unittest.makeSuite(AuthTest))
++    #suite.addTest(unittest.makeSuite(AuthTest))
+     suite.addTest(unittest.makeSuite(APITest))
+     suite.addTest(unittest.makeSuite(CollectionResourceTest))
+     suite.addTest(unittest.makeSuite(DeleteCollectionResourceTest))
diff --git a/debian/patches/remove_distutils_check.patch b/debian/patches/remove_distutils_check.patch
new file mode 100644
index 0000000..df94b04
--- /dev/null
+++ b/debian/patches/remove_distutils_check.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -24,7 +24,7 @@
+     packages=['fitbit'],
+     package_data={'': ['LICENSE']},
+     include_package_data=True,
+-    install_requires=["distribute"] + required,
++    install_requires=required,
+     license='Apache 2.0',
+     test_suite='fitbit_tests.all_tests',
+     tests_require=required_dev,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..123c241
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+remove_distutils_check.patch
+allow_later_sphinx.patch
+disable_auth_test.patch

-- 
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