Ubuntu Pastebin

Paste from c at Mon, 23 Jan 2017 19:01:19 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
chuck@stan:~/work/server/openstack/packaging/tools/openstack-ubuntu-tools$ ./uc.py 
dpkg: warning: version 'n/a' has bad syntax: version number does not start with digit
+--------------------------------+---------------------------------+-------------------+-----------------------------------+---------------+
|         Source Package         |          Debian Package         | Upper Constraints |           Ubuntu Version          | Version Check |
+--------------------------------+---------------------------------+-------------------+-----------------------------------+---------------+
|          APScheduler           |        python-apscheduler       |       3.3.1       |              3.3.1-1              |       X       |
|             Babel              |           python-babel          |       2.3.4       |           2.3.4+dfsg.1-2          |       X       |
|            CouchDB             |          python-couchdb         |        1.1        |              0.10-1.1             |               |
|             Django             |          python-django          |       1.8.17      |           1.8.7-1ubuntu9          |               |
|             Flask              |           python-flask          |        0.12       |              0.11.1-1             |               |
|         Flask-RESTful          |       python-flask-restful      |       0.3.5       |              0.3.5-1              |       X       |
|           GitPython            |            python-git           |       2.1.1       |              2.1.0-1              |               |
|             Jinja2             |          python-jinja2          |       2.8.1       |              2.9.4-1              |       X       |
|              Mako              |           python-mako           |       1.0.6       |            1.0.6+ds1-1            |       X       |
|           MarkupSafe           |        python-markupsafe        |        0.23       |               0.23-3              |       X       |
|          MySQL-python          |       python-mysql-python       |       1.2.5       |                None               |      ???      |
|            Parsley             |          python-parsley         |        1.3        |               1.2-1               |               |
|             Paste              |           python-paste          |       2.0.3       |          1.7.5.1-6ubuntu3         |               |
|          PasteDeploy           |        python-pastedeploy       |       1.5.2       |              1.5.2-4              |       X       |
|             Pillow             |          python-pillow          |       4.0.0       |                None               |      ???      |
|              Pint              |           python-pint           |       0.7.2       |              0.7.2-3              |       X       |
|              PuLP              |           python-pulp           |       1.6.1       |        1.6.0+dfsg1-1build1        |               |
|             PyJWT              |           python-pyjwt          |       1.4.2       |                None               |      ???      |
|             PyKMIP             |          python-pykmip          |       0.6.0       |              0.5.0-4              |               |
|            PyKafka             |          python-pykafka         |       2.5.0       |                None               |      ???      |
|            PyMySQL             |           python-mysql          |       0.7.9       |                None               |      ???      |
|             PyYAML             |           python-yaml           |        3.12       |               3.12-1              |       X       |
|            Pygments            |         python-pygments         |       2.1.3       |            2.1.3+dfsg-1           |       X       |
|             Routes             |          python-routes          |       2.4.1       |            2.2-1ubuntu2           |               |
|           SQLAlchemy           |        python-sqlalchemy        |       1.0.17      |        1.0.14+ds1-1ubuntu1        |               |
|        SQLAlchemy-Utils        |     python-sqlalchemy-utils     |      0.32.12      |             0.30.12-4             |               |
|         SecretStorage          |       python-secretstorage      |       2.3.1       |              2.3.1-2              |       X       |
|             Sphinx             |          python-sphinx          |       1.3.6       |              1.4.9-2              |       X       |
|            Tempita             |          python-tempita         |       0.5.2       |           0.5.2-1build1           |       X       |
|              WSME              |           python-wsme           |       0.9.1       |           0.8.0-2ubuntu2          |               |
|             WebOb              |           python-webob          |       1.6.3       |             1:1.6.2-2             |       X       |
|            WebTest             |          python-webtest         |       2.0.24      |          2.0.23-1ubuntu1          |               |
|            Werkzeug            |         python-werkzeug         |      0.11.15      |          0.11.15+dfsg1-1          |       X       |
|             XenAPI             |          python-xenapi          |        1.2        |                None               |      ???      |
|            abclient            |         python-abclient         |       0.2.3       |                None               |      ???      |
|           alabaster            |         python-alabaster        |       0.7.9       |              0.7.8-1              |               |
|            alembic             |          python-alembic         |       0.8.10      |           0.8.8-2ubuntu1          |               |
|              amqp              |          python-amqplib         |       1.4.9       |              1.0.2-1              |               |
|           aniso8601            |         python-aniso8601        |       1.2.0       |               0.83-1              |               |
|            anyjson             |          python-anyjson         |       0.3.3       |           0.3.3-1build1           |       X       |
|           aodhclient           |        python-aodhclient        |       0.7.0       |           0.7.0-0ubuntu1          |       X       |
|            appdirs             |          python-appdirs         |       1.4.0       |              1.4.0-3              |       X       |
|            astroid             |          python-astroid         |       1.3.8       |              1.4.9-1              |       X       |
|            autobahn            |         python-autobahn         |       0.17.1      |           0.14.1+dfsg1-2          |               |
|           automaton            |         python-automaton        |       1.7.0       |           1.7.0-0ubuntu1          |       X       |
|             bandit             |          python-bandit          |       1.4.0       |              1.1.0-3              |               |
|            bashate             |          python-bashate         |       0.5.1       |              0.3.1-2              |               |
|         beautifulsoup4         |      python-beautifulsoup4      |       4.5.3       |                None               |      ???      |
|            betamax             |          python-betamax         |       0.8.0       |              0.8.0-1              |       X       |
|           blockdiag            |         python-blockdiag        |       1.5.3       |        1.5.3+dfsg-1ubuntu1        |       X       |
|              boto              |           python-boto           |       2.45.0      |          2.40.0-1ubuntu1          |               |
|            botocore            |         python-botocore         |       1.5.2       |              1.4.70-1             |               |
|             bottle             |          python-bottle          |      0.12.13      |             0.12.13-1             |       X       |
|           cachetools           |        python-cachetools        |       2.0.0       |              1.1.6-1              |               |
|        cassandra-driver        |     python-cassandra-driver     |       3.7.1       |              3.7.1-2              |       X       |
|           castellan            |         python-castellan        |       0.5.0       |              0.4.0-3              |               |
|      ceilometermiddleware      |   python-ceilometermiddleware   |       1.0.0       |           1.0.0-1ubuntu1          |       X       |
|              cffi              |           python-cffi           |       1.9.1       |              1.9.1-2              |       X       |
|            chardet             |          python-chardet         |       2.3.0       |              2.3.0-2              |       X       |
|             click              |           python-click          |        6.7        |               6.6-1               |               |
|           click-repl           |        python-click-repl        |       0.1.0       |                None               |      ???      |
|         click-spinner          |       python-click-spinner      |       0.1.6       |                None               |      ???      |
|             cliff              |           python-cliff          |       2.4.0       |           2.4.0-0ubuntu1          |       X       |
|          cliff-tablib          |       python-cliff-tablib       |        2.0        |                None               |      ???      |
|              cmd2              |           python-cmd2           |       0.6.9       |              0.6.9-1              |       X       |
|            colorama            |         python-colorama         |       0.3.7       |              0.3.7-1              |       X       |
|           construct            |         python-construct        |       2.8.10      |             2.5.2-0.1             |               |
|          contextlib2           |        python-contextlib2       |       0.5.4       |              0.5.4-1              |       X       |
|            coverage            |         python-coverage         |       4.3.4       |            4.2+dfsg.1-2           |               |
|             crc16              |           python-crc16          |       0.1.1       |                None               |      ???      |
|            croniter            |         python-croniter         |       0.3.13      |              0.3.12-2             |               |
|          cryptography          |       python-cryptography       |       1.7.1       |              1.7.1-2              |       X       |
|            cursive             |          python-cursive         |       0.1.1       |           0.1.1-1ubuntu1          |       X       |
|              ddt               |            python-ddt           |       1.1.1       |              1.1.0-2              |               |
|         debtcollector          |       python-debtcollector      |       1.11.0      |          1.11.0-0ubuntu1          |       X       |
|           decorator            |         python-decorator        |       4.0.11      |              4.0.10-1             |               |
|            demjson             |          python-demjson         |       2.2.4       |              2.2.4-1              |       X       |
|           dib-utils            |         python-dib-utils        |       0.0.11      |              0.0.6-1              |               |
|            discover            |         python-discover         |       0.4.0       |                None               |      ???      |
|         django-appconf         |      python-django-appconf      |       1.0.2       |              1.0.1-5              |               |
|          django-babel          |       python-django-babel       |       0.5.1       |              0.5.1-2              |       X       |
|       django-compressor        |     python-django-compressor    |        2.1        |            2.1-0ubuntu1           |       X       |
|       django-floppyforms       |    python-django-floppyforms    |       1.7.0       |            1.6.2+dfsg-1           |               |
|        django-formtools        |     python-django-formtools     |        2.0        |    1.0+20160714.git54f1ccca01-1   |               |
|          django-nose           |        python-django-nose       |       1.4.4       |              1.4.4-1              |       X       |
|     django-openstack-auth      |   python-django-openstack-auth  |       3.1.0       |           3.1.0-0ubuntu1          |       X       |
|         django-pyscss          |       python-django-pyscss      |       2.0.2       |              2.0.2-6              |       X       |
|           dnspython            |         python-dnspython        |       1.15.0      |              1.15.0-1             |       X       |
|           dnspython3           |        python-dnspython3        |       1.15.0      |                None               |      ???      |
|              doc8              |           python-doc8           |       0.7.0       |              0.6.0-4              |               |
|           docker-py            |         python-docker-py        |       1.10.6      |                None               |      ???      |
|         docker-pycreds         |      python-docker-pycreds      |       0.2.1       |                None               |      ???      |
|            docutils            |         python-docutils         |        0.12       |           0.13.1+dfsg-2           |       X       |
|         dogpile.cache          |       python-dogpile.cache      |       0.6.2       |           0.6.2-0ubuntu1          |       X       |
|           dogtag-pki           |        python-dogtag-pki        |      10.3.5.1     |                None               |      ???      |
|            dulwich             |          python-dulwich         |       0.16.3      |              0.16.1-2             |               |
|         elasticsearch          |       python-elasticsearch      |       2.4.1       |              1.6.0-1              |               |
|          enum-compat           |        python-enum-compat       |       0.0.2       |                None               |      ???      |
|             enum34             |          python-enum34          |       1.1.6       |              1.1.6-1              |       X       |
|            eventlet            |         python-eventlet         |       0.19.0      |          0.19.0-2ubuntu1          |       X       |
|             extras             |          python-extras          |       1.0.0       |              0.0.3-3              |               |
|         fairy-slipper          |       python-fairy-slipper      |       0.2.0       |                None               |      ???      |
|             falcon             |          python-falcon          |       1.1.0       |              1.0.0-2              |               |
|           fasteners            |         python-fasteners        |       0.14.1      |          0.12.0-2ubuntu1          |               |
|            fixtures            |         python-fixtures         |       3.0.0       |           3.0.0-0ubuntu1          |       X       |
|         fortiosclient          |       python-fortiosclient      |       0.0.2       |                None               |      ???      |
|           freezegun            |         python-freezegun        |       0.3.8       |              0.3.7-1              |               |
|           frozendict           |        python-frozendict        |        1.2        |               0.5-1               |               |
|         funcparserlib          |       python-funcparserlib      |       0.3.6       |              0.3.6-7              |       X       |
|            funcsigs            |         python-funcsigs         |       1.0.2       |              1.0.2-3              |       X       |
|          functools32           |        python-functools32       |    3.2.3.post2    |             3.2.3.2-3             |               |
|            futures             |          python-futures         |       3.0.5       |                None               |      ???      |
|            futurist            |         python-futurist         |       0.21.0      |              0.13.0-3             |               |
|             gabbi              |           python-gabbi          |       1.31.0      |              1.24.0-2             |               |
|             gitdb              |           python-gitdb          |       0.6.4       |              2.0.0-2              |       X       |
|             gitdb2             |          python-gitdb2          |       2.0.0       |                None               |      ???      |
|          glance-store          |       python-glance-store       |       0.20.0      |          0.20.0-0ubuntu2          |       X       |
|         gnocchiclient          |       python-gnocchiclient      |       2.8.2       |           2.8.2-0ubuntu1          |       X       |
|    google-api-python-client    | python-google-api-python-client |       1.6.1       |                None               |      ???      |
|            graphviz            |         python-graphviz         |       0.5.2       |              0.5.2-1              |       X       |
|            greenlet            |         python-greenlet         |       0.4.11      |              0.4.11-1             |       X       |
|            gunicorn            |         python-gunicorn         |       19.6.0      |             19.6.0-10             |       X       |
|           happybase            |         python-happybase        |        0.9        |               0.8-2               |               |
|        heat-translator         |      python-heat-translator     |       0.7.0       |                None               |      ???      |
|            hiredis             |          python-hiredis         |       0.2.0       |           0.2.0-1build1           |       X       |
|            httplib2            |         python-httplib2         |       0.9.2       |            0.9.2+dfsg-1           |       X       |
|           icalendar            |         python-icalendar        |       3.11.2      |               3.8-1               |               |
|              idna              |           python-idna           |        2.2        |               2.2-1               |       X       |
|            influxdb            |         python-influxdb         |       4.0.0       |              3.0.0-1              |               |
|           ipaddress            |         python-ipaddress        |       1.0.18      |              1.0.17-1             |               |
|           ironic-lib           |        python-ironic-lib        |       2.5.2       |           2.5.2-0ubuntu1          |       X       |
|            iso8601             |          python-iso8601         |       0.1.11      |              0.1.11-1             |       X       |
|          itsdangerous          |       python-itsdangerous       |        0.24       |            0.24+dfsg1-2           |       X       |
|            jmespath            |         python-jmespath         |       0.9.0       |              0.9.0-2              |       X       |
|           jsonmodels           |        python-jsonmodels        |       2.1.3       |                None               |      ???      |
|           jsonpatch            |         python-jsonpatch        |        1.15       |               1.19-4              |       X       |
|          jsonpath-rw           |        python-jsonpath-rw       |       1.4.0       |              1.4.0-2              |       X       |
|        jsonpath-rw-ext         |      python-jsonpath-rw-ext     |       1.0.0       |              0.1.9-2              |               |
|          jsonpointer           |        python-jsonpointer       |        1.10       |                None               |      ???      |
|           jsonschema           |        python-jsonschema        |       2.5.1       |              2.5.1-6              |       X       |
|          kafka-python          |       python-kafka-python       |       0.9.5       |                None               |      ???      |
|             kazoo              |           python-kazoo          |       2.2.1       |           2.2.1-1ubuntu1          |       X       |
|            keyring             |          python-keyring         |        10.2       |               10.1-1              |               |
|         keystoneauth1          |       python-keystoneauth1      |       2.18.0      |          2.18.0-0ubuntu1          |       X       |
|       keystonemiddleware       |    python-keystonemiddleware    |       4.14.0      |          4.13.1-0ubuntu1          |               |
|             kombu              |           python-kombu          |       3.0.37      |         3.0.35-1.1ubuntu1         |               |
|             krest              |           python-krest          |       1.3.1       |                None               |      ???      |
|           kuryr-lib            |         python-kuryr-lib        |       0.3.0       |                None               |      ???      |
|             ldap3              |           python-ldap3          |       2.2.0       |              1.2.2-1              |               |
|            ldappool            |         python-ldappool         |       2.0.0       |              2.0.0-1              |       X       |
|         libvirt-python         |          python-libvirt         |       2.5.0       |              2.5.0-1              |       X       |
|           linecache2           |        python-linecache2        |       1.0.0       |              1.0.0-3              |       X       |
|         logilab-common         |      python-logilab-common      |       1.3.0       |              1.3.0-1              |       X       |
|            logutils            |         python-logutils         |       0.3.3       |              0.3.3-5              |       X       |
|              lxml              |           python-lxml           |       3.7.2       |              3.6.4-1              |               |
|            marathon            |         python-marathon         |       0.8.10      |                None               |      ???      |
|       microversion-parse       |    python-microversion-parse    |       0.1.4       |              0.1.4-2              |       X       |
|            mistral             |          python-mistral         |       3.0.2       |         4.0.0~b2-0ubuntu1         |       X       |
|              mock              |           python-mock           |       2.0.0       |              2.0.0-3              |       X       |
|         monasca-common         |      python-monasca-common      |       1.3.0       |                None               |      ???      |
|         monasca-statsd         |      python-monasca-statsd      |       1.5.0       |           1.4.0-0ubuntu1          |               |
|           monotonic            |         python-monotonic        |        1.2        |               1.1-2               |               |
|              mox               |            python-mox           |       0.5.3       |              0.5.3-4              |       X       |
|              mox3              |           python-mox3           |       0.20.0      |          0.20.0-0ubuntu1          |       X       |
|             mpmath             |          python-mpmath          |        0.19       |               0.19-3              |       X       |
|         msgpack-python         |      python-msgpack-python      |       0.4.8       |                None               |      ???      |
|        murano-pkg-check        |     python-murano-pkg-check     |       0.2.0       |                None               |      ???      |
|            netaddr             |          python-netaddr         |       0.7.19      |              0.7.18-2             |               |
|           netifaces            |         python-netifaces        |       0.10.5      |          0.10.4-0.1build2         |               |
|            netmiko             |          python-netmiko         |       1.2.5       |              1.1.0-1              |               |
|            networkx            |         python-networkx         |        1.11       |           1.11-1ubuntu1           |       X       |
|          neutron-lib           |        python-neutron-lib       |       1.1.0       |           1.1.0-0ubuntu1          |       X       |
|            nodeenv             |          python-nodeenv         |       1.0.0       |                None               |      ???      |
|              nose              |           python-nose           |       1.3.7       |              1.3.7-2              |       X       |
|          nose-exclude          |       python-nose-exclude       |       0.5.0       |              0.4.1-1              |               |
|         nosehtmloutput         |      python-nosehtmloutput      |       0.0.5       |              0.0.5-1              |       X       |
|           nosexcover           |        python-nosexcover        |       1.0.11      |              1.0.10-2             |               |
|            notifier            |         python-notifier         |       1.0.3       |                None               |      ???      |
|             numpy              |           python-numpy          |       1.12.0      |         1:1.12.0-1ubuntu1         |       X       |
|          oauth2client          |       python-oauth2client       |       3.0.0       |              3.0.0-1              |       X       |
|            oauthlib            |         python-oauthlib         |       2.0.1       |              2.0.1-1              |       X       |
|            olefile             |          python-olefile         |        0.44       |           0.43-1~ubuntu1          |               |
|      openstack-doc-tools       |    python-openstack-doc-tools   |       1.3.0       |              0.34.0-2             |               |
|     openstack.nose-plugin      |   python-openstack.nose-plugin  |        0.11       |               0.11-2              |       X       |
|       openstackdocstheme       |    python-openstackdocstheme    |       1.6.0       |              1.5.0-2              |               |
|          openstacksdk          |       python-openstacksdk       |       0.9.10      |          0.9.10-0ubuntu1          |       X       |
|          ordereddict           |        python-ordereddict       |        1.1        |                None               |      ???      |
|           os-api-ref           |        python-os-api-ref        |       1.2.0       |           0.3.0+dfsg1-3           |               |
|            os-brick            |         python-os-brick         |       1.10.0      |          1.10.0-0ubuntu1          |       X       |
|        os-client-config        |     python-os-client-config     |       1.26.0      |          1.26.0-0ubuntu1          |       X       |
|             os-dpm             |          python-os-dpm          |       0.1.1       |                None               |      ???      |
|            os-testr            |         python-os-testr         |       0.8.0       |           0.8.0-0ubuntu1          |       X       |
|             os-vif             |          python-os-vif          |       1.4.0       |           1.3.0-1ubuntu2          |               |
|             os-win             |          python-os-win          |       1.4.0       |           1.4.0-0ubuntu1          |       X       |
|           os-xenapi            |         python-os-xenapi        |       0.1.1       |                None               |      ???      |
|            osc-lib             |          python-osc-lib         |       1.3.0       |           1.3.0-0ubuntu1          |       X       |
|           oslo.cache           |        python-oslo.cache        |       1.17.0      |          1.17.0-0ubuntu1          |       X       |
|        oslo.concurrency        |     python-oslo.concurrency     |       3.18.0      |          3.18.0-0ubuntu1          |       X       |
|          oslo.config           |        python-oslo.config       |       3.22.0      |         1:3.22.0-0ubuntu1         |       X       |
|          oslo.context          |       python-oslo.context       |       2.11.0      |          2.11.0-0ubuntu1          |       X       |
|            oslo.db             |          python-oslo.db         |       4.17.0      |          4.17.0-0ubuntu1          |       X       |
|           oslo.i18n            |         python-oslo.i18n        |       3.12.0      |          3.12.0-0ubuntu1          |       X       |
|            oslo.log            |         python-oslo.log         |       3.20.0      |          3.20.0-0ubuntu1          |       X       |
|         oslo.messaging         |      python-oslo.messaging      |       5.17.0      |          5.17.0-0ubuntu1          |       X       |
|        oslo.middleware         |      python-oslo.middleware     |       3.23.0      |          3.22.0-0ubuntu1          |               |
|          oslo.policy           |        python-oslo.policy       |       1.18.0      |          1.18.0-0ubuntu1          |       X       |
|          oslo.privsep          |       python-oslo.privsep       |       1.16.0      |          1.16.0-0ubuntu1          |       X       |
|          oslo.reports          |       python-oslo.reports       |       1.17.0      |          1.17.0-0ubuntu1          |       X       |
|         oslo.rootwrap          |       python-oslo.rootwrap      |       5.4.0       |           5.4.0-0ubuntu1          |       X       |
|       oslo.serialization       |    python-oslo.serialization    |       2.16.0      |          2.16.0-0ubuntu1          |       X       |
|          oslo.service          |       python-oslo.service       |       1.19.0      |          1.19.0-0ubuntu1          |       X       |
|           oslo.utils           |        python-oslo.utils        |       3.22.0      |          3.22.0-0ubuntu1          |       X       |
|     oslo.versionedobjects      |   python-oslo.versionedobjects  |       1.21.0      |          1.21.0-0ubuntu1          |       X       |
|          oslo.vmware           |        python-oslo.vmware       |       2.17.0      |          2.17.0-0ubuntu1          |       X       |
|           oslosphinx           |        python-oslosphinx        |       4.10.0      |          4.10.0-0ubuntu1          |       X       |
|            oslotest            |         python-oslotest         |       2.13.0      |         1:2.13.0-0ubuntu1         |       X       |
|           osprofiler           |        python-osprofiler        |       1.5.0       |           1.5.0-0ubuntu1          |       X       |
|              ovs               |            python-ovs           |       2.6.1       |                None               |      ???      |
|            paramiko            |         python-paramiko         |       2.1.1       |              2.0.0-1              |               |
|            passlib             |          python-passlib         |       1.7.0       |              1.7.0-1              |       X       |
|            pathlib             |          python-pathlib         |       1.0.1       |              1.0.1-2              |       X       |
|            pathlib2            |         python-pathlib2         |       2.2.0       |        2.2.0+really2.1.0-1        |       X       |
|              pbr               |            python-pbr           |       1.10.0      |          1.10.0-0ubuntu5          |       X       |
|             pecan              |           python-pecan          |       1.2.1       |           1.1.2-0ubuntu1          |               |
|            pexpect             |          python-pexpect         |       4.2.1       |              4.2.1-1              |       X       |
|             pifpaf             |          python-pifpaf          |       0.20.0      |                None               |      ???      |
|              pika              |           python-pika           |       0.10.0      |              0.10.0-1             |       X       |
|           pika-pool            |         python-pika-pool        |       0.1.3       |           0.1.3-1ubuntu1          |       X       |
|              ply               |            python-ply           |        3.9        |               3.9-1               |       X       |
|           positional           |        python-positional        |       1.1.1       |           1.1.1-0ubuntu1          |       X       |
|          prettytable           |        python-prettytable       |       0.7.2       |              0.7.2-3              |       X       |
|           proboscis            |         python-proboscis        |      1.2.6.0      |             1.2.6.0-2             |       X       |
|          progressbar2          |       python-progressbar2       |       3.12.0      |                None               |      ???      |
|         prompt-toolkit         |      python-prompt-toolkit      |       1.0.9       |              1.0.9-1              |       X       |
|             psutil             |          python-psutil          |       1.2.1       |              5.0.1-1              |       X       |
|            psycopg2            |         python-psycopg2         |       2.6.2       |              2.6.2-1              |       X       |
|           ptyprocess           |        python-ptyprocess        |       0.5.1       |              0.5.1-1              |       X       |
|               py               |            python-py            |       1.4.32      |              1.4.32-3             |       X       |
|           pyOpenSSL            |          python-openssl         |       16.2.0      |              16.2.0-1             |       X       |
|             pyScss             |          python-pyscss          |       1.3.4       |              1.3.5-2              |       X       |
|             pyasn1             |          python-pyasn1          |       0.1.9       |              0.1.9-2              |       X       |
|         pyasn1-modules         |      python-pyasn1-modules      |       0.0.8       |             0.0.7-0.1             |               |
|             pycadf             |          python-pycadf          |       2.5.0       |           2.5.0-0ubuntu1          |       X       |
|           pycparser            |         python-pycparser        |        2.17       |               2.17-2              |       X       |
|            pycrypto            |          python-crypto          |       2.6.1       |           2.6.1-6build1           |       X       |
|           pydotplus            |         python-pydotplus        |       2.0.2       |              2.0.2-2              |       X       |
|            pyeclib             |          python-pyeclib         |       1.4.0       |           1.3.1-1ubuntu1          |               |
|             pyghmi             |          python-pyghmi          |       1.0.16      |              0.8.0-2              |               |
|           pyinotify            |         python-pyinotify        |       0.9.6       |              0.9.6-1              |       X       |
|           pykerberos           |        python-pykerberos        |       1.1.13      |                None               |      ???      |
|             pyldap             |          python-pyldap          |      2.4.25.1     |             2.4.25.1-2            |       X       |
|             pylxd              |           python-pylxd          |       2.2.2       |           2.1.1-0ubuntu1          |               |
|           pymemcache           |        python-pymemcache        |       1.4.0       |           1.3.2-2ubuntu1          |               |
|           pymod2pkg            |         python-pymod2pkg        |       0.7.1       |                None               |      ???      |
|            pymongo             |          python-pymongo         |       3.4.0       |              3.4.0-1              |       X       |
|             pyngus             |          python-pyngus          |       2.1.3       |              2.0.3-1              |               |
|           pyparsing            |         python-pyparsing        |       2.1.10      |           2.1.10+dfsg1-1          |       X       |
|           pypowervm            |         python-pypowervm        |      1.0.0.4      |                None               |      ???      |
|            pyroute2            |         python-pyroute2         |       0.4.12      |          0.4.11-0ubuntu1          |               |
|            pysaml2             |          python-pysaml2         |       4.0.2       |           3.0.0-3ubuntu1          |               |
|           pysendfile           |        python-pysendfile        |       2.0.1       |                None               |      ???      |
|             pysmi              |           python-pysmi          |       0.0.7       |                None               |      ???      |
|             pysnmp             |          python-pysnmp          |       4.3.2       |                None               |      ???      |
|            pystache            |         python-pystache         |       0.5.4       |              0.5.4-6              |       X       |
|             pytest             |          python-pytest          |       3.0.5       |              2.9.2-3              |               |
|     python-barbicanclient      |      python-barbicanclient      |       4.1.0       |           4.1.0-0ubuntu1          |       X       |
|    python-ceilometerclient     |     python-ceilometerclient     |       2.7.0       |           2.7.0-1ubuntu1          |       X       |
|      python-cinderclient       |       python-cinderclient       |       1.10.0      |         1:1.10.0-0ubuntu1         |       X       |
|     python-congressclient      |      python-congressclient      |       1.5.0       |           1.5.0-0ubuntu1          |       X       |
|         python-consul          |          python-consul          |       0.7.0       |                None               |      ???      |
|        python-dateutil         |         python-dateutil         |       2.6.0       |              2.5.3-2              |               |
|     python-designateclient     |      python-designateclient     |       2.4.0       |           2.4.0-0ubuntu1          |       X       |
|          python-etcd           |           python-etcd           |       0.4.4       |              0.4.3-2              |               |
|      python-freezerclient      |       python-freezerclient      |       1.1.0       |                None               |      ???      |
|      python-glanceclient       |       python-glanceclient       |       2.5.0       |          1:2.5.0-0ubuntu1         |       X       |
|       python-heatclient        |        python-heatclient        |       1.7.0       |           1.7.0-0ubuntu1          |       X       |
| python-ironic-inspector-client |  python-ironic-inspector-client |       1.10.0      |          1.10.0-0ubuntu1          |       X       |
|      python-ironicclient       |       python-ironicclient       |       1.10.0      |          1.10.0-0ubuntu1          |       X       |
|        python-k8sclient        |         python-k8sclient        |       0.3.0       |              0.3.0-1              |       X       |
|      python-karborclient       |       python-karborclient       |       0.1.1       |                None               |      ???      |
|     python-keystoneclient      |      python-keystoneclient      |       3.9.0       |          1:3.9.0-0ubuntu2         |       X       |
|      python-magnumclient       |       python-magnumclient       |       2.3.1       |           2.3.1-0ubuntu1          |       X       |
|      python-manilaclient       |       python-manilaclient       |       1.11.0      |          1.11.0-0ubuntu1          |       X       |
|        python-memcached        |         python-memcached        |        1.58       |                None               |      ???      |
|        python-mimeparse        |         python-mimeparse        |       1.6.0       |              0.1.4-3              |               |
|      python-mistralclient      |       python-mistralclient      |       3.0.0       |          1:3.0.0-0ubuntu1         |       X       |
|      python-monascaclient      |       python-monascaclient      |       1.4.0       |           1.4.0-0ubuntu1          |       X       |
|      python-muranoclient       |       python-muranoclient       |       0.11.1      |              0.11.1-1             |       X       |
|      python-neutronclient      |       python-neutronclient      |       6.0.0       |          1:6.0.0-0ubuntu1         |       X       |
|       python-novaclient        |        python-novaclient        |       7.0.0       |          2:7.0.0-0ubuntu1         |       X       |
|           python-nss           |            python-nss           |       1.0.0       |              1.0.0-1              |       X       |
|     python-openstackclient     |      python-openstackclient     |       3.7.0       |           3.7.0-0ubuntu1          |       X       |
|          python-pytun          |           python-pytun          |       2.2.1       |                None               |      ???      |
|       python-qpid-proton       |        python-qpid-proton       |       0.15.0      |              0.14.0-4             |               |
|      python-saharaclient       |       python-saharaclient       |       1.0.0       |           1.0.0-0ubuntu2          |       X       |
|    python-searchlightclient    |     python-searchlightclient    |       1.0.0       |                None               |      ???      |
|      python-senlinclient       |       python-senlinclient       |       1.1.0       |           1.1.0-0ubuntu1          |       X       |
|       python-smaugclient       |        python-smaugclient       |       0.0.8       |                None               |      ???      |
|       python-solumclient       |        python-solumclient       |       2.1.1       |                None               |      ???      |
|         python-subunit         |          python-subunit         |       1.2.0       |              1.1.0-3              |               |
|       python-swiftclient       |        python-swiftclient       |       3.2.0       |          1:3.2.0-0ubuntu1         |       X       |
|      python-tackerclient       |       python-tackerclient       |       0.8.0       |           0.8.0-0ubuntu1          |       X       |
|       python-troveclient       |        python-troveclient       |       2.7.0       |          1:2.7.0-0ubuntu1         |       X       |
|          python-utils          |           python-utils          |       2.0.1       |                None               |      ???      |
|      python-watcherclient      |       python-watcherclient      |       1.0.0       |           1.0.0-0ubuntu1          |       X       |
|       python-zaqarclient       |        python-zaqarclient       |       1.3.0       |           1.3.0-0ubuntu1          |       X       |
|              pytz              |           python-pytz           |      2016.10      |                None               |      ???      |
|             pyudev             |          python-pyudev          |       0.21.0      |              0.21.0-1             |       X       |
|            pyzabbix            |         python-pyzabbix         |       0.7.4       |                None               |      ???      |
|             pyzmq              |           python-pyzmq          |       16.0.2      |                None               |      ???      |
|            rcssmin             |          python-rcssmin         |       1.0.6       |           1.0.6-1ubuntu1          |       X       |
|             redis              |           python-redis          |       2.10.5      |              2.10.5-2             |       X       |
|              reno              |           python-reno           |       2.0.3       |              1.3.0-6              |               |
|           repoze.lru           |        python-repoze.lru        |        0.6        |               0.6-6               |       X       |
|           repoze.who           |        python-repoze.who        |        2.3        |               2.2-3               |               |
|            requests            |         python-requests         |       2.12.5      |              2.10.0-2             |               |
|          requests-aws          |       python-requests-aws       |       0.1.8       |                None               |      ???      |
|       requests-kerberos        |     python-requests-kerberos    |       0.11.0      |              0.7.0-3              |               |
|         requests-mock          |       python-requests-mock      |       1.2.0       |           1.1.0-0ubuntu1          |               |
|      requests-unixsocket       |    python-requests-unixsocket   |       0.1.5       |           0.1.5-0ubuntu4          |       X       |
|       requestsexceptions       |    python-requestsexceptions    |       1.1.3       |           1.1.2-0ubuntu1          |               |
|            retrying            |         python-retrying         |       1.3.3       |              1.3.3-2              |       X       |
|            rfc3986             |          python-rfc3986         |       0.4.1       |              0.3.1-2              |               |
|             rjsmin             |          python-rjsmin          |       1.0.12      |       1.0.12+dfsg1-2ubuntu1       |       X       |
|              rsa               |            python-rsa           |       3.4.2       |              3.4.2-1              |       X       |
|           rtslib-fb            |         python-rtslib-fb        |       2.1.62      |          2.1.57+debian-4          |               |
|              ryu               |            python-ryu           |        4.10       |         4.5+dfsg1-0ubuntu1        |               |
|            scandir             |          python-scandir         |        1.4        |                None               |      ???      |
|          scikit-learn          |       python-scikit-learn       |       0.18.1      |                None               |      ???      |
|             scipy              |           python-scipy          |       0.18.1      |              0.18.1-2             |       X       |
|              scp               |            python-scp           |       0.10.2      |              0.10.2-1             |       X       |
|            selenium            |         python-selenium         |       3.0.2       |           2.53.2+dfsg1-1          |               |
|        semantic-version        |     python-semantic-version     |       2.6.0       |              2.3.1-1              |               |
|            seqdiag             |          python-seqdiag         |       0.9.5       |            0.9.5+dfsg-1           |       X       |
|         simplegeneric          |       python-simplegeneric      |       0.8.1       |              0.8.1-1              |       X       |
|           simplejson           |        python-simplejson        |       3.10.0      |              3.10.0-1             |       X       |
|         singledispatch         |      python-singledispatch      |      3.4.0.3      |             3.4.0.3-2             |       X       |
|              six               |            python-six           |       1.10.0      |              1.10.0-3             |       X       |
|             smmap              |           python-smmap          |       0.9.0       |              2.0.1-1              |       X       |
|             smmap2             |          python-smmap2          |       2.0.1       |                None               |      ???      |
|        snowballstemmer         |      python-snowballstemmer     |       1.2.1       |              1.2.1-1              |       X       |
|          spec-cleaner          |       python-spec-cleaner       |       0.9.1       |                None               |      ???      |
|        sphinx-rtd-theme        |     python-sphinx-rtd-theme     |       0.1.9       |              0.1.9-1              |       X       |
|         sphinx-testing         |      python-sphinx-testing      |       0.7.1       |              0.7.1-2              |       X       |
|    sphinxcontrib-blockdiag     |  python-sphinxcontrib-blockdiag |       1.5.5       |                None               |      ???      |
|     sphinxcontrib-fulltoc      |   python-sphinxcontrib-fulltoc  |        1.1        |                None               |      ???      |
|    sphinxcontrib-httpdomain    | python-sphinxcontrib-httpdomain |       1.5.0       |              1.3.0-1              |               |
|    sphinxcontrib-pecanwsme     |  python-sphinxcontrib-pecanwsme |       0.8.0       |              0.8.0-3              |       X       |
|     sphinxcontrib-seqdiag      |   python-sphinxcontrib-seqdiag  |       0.8.5       |                None               |      ???      |
|           sphinxmark           |        python-sphinxmark        |       0.1.17      |                None               |      ???      |
|       sqlalchemy-migrate       |          python-migrate         |       0.10.0      |              0.10.0-7             |       X       |
|            sqlparse            |         python-sqlparse         |       0.2.2       |              0.1.18-1             |               |
|             statsd             |          python-statsd          |       3.2.1       |              3.2.1-2              |       X       |
|           stevedore            |         python-stevedore        |       1.19.1      |          1.20.0-0ubuntu1          |       X       |
|           suds-jurko           |           python-suds           |        0.6        |     0.7~git20150727.94664dd-3     |       X       |
|             sympy              |           python-sympy          |        1.0        |               1.0-3               |       X       |
|            sysv-ipc            |         python-sysv-ipc         |       0.7.0       |           0.6.8-2build2           |               |
|             tablib             |          python-tablib          |       0.11.3      |           0.9.11-2build1          |               |
|            tabulate            |         python-tabulate         |       0.7.7       |              0.7.7-1              |       X       |
|            taskflow            |         python-taskflow         |       2.9.0       |           2.8.0-0ubuntu1          |               |
|            tempest             |          python-tempest         |       14.0.0      |         1:13.0.0-0ubuntu2         |       X       |
|          tempest-lib           |        python-tempest-lib       |       1.0.0       |              0.14.0-3             |               |
|            tenacity            |         python-tenacity         |       3.7.1       |           3.3.0-0ubuntu1          |               |
|           termcolor            |         python-termcolor        |       1.1.0       |              1.1.0-1              |       X       |
|         testrepository         |      python-testrepository      |       0.0.20      |              0.0.20-2             |       X       |
|         testresources          |       python-testresources      |       2.0.1       |              1.0.0-4              |               |
|         testscenarios          |       python-testscenarios      |       0.5.0       |               0.4-4               |               |
|           testtools            |         python-testtools        |       2.2.0       |           1.8.1-0ubuntu2          |               |
|             thrift             |          python-thrift          |       0.10.0      |              0.9.1-2              |               |
|            tinyrpc             |          python-tinyrpc         |        0.5        |                None               |      ???      |
|              tooz              |           python-tooz           |       1.48.0      |          1.48.0-0ubuntu1          |       X       |
|          tosca-parser          |       python-tosca-parser       |       0.7.0       |              0.1.0-3              |               |
|           traceback2           |        python-traceback2        |       1.4.0       |              1.4.0-4              |       X       |
|            trollius            |         python-trollius         |        2.1        |              2.1~b1-4             |               |
|             txaio              |           python-txaio          |       2.6.0       | 2.5.1+2016.10.03.git.623ef68776-1 |               |
|             typing             |          python-typing          |      3.5.3.0      |             3.5.2.2-1             |               |
|            tzlocal             |          python-tzlocal         |        1.3        |               1.3-1               |       X       |
|             ujson              |           python-ujson          |        1.35       |               1.35-1              |       X       |
|           unicodecsv           |        python-unicodecsv        |       0.14.1      |              0.14.1-1             |       X       |
|           unittest2            |         python-unittest2        |       1.1.0       |             1.1.0-6.1             |       X       |
|          uritemplate           |        python-uritemplate       |       3.0.0       |            0.6-1ubuntu1           |               |
|            urllib3             |          python-urllib3         |       1.19.1      |              1.15.1-2             |               |
|         vmware-nsxlib          |       python-vmware-nsxlib      |       0.6.0       |           0.2.0-0ubuntu3          |               |
|           voluptuous           |        python-voluptuous        |       0.9.3       |              0.9.3-1              |       X       |
|            waitress            |         python-waitress         |       1.0.1       |              1.0.1-1              |       X       |
|            warlock             |          python-warlock         |       1.2.0       |              1.1.0-1              |               |
|            wcwidth             |          python-wcwidth         |       0.1.7       |           0.1.7+dfsg1-1           |       X       |
|         weakrefmethod          |       python-weakrefmethod      |       1.0.3       |               1.0-2               |               |
|           webcolors            |         python-webcolors        |        1.7        |               1.5-2               |               |
|        websocket-client        |     python-websocket-client     |       0.40.0      |                None               |      ???      |
|           websockify           |        python-websockify        |       0.8.0       |           0.8.0+dfsg1-7           |       X       |
|             wrapt              |           python-wrapt          |       1.10.8      |              1.9.0-2              |               |
|             ws4py              |           python-ws4py          |       0.3.4       |              0.3.4-3              |       X       |
|         wsgi-intercept         |      python-wsgi-intercept      |       1.4.1       |              1.1.2-2              |               |
|             xattr              |           python-xattr          |       0.9.1       |              0.7.8-3              |               |
|           xmltodict            |         python-xmltodict        |       0.10.2      |              0.10.2-1             |       X       |
|              yaql              |           python-yaql           |       1.1.1       |              1.1.1-2              |       X       |
|              zake              |           python-zake           |       0.2.2       |              0.1.6-1              |               |
|           zhmcclient           |        python-zhmcclient        |       0.9.0       |                None               |      ???      |
|         zope.interface         |      python-zope.interface      |       4.3.3       |              4.3.2-1              |               |
+--------------------------------+---------------------------------+-------------------+-----------------------------------+---------------+
Download as text