Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
103
Merge Requests
103
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
b920007f
Commit
b920007f
authored
Sep 12, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
*: version up / cleanup eggs versions
See merge request
nexedi/slapos!1250
parents
33ea9a32
3c6c189c
Pipeline
#23467
failed with stage
in 0 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
24 additions
and
59 deletions
+24
-59
component/jupyter-py2/buildout.cfg
component/jupyter-py2/buildout.cfg
+0
-2
software/erp5testnode/software.cfg
software/erp5testnode/software.cfg
+1
-21
software/jupyter/software.cfg
software/jupyter/software.cfg
+0
-2
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+0
-1
software/plantuml/test/setup.py
software/plantuml/test/setup.py
+1
-0
software/seleniumserver/test/setup.py
software/seleniumserver/test/setup.py
+1
-1
software/slapos-sr-testing/software.cfg
software/slapos-sr-testing/software.cfg
+7
-14
software/slapos-testing/software.cfg
software/slapos-testing/software.cfg
+1
-8
stack/caucase/buildout.cfg
stack/caucase/buildout.cfg
+3
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+4
-5
stack/slapos.cfg
stack/slapos.cfg
+6
-5
No files found.
component/jupyter-py2/buildout.cfg
View file @
b920007f
...
@@ -79,7 +79,6 @@ mistune = 0.7.3
...
@@ -79,7 +79,6 @@ mistune = 0.7.3
nbformat = 4.3.0
nbformat = 4.3.0
notebook = 4.4.1
notebook = 4.4.1
pandas = 0.19.2
pandas = 0.19.2
plone.recipe.command = 1.1
prompt-toolkit = 1.0.13
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
ptyprocess = 0.5.1
pyzmq = 16.0.2
pyzmq = 16.0.2
...
@@ -92,7 +91,6 @@ tornado = 4.4.2
...
@@ -92,7 +91,6 @@ tornado = 4.4.2
widgetsnbextension = 2.0.0
widgetsnbextension = 2.0.0
# numpy >= 1.13.1 is required for numpy.core.multiarray
# numpy >= 1.13.1 is required for numpy.core.multiarray
numpy = 1.13.1
numpy = 1.13.1
certifi = 2020.6.20
# nbconvert 4.2.0 depends on entrypoints egg that is not available as tar/zip source.
# nbconvert 4.2.0 depends on entrypoints egg that is not available as tar/zip source.
nbconvert = 4.1.0
nbconvert = 4.1.0
...
...
software/erp5testnode/software.cfg
View file @
b920007f
...
@@ -22,13 +22,10 @@ parts =
...
@@ -22,13 +22,10 @@ parts =
git
git
apache
apache
[python]
part = python3
[eggs]
[eggs]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
eggs =
eggs =
erp5.util[testnode
,benchmark
]
erp5.util[testnode]
${lxml-python:egg}
${lxml-python:egg}
...
@@ -41,20 +38,3 @@ output = ${buildout:directory}/template.cfg
...
@@ -41,20 +38,3 @@ output = ${buildout:directory}/template.cfg
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template-default.cfg.jinja
output = ${buildout:directory}/template-default.cfg.jinja
[versions]
dnspython = 1.15.0
PyXML = 0.8.5
WebOb = 1.8.5
WebTest = 2.0.33
soupsieve = 1.8
waitress = 1.4.4
z3c.etestbrowser = 3.0.1
zope.testbrowser = 5.3.2
WSGIProxy2 = 0.4.6
beautifulsoup4 = 4.7.1
zope.cachedescriptors = 4.3.1
zope.event = 4.4
zope.schema = 4.9.3
zope.deferredimport = 4.3.1
zope.proxy = 4.3.5
software/jupyter/software.cfg
View file @
b920007f
...
@@ -72,7 +72,6 @@ notebook = 6.1.5
...
@@ -72,7 +72,6 @@ notebook = 6.1.5
numpy = 1.14.6
numpy = 1.14.6
pandas = 0.25.3
pandas = 0.25.3
pandocfilters = 1.4.3
pandocfilters = 1.4.3
plone.recipe.command = 1.1
prompt-toolkit = 1.0.13
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
ptyprocess = 0.5.1
pyzmq = 20.0.0
pyzmq = 20.0.0
...
@@ -86,7 +85,6 @@ tornado = 6.1
...
@@ -86,7 +85,6 @@ tornado = 6.1
traitlets = 5.0.5
traitlets = 5.0.5
webencodings = 0.5.1
webencodings = 0.5.1
widgetsnbextension = 2.0.0
widgetsnbextension = 2.0.0
certifi = 2020.6.20
Send2Trash = 1.5.0
Send2Trash = 1.5.0
argon2-cffi = 20.1.0
argon2-cffi = 20.1.0
nbconvert = 6.0.7
nbconvert = 6.0.7
...
...
software/neoppod/software-common.cfg
View file @
b920007f
...
@@ -129,6 +129,5 @@ coverage = 4.5.1
...
@@ -129,6 +129,5 @@ coverage = 4.5.1
ecdsa = 0.13
ecdsa = 0.13
mysqlclient = 1.3.12
mysqlclient = 1.3.12
pycrypto = 2.6.1
pycrypto = 2.6.1
pycurl = 7.43.0
cython-zstd = 0.2
cython-zstd = 0.2
funcsigs = 1.0.2
funcsigs = 1.0.2
software/plantuml/test/setup.py
View file @
b920007f
...
@@ -46,6 +46,7 @@ setup(name=name,
...
@@ -46,6 +46,7 @@ setup(name=name,
'slapos.libnetworkcache'
,
'slapos.libnetworkcache'
,
'erp5.util'
,
'erp5.util'
,
'supervisor'
,
'supervisor'
,
'pillow'
,
'psutil'
,
'psutil'
,
'plantuml'
,
'plantuml'
,
'requests'
'requests'
...
...
software/seleniumserver/test/setup.py
View file @
b920007f
...
@@ -48,7 +48,7 @@ setup(
...
@@ -48,7 +48,7 @@ setup(
'erp5.util'
,
'erp5.util'
,
'selenium'
,
'selenium'
,
'psutil'
,
'psutil'
,
'
image
'
,
'
pillow
'
,
'requests'
,
'requests'
,
'paramiko'
,
'paramiko'
,
],
],
...
...
software/slapos-sr-testing/software.cfg
View file @
b920007f
...
@@ -394,28 +394,21 @@ tests =
...
@@ -394,28 +394,21 @@ tests =
[versions]
[versions]
# slapos.core is used from the clone always
# slapos.core is used from the clone always
slapos.core =
slapos.core =
# Various needed versions
# Various needed versions
Pillow = 5.3.0
Pillow = 9.2.0
PyNaCl = 1.3.0
bcrypt = 3.1.4
forcediphttpsadapter = 1.0.1
forcediphttpsadapter = 1.0.1
httplib2 = 0.
11.3
httplib2 = 0.
20.4
image = 1.5.25
image = 1.5.25
paramiko = 2.4.2
plantuml = 0.3.0:whl
plantuml = 0.3.0:whl
pysftp = 0.2.9
pysftp = 0.2.9
requests-toolbelt = 0.8.0
requests-toolbelt = 0.8.0
selenium = 3.141.0
selenium = 3.141.0
# Patched eggs
PyPDF2 = 1.26.0+SlapOSPatched001
# Django 1.11 is python 2 compatible
Django = 1.11
testfixtures = 6.11.0
testfixtures = 6.11.0
funcsigs = 1.0.2
mysqlclient = 2.1.1
mysqlclient = 1.3.12
pexpect = 4.8.0
pexpect = 4.8.0
ptyprocess = 0.6.0
ptyprocess = 0.6.0
psycopg2 = 2.8.6
psycopg2 = 2.8.6
# Patched eggs
PyPDF2 = 1.26.0+SlapOSPatched001
software/slapos-testing/software.cfg
View file @
b920007f
...
@@ -244,19 +244,12 @@ slapos.toolbox =
...
@@ -244,19 +244,12 @@ slapos.toolbox =
rubygemsrecipe =
rubygemsrecipe =
# All other depencies should be pinned.
# All other depencies should be pinned.
Pygments = 2.1.3
Pygments = 2.13.0
zc.lockfile = 1.4
bcrypt = 3.1.4
dnspython = 1.15.0
funcsigs = 1.0.2
httmock = 1.2.6
httmock = 1.2.6
manuel = 1.9.0
manuel = 1.9.0
mock = 2.0.0:whl
testfixtures = 6.11.0
testfixtures = 6.11.0
pycurl = 7.43.0.2
pyflakes = 2.0.0
pyflakes = 2.0.0
zope.testing = 4.6.2
zope.testing = 4.6.2
urllib3 = 1.24.1
pathlib = 1.0.1
pathlib = 1.0.1
psycopg2 = 2.8.6
psycopg2 = 2.8.6
iniparse = 0.5
iniparse = 0.5
stack/caucase/buildout.cfg
View file @
b920007f
...
@@ -37,4 +37,7 @@ depends = ${caucase-jinja2-library-eggs:eggs}
...
@@ -37,4 +37,7 @@ depends = ${caucase-jinja2-library-eggs:eggs}
[versions]
[versions]
caucase = 0.9.12
caucase = 0.9.12
pem = 21.1.0
pem = 21.1.0
PyJWT = 2.4.0
[versions:python2]
PyJWT = 1.7.1
PyJWT = 1.7.1
stack/erp5/buildout.cfg
View file @
b920007f
...
@@ -59,6 +59,8 @@ extends =
...
@@ -59,6 +59,8 @@ extends =
../../component/wendelin.core/buildout.cfg
../../component/wendelin.core/buildout.cfg
../../component/jupyter-py2/buildout.cfg
../../component/jupyter-py2/buildout.cfg
../../component/pygolang/buildout.cfg
../../component/pygolang/buildout.cfg
../../component/bcrypt/buildout.cfg
../../component/python-pynacl/buildout.cfg
../../stack/caucase/buildout.cfg
../../stack/caucase/buildout.cfg
../../software/neoppod/software-common.cfg
../../software/neoppod/software-common.cfg
# keep neoppod extends last
# keep neoppod extends last
...
@@ -475,6 +477,8 @@ eggs = ${neoppod:eggs}
...
@@ -475,6 +477,8 @@ eggs = ${neoppod:eggs}
mock
mock
oauthlib
oauthlib
objgraph
objgraph
${python-pynacl:egg}
${bcrypt:egg}
paramiko
paramiko
ply
ply
pyflakes
pyflakes
...
@@ -701,7 +705,6 @@ pprofile = 2.0.4
...
@@ -701,7 +705,6 @@ pprofile = 2.0.4
pyasn1-modules = 0.0.8
pyasn1-modules = 0.0.8
pycountry = 17.1.8
pycountry = 17.1.8
pycrypto = 2.6.1
pycrypto = 2.6.1
pycurl = 7.43.0
pyflakes = 1.5.0
pyflakes = 1.5.0
python-memcached = 1.58
python-memcached = 1.58
pytracemalloc = 1.2
pytracemalloc = 1.2
...
@@ -726,7 +729,6 @@ dask = 0.18.1
...
@@ -726,7 +729,6 @@ dask = 0.18.1
toolz = 0.9.0
toolz = 0.9.0
zope.globalrequest = 1.5
zope.globalrequest = 1.5
waitress = 1.4.4
waitress = 1.4.4
xlrd = 1.1.0
Products.ZSQLMethods = 2.13.5
Products.ZSQLMethods = 2.13.5
fpconst = 0.7.2
fpconst = 0.7.2
...
@@ -736,11 +738,8 @@ python-libmilter = 1.0.3
...
@@ -736,11 +738,8 @@ python-libmilter = 1.0.3
zope.app.debug = 3.4.1
zope.app.debug = 3.4.1
zope.app.dependable = 3.5.1
zope.app.dependable = 3.5.1
zope.app.form = 4.0.2
zope.app.form = 4.0.2
et-xmlfile = 1.0.1
h5py = 2.7.1
mpmath = 0.19
mpmath = 0.19
openpyxl = 2.4.8
openpyxl = 2.4.8
sympy = 1.1.1
jdcal = 1.3
jdcal = 1.3
deepdiff = 3.3.0
deepdiff = 3.3.0
unidiff = 0.5.5
unidiff = 0.5.5
...
...
stack/slapos.cfg
View file @
b920007f
...
@@ -167,7 +167,7 @@ importlib-metadata = 1.7.0:whl
...
@@ -167,7 +167,7 @@ importlib-metadata = 1.7.0:whl
inotify-simple = 1.1.1
inotify-simple = 1.1.1
itsdangerous = 0.24
itsdangerous = 0.24
lock-file = 2.0
lock-file = 2.0
lxml = 4.
6.5
lxml = 4.
9.1
meld3 = 1.0.2
meld3 = 1.0.2
mock = 3.0.5
mock = 3.0.5
more-itertools = 5.0.0
more-itertools = 5.0.0
...
@@ -179,7 +179,7 @@ plone.recipe.command = 1.1
...
@@ -179,7 +179,7 @@ plone.recipe.command = 1.1
prettytable = 0.7.2
prettytable = 0.7.2
psutil = 5.8.0
psutil = 5.8.0
pluggy = 0.13.1:whl
pluggy = 0.13.1:whl
py = 1.
9
.0:whl
py = 1.
11
.0:whl
pyOpenSSL = 19.1.0
pyOpenSSL = 19.1.0
pyparsing = 3.0.9:whl
pyparsing = 3.0.9:whl
py-mld = 1.0.3
py-mld = 1.0.3
...
@@ -208,12 +208,14 @@ unicodecsv = 0.14.1
...
@@ -208,12 +208,14 @@ unicodecsv = 0.14.1
wcwidth = 0.2.5
wcwidth = 0.2.5
wheel = 0.35.1:whl
wheel = 0.35.1:whl
xml-marshaller = 1.0.2
xml-marshaller = 1.0.2
zc.lockfile = 1.
0.2
zc.lockfile = 1.
4
zdaemon = 4.2.0
zdaemon = 4.2.0
zipp = 1.2.0:whl
zipp = 1.2.0:whl
zodburi = 2.5.0
zodburi = 2.5.0
zope.event = 3.5.2
zope.event = 3.5.2
paramiko = 2.1.3
paramiko = 2.11.0
PyNaCl = 1.3.0
bcrypt = 3.1.4
CacheControl = 0.12.6:whl
CacheControl = 0.12.6:whl
msgpack = 0.6.2
msgpack = 0.6.2
Flask = 1.1.2
Flask = 1.1.2
...
@@ -235,7 +237,6 @@ pytest-runner = 5.2:whl
...
@@ -235,7 +237,6 @@ pytest-runner = 5.2:whl
ipaddress = 1.0.23
ipaddress = 1.0.23
jsonschema = 3.0.2:whl
jsonschema = 3.0.2:whl
lockfile = 0.12.2:whl
lockfile = 0.12.2:whl
# XXX 'slapos node format' raises an exception with netifaces 0.10.5.
netifaces = 0.10.7
netifaces = 0.10.7
packaging = 16.8
packaging = 16.8
passlib = 1.7.1
passlib = 1.7.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment