[med-svn] [python-fitbit] 04/05: Updating existing patches for new release

Iain Learmonth irl-guest at moszumanska.debian.org
Fri Sep 26 19:26:19 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 3f203697e4e4e54398a7bc3d6fb2970659de1fce
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Fri Sep 26 20:13:08 2014 +0100

    Updating existing patches for new release
    
     * Version numbers in requirements have changed
     * The removal of the distutils dependency is no longer required
---
 debian/patches/allow_later_sphinx.patch     |  6 +++---
 debian/patches/remove_distutils_check.patch | 15 ---------------
 debian/patches/series                       |  1 -
 3 files changed, 3 insertions(+), 19 deletions(-)

diff --git a/debian/patches/allow_later_sphinx.patch b/debian/patches/allow_later_sphinx.patch
index b7c52dc..986376f 100644
--- a/debian/patches/allow_later_sphinx.patch
+++ b/debian/patches/allow_later_sphinx.patch
@@ -8,6 +8,6 @@ Description: Allow later versions of Sphinx
  -r base.txt
  -r test.txt
  
--Sphinx==1.2.2
-+Sphinx>=1.2.2
- tox==1.7.1
+-Sphinx==1.2.3
++Sphinx>=1.2.3
+ tox==1.7.2
diff --git a/debian/patches/remove_distutils_check.patch b/debian/patches/remove_distutils_check.patch
deleted file mode 100644
index 1503e33..0000000
--- a/debian/patches/remove_distutils_check.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Iain R. Learmonth <irl at fsfe.org>
-Last-Update: Mon, 03 June 2014 19:31:29 +0100
-Description: Remove unneeded check for distribute
-
---- python-fitbit.orig/setup.py
-+++ python-fitbit/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_test,
diff --git a/debian/patches/series b/debian/patches/series
index fe760bf..5c571c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 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



More information about the debian-med-commit mailing list