Skip to content

Commit 83ded37

Browse files
committed
bump schema-salad version
1 parent e346b51 commit 83ded37

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.4.3
22
ruamel.yaml>=0.12.4,<=0.15.51
33
rdflib>=4.2.2,<4.3
44
shellescape>=3.4.1,<3.5
5-
schema-salad>=2.7.20180719125426,<3
5+
schema-salad>=2.7.20180905124720,<3
66
typing>=3.5.3; python_version<"3.6"
77
pathlib2==2.3.2; python_version<"3"
88
prov==1.5.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
try:
1212
import gittaggers
1313

14-
tagger = gittaggers.EggInfoFromGit
14+
Tagger = gittaggers.EggInfoFromGit
1515
except ImportError:
16-
tagger = egg_info_cmd.egg_info
16+
Tagger = egg_info_cmd.egg_info
1717

1818
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
1919
pytest_runner = ['pytest-runner', 'pytest-cov'] if needs_pytest else []
@@ -55,7 +55,7 @@
5555
'ruamel.yaml >= 0.12.4, < 0.16',
5656
'rdflib >= 4.2.2, < 4.3.0',
5757
'shellescape >= 3.4.1, < 3.5',
58-
'schema-salad >= 2.7.20180719125426, < 3',
58+
'schema-salad >= 2.7.20180905124720, < 3',
5959
'mypy-extensions',
6060
'six >= 1.9.0', # >= 1.9.0 required by prov
6161
'psutil',
@@ -78,7 +78,7 @@
7878
'console_scripts': ["cwltool=cwltool.main:run"]
7979
},
8080
zip_safe=True,
81-
cmdclass={'egg_info': tagger},
81+
cmdclass={'egg_info': Tagger},
8282
classifiers=[
8383
'Development Status :: 5 - Production/Stable',
8484
'Environment :: Console',

0 commit comments

Comments
 (0)