[med-svn] [cwltool] 03/05: Drop unneeded ruamel.yaml version check

Andreas Tille tille at debian.org
Wed Dec 6 15:59:33 UTC 2017


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

tille pushed a commit to branch master
in repository cwltool.

commit c67e247d1fa3f72c13d2c31f457327efb1a46558
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 6 16:32:42 2017 +0100

    Drop unneeded ruamel.yaml version check
---
 debian/changelog                                  |  2 ++
 debian/patches/no_ruamel.yaml_version_check.patch | 16 ++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3ee6800..0ad1446 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ cwltool (1.0.20171107133715-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream version
+  * Drop unneeded ruamel.yaml version check
+    Closes: #882437
 
  -- Andreas Tille <tille at debian.org>  Wed, 06 Dec 2017 16:29:37 +0100
 
diff --git a/debian/patches/no_ruamel.yaml_version_check.patch b/debian/patches/no_ruamel.yaml_version_check.patch
new file mode 100644
index 0000000..e3c8ada
--- /dev/null
+++ b/debian/patches/no_ruamel.yaml_version_check.patch
@@ -0,0 +1,16 @@
+Description: Drop unneeded ruamel.yaml version check
+Bug-Debian: https://bugs.debian.org/882437
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 06 Dec 2017 16:29:37 +0100
+
+--- a/setup.py
++++ b/setup.py
+@@ -50,7 +50,7 @@ setup(name='cwltool',
+       install_requires=[
+           'setuptools',
+           'requests >= 2.4.3',
+-          'ruamel.yaml >= 0.12.4, < 0.15',
++          'ruamel.yaml',
+           'rdflib',
+           'shellescape >= 3.4.1, < 3.5',
+           'schema-salad >= 2.6.20170927145003, < 3',
diff --git a/debian/patches/series b/debian/patches/series
index 6c5926b..63fa849 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 # no-typing
 # use_debian_packaged_ruamel.yaml.patch
 older-rdflib
+no_ruamel.yaml_version_check.patch

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