[Python-modules-commits] [csvkit] 02/04: Initialize git-dpm
Sandro Tosi
morph at moszumanska.debian.org
Wed Nov 4 01:17:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository csvkit.
commit d9d2110bd58d50a71c45d25d7cae7b4ad6141c1b
Merge: 6d981de d479a66
Author: Sandro Tosi <morph at debian.org>
Date: Wed Nov 4 01:09:21 2015 +0000
Initialize git-dpm
debian/.git-dpm | 8 ++++++++
debian/patches/dependencies-greater-or-equal.patch | 18 ++++++++++++++----
setup.py | 6 +++---
3 files changed, 25 insertions(+), 7 deletions(-)
diff --cc debian/.git-dpm
index 0000000,0000000..711076b
new file mode 100644
--- /dev/null
+++ b/debian/.git-dpm
@@@ -1,0 -1,0 +1,8 @@@
++# see git-dpm(1) from git-dpm package
++d479a660ffeeec4ca9837191ad779fd2e5cc90e9
++d479a660ffeeec4ca9837191ad779fd2e5cc90e9
++eb0ec9088835d28024fc42370694deaf447444e3
++eb0ec9088835d28024fc42370694deaf447444e3
++csvkit_0.9.1.orig.tar.gz
++801234db4ba658b8c5563ccd541e0af3065ab51d
++34170
diff --cc debian/patches/dependencies-greater-or-equal.patch
index f2f993f,0000000..7a8baf0
mode 100644,000000..100644
--- a/debian/patches/dependencies-greater-or-equal.patch
+++ b/debian/patches/dependencies-greater-or-equal.patch
@@@ -1,27 -1,0 +1,37 @@@
- Description: Fix specific dependencies
- Author: Alexandre Viau <alexandre at alexandreviau.net>
++From d479a660ffeeec4ca9837191ad779fd2e5cc90e9 Mon Sep 17 00:00:00 2001
++From: Alexandre Viau <alexandre at alexandreviau.net>
++Date: Wed, 4 Nov 2015 01:09:20 +0000
++Subject: Fix specific dependencies
++
+Last-Update: 2015-08-17
+
++Patch-Name: dependencies-greater-or-equal.patch
++---
++ setup.py | 6 +++---
++ 1 file changed, 3 insertions(+), 3 deletions(-)
++
++diff --git a/setup.py b/setup.py
++index 39a69ad..3c6c08a 100644
+--- a/setup.py
++++ b/setup.py
- @@ -6,9 +6,9 @@
++@@ -6,9 +6,9 @@ from setuptools import setup
+ install_requires = [
+ 'xlrd>=0.7.1',
+ 'sqlalchemy>=0.6.6',
+- 'openpyxl==2.2.0-b1',
++ 'openpyxl>=2.2.0-b1',
+ 'six>=1.6.1',
+- 'python-dateutil==2.2'
++ 'python-dateutil>=2.2'
+ ]
+
+ if sys.version_info < (2, 7):
- @@ -17,7 +17,7 @@
++@@ -17,7 +17,7 @@ if sys.version_info < (2, 7):
+ install_requires.append('simplejson>=3.6.3')
+
+ if sys.version_info[0] == 2:
+- install_requires.append('dbf==0.94.003')
++ install_requires.append('dbf>=0.94.003')
+
+ setup(
+ name='csvkit',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/csvkit.git
More information about the Python-modules-commits
mailing list