[med-svn] [cwltool] 01/02: relax version requirement

Sascha Steinbiss satta at debian.org
Thu Aug 10 17:50:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

satta pushed a commit to branch master
in repository cwltool.

commit 2979a02efa4095cab634d5f26c15f5df5409c811
Author: Sascha Steinbiss <satta at debian.org>
Date:   Thu Aug 10 19:49:58 2017 +0200

    relax version requirement
---
 debian/changelog            |  4 ++++
 debian/patches/series       |  1 +
 debian/patches/typing.patch | 13 +++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a4771b4..a1f374a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 cwltool (1.0.20170114120503-2) UNRELEASED; urgency=medium
 
+  [ Steffen Moeller ]
   * debian/upstream/metadata: Added refs to registry databases,
     to RRID SCR_015528 in particular
 
+  [ Sascha Steinbiss ]
+  * Relax version requirement for python-typing.
+
  -- Steffen Moeller <moeller at debian.org>  Thu, 03 Aug 2017 16:08:37 +0200
 
 cwltool (1.0.20170114120503-1) unstable; urgency=medium
diff --git a/debian/patches/series b/debian/patches/series
index bfb0576..9fbcf84 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 # no-typing
 # use_debian_packaged_ruamel.yaml.patch
+typing.patch
diff --git a/debian/patches/typing.patch b/debian/patches/typing.patch
new file mode 100644
index 0000000..a938aba
--- /dev/null
+++ b/debian/patches/typing.patch
@@ -0,0 +1,13 @@
+Description: relax version requirement for typing
+Author: Sascha Steinbiss <satta at debian.org>
+--- a/setup.py
++++ b/setup.py
+@@ -48,7 +48,7 @@
+           'rdflib >= 4.2.0, < 4.3.0',
+           'shellescape >= 3.4.1, < 3.5',
+           'schema-salad >= 2.2.20170111180227, < 3',
+-          'typing >= 3.5.2, < 3.6'
++          'typing >= 3.5.2'
+       ],
+       test_suite='tests',
+       tests_require=[],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cwltool.git



More information about the debian-med-commit mailing list