File tree 5 files changed +32
-18
lines changed
5 files changed +32
-18
lines changed Original file line number Diff line number Diff line change @@ -653,6 +653,11 @@ def __str__(self):
653
653
# Fixed upstream, but not released.
654
654
'executable-not-elf-or-script' ,
655
655
656
+ # libffi installs shared libraries with executable bit setContent
657
+ # '14:59:26 E: clusterhq-python-flocker: shlib-with-executable-bit
658
+ # opt/flocker/lib/python2.7/site-packages/.libs_cffi_backend/libffi-72499c49.so.6.0.4
659
+ 'shlib-with-executable-bit' ,
660
+
656
661
# Our omnibus packages are never going to be used by upstream so
657
662
# there's no bug to close.
658
663
# https://lintian.debian.org/tags/new-package-should-close-itp-bug.html
Original file line number Diff line number Diff line change 1
- apache-libcloud==0.20.1
1
+ apache-libcloud==1.0.0
2
2
# The `aws` command is required by the ``admin.installer``,
3
3
# `admin.test.test_installer` and in the release process.
4
- awscli==1.10.38
4
+ awscli==1.10.44
5
5
bitmath==1.3.0.2
6
- boto==2.40 .0
6
+ boto==2.41 .0
7
7
characteristic==14.3.0
8
8
deb-pkg-tools==1.36
9
9
docker-py==1.8.1
10
10
effect==0.10.1
11
11
eliot==0.11.0
12
- GitPython==2.0.5
12
+ GitPython==2.0.6
13
13
ipaddr==2.1.11
14
14
# Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
15
15
ndg-httpsclient==0.4.1
@@ -29,9 +29,9 @@ zope.interface==4.2.0
29
29
## The following requirements were added by pip freeze:
30
30
attrs==16.0.0
31
31
backports.ssl-match-hostname==3.5.0.1
32
- botocore==1.4.28
32
+ botocore==1.4.34
33
33
cached-property==1.3.0
34
- cffi==1.6 .0
34
+ cffi==1.7 .0
35
35
chardet==2.3.0
36
36
colorama==0.3.3
37
37
coloredlogs==5.0
@@ -55,13 +55,13 @@ property-manager==2.1
55
55
pyasn1==0.1.9
56
56
pycparser==2.14
57
57
pyOpenSSL==16.0.0
58
- python-debian==0.1.23
58
+ python-debian==0.1.28
59
59
python-mimeparse==1.5.2
60
60
rsa==3.4.2
61
61
s3transfer==0.0.1
62
62
six==1.10.0
63
63
smmap==0.9.0
64
64
traceback2==1.4.0
65
65
unittest2==1.1.0
66
- verboselogs==1.1
66
+ verboselogs==1.4
67
67
websocket-client==0.37.0
Original file line number Diff line number Diff line change 4
4
# We can't use the "in" marker comparison because it isn't recognised by
5
5
# setuptools, only by pkg_resources.
6
6
nomenclature==0.1.1
7
+ # Required by flocker.acceptance.integration.test_postgres
8
+ pg8000==1.10.6
7
9
pycrypto==2.6.1
8
10
# Sphinx docs dependencies
9
11
# enchant.tokenize is not detected by snakefood
10
12
pyenchant==1.6.6
11
13
pylint==1.5.6
14
+ # Required by flocker.acceptance.integration.test_mongodb
15
+ pymongo==3.2.2
12
16
sphinx-prompt==1.0.0
13
17
sphinxcontrib-spelling==2.1.2
14
18
# XXX: This shouldn't be here. It's only needed by admin.packaging module but
@@ -18,7 +22,7 @@ virtualenv==15.0.2
18
22
alabaster==0.7.8
19
23
astroid==1.4.6
20
24
Babel==2.3.4
21
- cffi==1.6 .0
25
+ cffi==1.7 .0
22
26
colorama==0.3.3
23
27
docutils==0.12
24
28
imagesize==0.7.1
Original file line number Diff line number Diff line change 4
4
# We can't use the "in" marker comparison because it isn't recognised by
5
5
# setuptools, only by pkg_resources.
6
6
nomenclature >= "0.1.0"; sys_platform == "linux2"
7
+ # Required by flocker.acceptance.integration.test_postgres
8
+ pg8000
7
9
pycrypto
8
10
# Sphinx docs dependencies
9
11
# enchant.tokenize is not detected by snakefood
10
12
pyenchant
11
13
pylint
14
+ # Required by flocker.acceptance.integration.test_mongodb
15
+ pymongo
12
16
sphinx-prompt
13
17
sphinxcontrib-spelling
14
18
# XXX: This shouldn't be here. It's only needed by admin.packaging module but
Original file line number Diff line number Diff line change 1
1
# Libcloud is not detected by snakefood
2
- apache-libcloud==0.20.1
2
+ apache-libcloud==1.0.0
3
3
bitmath==1.3.0.2
4
- boto==2.40 .0
4
+ boto==2.41 .0
5
5
boto3==1.3.1
6
- botocore==1.4.28
6
+ botocore==1.4.34
7
7
characteristic==14.3.0
8
8
python-cinderclient==1.8.0
9
9
docker-py==1.8.1
@@ -36,7 +36,7 @@ oauth2client==1.5.2
36
36
# e.g. nomenclature; sys_platform==linux2 (FLOC-4429)
37
37
pip==8.1.2
38
38
pyOpenSSL==16.0.0
39
- psutil==4.2 .0
39
+ psutil==4.3 .0
40
40
--find-links git+https://github.com/ClusterHQ/
[email protected] +chq5#egg=pyrsistent-0.11.13+chq5
41
41
pyrsistent==0.11.13+chq5
42
42
pytz==2016.4
@@ -60,7 +60,7 @@ alabaster==0.7.8
60
60
attrs==16.0.0
61
61
Babel==2.3.4
62
62
backports.ssl-match-hostname==3.5.0.1
63
- cffi==1.6 .0
63
+ cffi==1.7 .0
64
64
cryptography==1.3.4
65
65
debtcollector==1.5.0
66
66
enum34==1.1.6
@@ -81,19 +81,20 @@ MarkupSafe==0.23
81
81
monotonic==1.1
82
82
msgpack-python==0.4.7
83
83
netaddr==0.7.18
84
- oslo.config==3.11 .0
84
+ oslo.config==3.12 .0
85
85
oslo.i18n==3.7.0
86
- oslo.serialization==2.9 .0
87
- oslo.utils==3.13 .0
86
+ oslo.serialization==2.10 .0
87
+ oslo.utils==3.14 .0
88
88
pbr==1.10.0
89
- positional==1.1.0
89
+ positional==1.1.1
90
90
prettytable==0.7.2
91
91
pyasn1==0.1.9
92
92
pyasn1-modules==0.0.8
93
93
pycparser==2.14
94
94
Pygments==2.1.3
95
95
python-dateutil==2.5.3
96
96
python-mimeparse==1.5.2
97
+ rfc3986==0.3.1
97
98
rsa==3.4.2
98
99
service-identity==16.0.0
99
100
simplejson==3.8.2
You can’t perform that action at this time.
0 commit comments