13823: Upgrade ws4py to version that ships in ubuntu 1804.
authorTom Clegg <tclegg@veritasgenetics.com>
Tue, 7 Aug 2018 17:06:50 +0000 (13:06 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Tue, 7 Aug 2018 17:13:55 +0000 (13:13 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

build/build.list
sdk/python/setup.py

index 0025e2ed653b345c322c958fb963f476d193045c..816ea20b5bccfbb762a9f92e337172e186f31306 100644 (file)
@@ -11,7 +11,7 @@ debian8,debian9,ubuntu1404,centos7|pyasn1-modules|0.0.5|2|python|all
 debian8,debian9,ubuntu1404,ubuntu1604,ubuntu1804,centos7|rsa|3.4.2|2|python|all
 debian8,debian9,ubuntu1404,ubuntu1604,ubuntu1804,centos7|uritemplate|3.0.0|2|python|all
 debian8,debian9,ubuntu1404,ubuntu1604,ubuntu1804,centos7|httplib2|0.9.2|3|python|all
-debian8,debian9,centos7|ws4py|0.3.5|2|python|all
+debian8,debian9,centos7|ws4py|0.4.2|2|python|all
 debian8,debian9,centos7|pykka|1.2.1|2|python|all
 debian8,debian9,ubuntu1404,centos7|six|1.10.0|2|python|all
 debian8,debian9,ubuntu1404,ubuntu1604,ubuntu1804,centos7|ciso8601|1.0.6|3|python|amd64
index 5e066f014598560ed211a215ef8866150a77bac3..2c09cecff4ed149c48eba10c7ba5c5381f576732 100644 (file)
@@ -53,8 +53,8 @@ setup(name='arvados-python-client',
           'pycurl >=7.19.5.1',
           'ruamel.yaml >=0.13.11, <0.15',
           'setuptools',
-          'ws4py <0.4',
-          'subprocess32>=3.5.1',
+          'ws4py >=0.4.2',
+          'subprocess32 >=3.5.1',
       ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],