Skip to content

Commit 34f5eed

Browse files
committed
Python module updates - metafiles
1 parent 33a3c7d commit 34f5eed

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

build/entire/entire.p5m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ depend fmri=library/nspr@4.17,5.11-@PVER@ type=require
144144
depend fmri=library/pcre@8.41,5.11-@PVER@ type=require
145145
depend fmri=library/python-2/numpy-27@1.13,5.11-@PVER@ type=require
146146
depend fmri=library/python-2/pyrex-27@0.9.9,5.11-@PVER@ type=require
147-
depend fmri=library/python-2/setuptools-27@37,5.11-@PVER@ type=require
147+
depend fmri=library/python-2/setuptools-27@38,5.11-@PVER@ type=require
148148
depend fmri=library/readline@7.0,5.11-@PVER@ type=require
149149
depend fmri=library/security/openssl@1.0.2,5.11-@PVER@ type=require
150150
depend fmri=library/security/tcp-wrapper@7.6,5.11-@PVER@ type=require

build/jeos/omnios-userland.pkg

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,28 +55,30 @@ library/pcre 8.41
5555
library/perl-5/xml-parser 2.44
5656
library/python-2/asn1crypto-27 0.23
5757
library/python-2/cffi-27 1.11
58-
library/python-2/cheroot-27 5.9
59-
library/python-2/cherrypy-27 11
58+
library/python-2/cheroot-27 6
59+
library/python-2/cherrypy-27 13
6060
library/python-2/coverage-27 4.4
6161
library/python-2/cryptography-27 2.1
6262
library/python-2/enum-27 1.1
6363
library/python-2/functools32-27 3.2
6464
library/python-2/idna-27 2.6
6565
library/python-2/ipaddress-27 1.0
66+
library/python-2/jaraco.classes-27 1.4
6667
library/python-2/jsonschema-27 2.6
6768
library/python-2/lxml-27 4.1
6869
library/python-2/mako-27 1.0
70+
library/python-2/more-itertools-27 4
6971
library/python-2/numpy-27 1.13
7072
library/python-2/ply-27 3.10
7173
library/python-2/portend-27 2.2
7274
library/python-2/pybonjour-27 1.1.1
7375
library/python-2/pycurl-27 7.43
7476
library/python-2/pylint-27 1.7
75-
library/python-2/pyopenssl-27 17.4
77+
library/python-2/pyopenssl-27 17
7678
library/python-2/pyrex-27 0.9.9
7779
library/python-2/pytz-27 2017
78-
library/python-2/setuptools-27 37
79-
library/python-2/simplejson-27 3.12
80+
library/python-2/setuptools-27 38
81+
library/python-2/simplejson-27 3.13
8082
library/python-2/six-27 1.11
8183
library/python-2/tempora-27 1.9
8284
library/readline 7.0

doc/packages.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,29 +94,31 @@
9494
| library/security/trousers | 0.3.14 | https://sourceforge.net/projects/trousers/files/trousers
9595
| library/python-2/asn1crypto-27 | 0.23.0 | https://pypi.python.org/pypi/asn1crypto
9696
| library/python-2/cffi-27 | 1.11.2 | https://pypi.python.org/pypi/cffi
97-
| library/python-2/cheroot-27 | 5.9.1 | https://pypi.python.org/pypi/cheroot
98-
| library/python-2/cherrypy-27 | 11.0.0 | https://pypi.python.org/pypi/cherrypy | On hold as 11.1.0 introduces a new dependency (jaraco.classes)
97+
| library/python-2/cheroot-27 | 6.0.0 | https://pypi.python.org/pypi/cheroot
98+
| library/python-2/cherrypy-27 | 13.0.0 | https://pypi.python.org/pypi/cherrypy
9999
| library/python-2/coverage-27 | 4.4.2 | https://pypi.python.org/pypi/coverage
100-
| library/python-2/cryptography-27 | 2.1.3 | https://pypi.python.org/pypi/cryptography
100+
| library/python-2/cryptography-27 | 2.1.4 | https://pypi.python.org/pypi/cryptography
101101
| library/python-2/enum-27 | 1.1.6 | https://pypi.python.org/pypi/enum34
102102
| library/python-2/functools32-27 | 3.2.3-2 | https://pypi.python.org/pypi/functools32
103103
| library/python-2/idna-27 | 2.6 | https://pypi.python.org/pypi/idna
104104
| library/python-2/ipaddress-27 | 1.0.18 | https://pypi.python.org/pypi/ipaddress
105+
| library/python-2/jaraco.classes-27 | 1.4.3 | https://pypi.python.org/pypi/jaraco.classes
105106
| library/python-2/jsonrpclib-27 | 0.1.7 | https://pypi.python.org/pypi/jsonrpclib
106107
| library/python-2/jsonschema-27 | 2.6.0 | https://pypi.python.org/pypi/jsonschema
107108
| library/python-2/lxml-27 | 4.1.1 | https://pypi.python.org/pypi/lxml/
108109
| library/python-2/mako-27 | 1.0.7 | https://pypi.python.org/pypi/Mako
110+
| library/python-2/more-itertools-27 | 4.0.1 | https://pypi.python.org/pypi/more-itertools
109111
| library/python-2/numpy-27 | 1.13.3 | https://pypi.python.org/pypi/numpy
110112
| library/python-2/ply-27 | 3.10 | https://pypi.python.org/pypi/ply
111113
| library/python-2/portend-27 | 2.2 | https://pypi.python.org/pypi/portend
112114
| library/python-2/pybonjour-27 | 1.1.1 | https://pypi.python.org/pypi/pybonjour
113115
| library/python-2/pycurl-27 | 7.43.0 | https://pypi.python.org/pypi/pycurl
114116
| library/python-2/pylint-27 | 1.7.4 | https://pypi.python.org/pypi/pylint
115-
| library/python-2/pyopenssl-27 | 17.4.0 | https://pypi.python.org/pypi/pyOpenSSL
117+
| library/python-2/pyopenssl-27 | 17.5.0 | https://pypi.python.org/pypi/pyOpenSSL
116118
| library/python-2/pyrex-27 | 0.9.9 | http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
117119
| library/python-2/pytz-27 | 2017.3 | https://pypi.python.org/pypi/pytz
118-
| library/python-2/setuptools-27 | 37.0.0 | https://pypi.python.org/pypi/setuptools
119-
| library/python-2/simplejson-27 | 3.12.0 | https://pypi.python.org/pypi/simplejson
120+
| library/python-2/setuptools-27 | 38.2.4 | https://pypi.python.org/pypi/setuptools
121+
| library/python-2/simplejson-27 | 3.13.2 | https://pypi.python.org/pypi/simplejson
120122
| library/python-2/six-27 | 1.11.0 | https://pypi.python.org/pypi/six
121123
| library/python-2/tempora-27 | 1.9 | https://pypi.python.org/pypi/tempora
122124

0 commit comments

Comments
 (0)