Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
1a5f04ea
Commit
1a5f04ea
authored
Dec 17, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add-python-version' of
https://lab.nexedi.com/tleymone/slapos
into zope4py2
parents
27bd4b8f
f880b315
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
45 additions
and
13 deletions
+45
-13
component/ceph/buildout.cfg
component/ceph/buildout.cfg
+5
-0
component/python3/buildout.cfg
component/python3/buildout.cfg
+1
-1
component/selenium/buildout.cfg
component/selenium/buildout.cfg
+13
-0
component/xorg/buildout.cfg
component/xorg/buildout.cfg
+2
-2
software/jstestnode/software.cfg
software/jstestnode/software.cfg
+2
-4
software/slapos-sr-testing/software.cfg
software/slapos-sr-testing/software.cfg
+2
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+2
-2
stack/slapos.cfg
stack/slapos.cfg
+18
-3
No files found.
component/ceph/buildout.cfg
View file @
1a5f04ea
...
@@ -35,6 +35,11 @@ recipe = slapos.recipe.build
...
@@ -35,6 +35,11 @@ recipe = slapos.recipe.build
shared = true
shared = true
pyyaml = ${pyyaml-download:target}
pyyaml = ${pyyaml-download:target}
pyaml = ${pyaml-download:target}
pyaml = ${pyaml-download:target}
init =
# add the python executable in the options dict so that
# buildout signature changes if python executable changes
import sys
options['python-executable'] = sys.executable
install =
install =
import os, sys
import os, sys
...
...
component/python3/buildout.cfg
View file @
1a5f04ea
...
@@ -18,7 +18,7 @@ parts =
...
@@ -18,7 +18,7 @@ parts =
python3
python3
[python3]
[python3]
<= python3.
8
<= python3.
9
[python3-common]
[python3-common]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
...
...
component/selenium/buildout.cfg
0 → 100644
View file @
1a5f04ea
[buildout]
parts =
selenium
[selenium]
recipe = zc.recipe.egg
egg = selenium
# patch to support python3.9
selenium-patches = https://github.com/SeleniumHQ/selenium/commit/ddd163b681776292a72c39352581cf5c9d4f88f4.patch#c801fade1cd2019c063a0f0ef7cca3fe
selenium-patch-options = -p2
[versions]
selenium = 3.141.0+SlapOSPatched001
component/xorg/buildout.cfg
View file @
1a5f04ea
...
@@ -97,8 +97,8 @@ environment =
...
@@ -97,8 +97,8 @@ environment =
[xcbproto]
[xcbproto]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://xcb.freedesktop.org/dist/xcb-proto-1.1
3.tar.bz2
url = https://xcb.freedesktop.org/dist/xcb-proto-1.1
5.1.tar.gz
md5sum =
abe9aa4886138150bbc04ae4f29b90e3
md5sum =
3ee98337cda244996fab03df47e09df8
environment =
environment =
PATH=${libxml2:location}/bin:%(PATH)s
PATH=${libxml2:location}/bin:%(PATH)s
PYTHON=${buildout:executable}
PYTHON=${buildout:executable}
...
...
software/jstestnode/software.cfg
View file @
1a5f04ea
...
@@ -13,6 +13,7 @@ extends =
...
@@ -13,6 +13,7 @@ extends =
../../component/nginx/buildout.cfg
../../component/nginx/buildout.cfg
../../component/openssl/buildout.cfg
../../component/openssl/buildout.cfg
../../component/curl/buildout.cfg
../../component/curl/buildout.cfg
../../component/selenium/buildout.cfg
./buildout.hash.cfg
./buildout.hash.cfg
parts =
parts =
...
@@ -36,7 +37,7 @@ parts =
...
@@ -36,7 +37,7 @@ parts =
recipe = zc.recipe.egg
recipe = zc.recipe.egg
eggs =
eggs =
erp5.util
erp5.util
selenium
${selenium:egg}
certifi
certifi
${lxml-python:egg}
${lxml-python:egg}
interpreter = pythonwitheggs
interpreter = pythonwitheggs
...
@@ -126,6 +127,3 @@ output = ${buildout:directory}/template-nginx.cfg.in
...
@@ -126,6 +127,3 @@ output = ${buildout:directory}/template-nginx.cfg.in
[template-runTestSuite]
[template-runTestSuite]
<= macro-template
<= macro-template
output = ${buildout:directory}/runTestSuite.in
output = ${buildout:directory}/runTestSuite.in
[versions]
selenium = 3.141.0
software/slapos-sr-testing/software.cfg
View file @
1a5f04ea
...
@@ -13,6 +13,7 @@ extends =
...
@@ -13,6 +13,7 @@ extends =
../../component/python-mysqlclient/buildout.cfg
../../component/python-mysqlclient/buildout.cfg
../../component/python-pynacl/buildout.cfg
../../component/python-pynacl/buildout.cfg
../../component/python-backports-lzma/buildout.cfg
../../component/python-backports-lzma/buildout.cfg
../../component/selenium/buildout.cfg
../../stack/slapos.cfg
../../stack/slapos.cfg
../../stack/nxdtest.cfg
../../stack/nxdtest.cfg
...
@@ -292,6 +293,7 @@ eggs +=
...
@@ -292,6 +293,7 @@ eggs +=
${backports.lzma:egg}
${backports.lzma:egg}
${bcrypt:egg}
${bcrypt:egg}
${psycopg2:egg}
${psycopg2:egg}
${selenium:egg}
slapos.libnetworkcache
slapos.libnetworkcache
supervisor
supervisor
${slapos.cookbook-setup:egg}
${slapos.cookbook-setup:egg}
...
@@ -438,7 +440,6 @@ image = 1.5.25
...
@@ -438,7 +440,6 @@ image = 1.5.25
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
testfixtures = 6.11.0
testfixtures = 6.11.0
mysqlclient = 2.1.1
mysqlclient = 2.1.1
pexpect = 4.8.0
pexpect = 4.8.0
...
...
stack/erp5/buildout.cfg
View file @
1a5f04ea
...
@@ -64,6 +64,7 @@ extends =
...
@@ -64,6 +64,7 @@ extends =
../../component/bcrypt/buildout.cfg
../../component/bcrypt/buildout.cfg
../../component/python-pynacl/buildout.cfg
../../component/python-pynacl/buildout.cfg
../../component/python-xmlsec/buildout.cfg
../../component/python-xmlsec/buildout.cfg
../../component/selenium/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
...
@@ -610,7 +611,7 @@ eggs = ${neoppod:eggs}
...
@@ -610,7 +611,7 @@ eggs = ${neoppod:eggs}
pycountry
pycountry
xfw
xfw
jsonschema
jsonschema
selenium
${selenium:egg}
pytesseract
pytesseract
decorator
decorator
networkx
networkx
...
@@ -852,7 +853,6 @@ uuid = 1.30
...
@@ -852,7 +853,6 @@ uuid = 1.30
validictory = 1.1.0
validictory = 1.1.0
xfw = 0.10
xfw = 0.10
xupdate-processor = 0.5
xupdate-processor = 0.5
selenium = 3.14.1
scikit-image = 0.14.0
scikit-image = 0.14.0
PyWavelets = 0.5.2
PyWavelets = 0.5.2
networkx = 2.1
networkx = 2.1
...
...
stack/slapos.cfg
View file @
1a5f04ea
...
@@ -138,6 +138,7 @@ zc.recipe.egg = 2.0.3+slapos003
...
@@ -138,6 +138,7 @@ zc.recipe.egg = 2.0.3+slapos003
apache-libcloud = 2.4.0
apache-libcloud = 2.4.0
asn1crypto = 1.3.0
asn1crypto = 1.3.0
async-generator = 1.10
atomicwrites = 1.4.0
atomicwrites = 1.4.0
atomize = 0.2.0
atomize = 0.2.0
attrs = 22.1.0
attrs = 22.1.0
...
@@ -146,7 +147,7 @@ backports.lzma = 0.0.14
...
@@ -146,7 +147,7 @@ backports.lzma = 0.0.14
bcrypt = 3.1.4
bcrypt = 3.1.4
CacheControl = 0.12.6:whl
CacheControl = 0.12.6:whl
certifi = 2022.6.15
certifi = 2022.6.15
cffi = 1.1
4
.0
cffi = 1.1
5
.0
chardet = 3.0.4
chardet = 3.0.4
charset-normalizer = 2.1.1
charset-normalizer = 2.1.1
click = 8.1.3
click = 8.1.3
...
@@ -158,13 +159,17 @@ configparser = 4.0.2:whl
...
@@ -158,13 +159,17 @@ configparser = 4.0.2:whl
contextlib2 = 0.6.0.post1
contextlib2 = 0.6.0.post1
croniter = 0.3.25
croniter = 0.3.25
cryptography = 3.3.2
cryptography = 3.3.2
dataclasses = 0.8
dateparser = 0.7.6
dateparser = 0.7.6
decorator = 4.3.0
decorator = 4.3.0
distro = 1.7.0
distro = 1.7.0
dnspython = 1.16.0
dnspython = 1.16.0
enum34 = 1.1.10
enum34 = 1.1.10
erp5.util = 0.4.74
erp5.util = 0.4.74
feedparser = 5.2.1
# need wheel because there is no setup.py
# (see https://erp5js.nexedi.net/#/bug_module/20221102-1C1B293)
exceptiongroup = 1.0.0:whl
feedparser = 6.0.10
Flask = 1.1.2
Flask = 1.1.2
funcsigs = 1.0.2
funcsigs = 1.0.2
functools32 = 3.2.3.post2
functools32 = 3.2.3.post2
...
@@ -173,6 +178,7 @@ geventmp = 0.0.1
...
@@ -173,6 +178,7 @@ geventmp = 0.0.1
gitdb2 = 2.0.5
gitdb2 = 2.0.5
GitPython = 2.1.11
GitPython = 2.1.11
greenlet = 0.4.17
greenlet = 0.4.17
h11 = 0.14.0
idna = 2.9
idna = 2.9
igmp = 1.0.4
igmp = 1.0.4
Importing = 1.10
Importing = 1.10
...
@@ -192,11 +198,12 @@ more-itertools = 5.0.0
...
@@ -192,11 +198,12 @@ more-itertools = 5.0.0
msgpack = 0.6.2
msgpack = 0.6.2
netaddr = 0.7.19
netaddr = 0.7.19
netifaces = 0.10.7
netifaces = 0.10.7
outcome = 1.2.0
packaging = 16.8
packaging = 16.8
paramiko = 2.11.0
paramiko = 2.11.0
passlib = 1.7.1
passlib = 1.7.1
pathlib2 = 2.3.5
pathlib2 = 2.3.5
pbr =
2.0
.0
pbr =
5.9
.0
pim-dm = 1.4.0nxd001
pim-dm = 1.4.0nxd001
pkgconfig = 1.5.1
pkgconfig = 1.5.1
plone.recipe.command = 1.1
plone.recipe.command = 1.1
...
@@ -215,6 +222,7 @@ pyparsing = 3.0.9:whl
...
@@ -215,6 +222,7 @@ pyparsing = 3.0.9:whl
pyroute2 = 0.6.9
pyroute2 = 0.6.9
pyrsistent = 0.18.1
pyrsistent = 0.18.1
PyRSS2Gen = 1.1
PyRSS2Gen = 1.1
PySocks = 1.7.1
pytest-runner = 5.2:whl
pytest-runner = 5.2:whl
python-dateutil = 2.8.2:whl
python-dateutil = 2.8.2:whl
pytz = 2022.2.1
pytz = 2022.2.1
...
@@ -226,6 +234,7 @@ rubygemsrecipe = 0.4.3
...
@@ -226,6 +234,7 @@ rubygemsrecipe = 0.4.3
scandir = 1.10.0
scandir = 1.10.0
setproctitle = 1.1.10
setproctitle = 1.1.10
setuptools-dso = 1.7
setuptools-dso = 1.7
sgmllib3k = 1.0.0
six = 1.16.0
six = 1.16.0
slapos.cookbook = 1.0.297
slapos.cookbook = 1.0.297
slapos.core = 1.8.5
slapos.core = 1.8.5
...
@@ -237,10 +246,14 @@ slapos.recipe.cmmi = 0.19
...
@@ -237,10 +246,14 @@ slapos.recipe.cmmi = 0.19
slapos.recipe.template = 5.0
slapos.recipe.template = 5.0
slapos.toolbox = 0.128
slapos.toolbox = 0.128
smmap2 = 2.0.5
smmap2 = 2.0.5
sniffio = 1.3.0
sortedcontainers = 2.4.0
stevedore = 1.21.0:whl
stevedore = 1.21.0:whl
subprocess32 = 3.5.4
subprocess32 = 3.5.4
supervisor = 4.1.0
supervisor = 4.1.0
traitlets = 4.3.3
traitlets = 4.3.3
trio = 0.22.0
trio-websocket = 0.9.2
tzlocal = 1.5.1
tzlocal = 1.5.1
unicodecsv = 0.14.1
unicodecsv = 0.14.1
uritemplate = 3.0.0
uritemplate = 3.0.0
...
@@ -248,6 +261,7 @@ urllib3 = 1.26.12
...
@@ -248,6 +261,7 @@ urllib3 = 1.26.12
wcwidth = 0.2.5
wcwidth = 0.2.5
Werkzeug = 2.0.2
Werkzeug = 2.0.2
wheel = 0.35.1:whl
wheel = 0.35.1:whl
wsproto = 1.2.0
xml-marshaller = 1.0.2
xml-marshaller = 1.0.2
zc.lockfile = 1.4
zc.lockfile = 1.4
# XXX Zope4 this ZConfig version seems misplaced (how about having it in ZODB ?)
# XXX Zope4 this ZConfig version seems misplaced (how about having it in ZODB ?)
...
@@ -265,6 +279,7 @@ certifi = 2020.4.5.1
...
@@ -265,6 +279,7 @@ certifi = 2020.4.5.1
charset-normalizer = 2.0.12
charset-normalizer = 2.0.12
click = 6.7
click = 6.7
distro = 1.6.0
distro = 1.6.0
feedparser = 5.2.1
pyparsing = 2.2.0
pyparsing = 2.2.0
pyrsistent = 0.16.1
pyrsistent = 0.16.1
requests = 2.27.1
requests = 2.27.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