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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Titouan Soulard
slapos
Commits
e65f768a
Commit
e65f768a
authored
Jan 11, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into zope4py2
parents
60f2fbc0
19436c75
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
176 additions
and
108 deletions
+176
-108
component/ceph/buildout.cfg
component/ceph/buildout.cfg
+5
-0
component/jupyter-py2/buildout.cfg
component/jupyter-py2/buildout.cfg
+2
-24
component/jupyter/buildout.cfg
component/jupyter/buildout.cfg
+5
-5
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/beremiz-runtime/software.cfg
software/beremiz-runtime/software.cfg
+1
-3
software/erp5/upgrade_test/test.py
software/erp5/upgrade_test/test.py
+1
-1
software/jstestnode/software.cfg
software/jstestnode/software.cfg
+2
-4
software/jupyter/software.cfg
software/jupyter/software.cfg
+0
-61
software/jupyter/test/test.py
software/jupyter/test/test.py
+65
-0
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
+75
-4
No files found.
component/ceph/buildout.cfg
View file @
e65f768a
...
@@ -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/jupyter-py2/buildout.cfg
View file @
e65f768a
...
@@ -62,48 +62,26 @@ context =
...
@@ -62,48 +62,26 @@ context =
[versions]
[versions]
Pygments = 2.2.0
Pygments = 2.2.0
astor = 0.5
backports-abc = 0.5
backports.shutil-get-terminal-size = 1.0.0
ipykernel = 4.5.2
ipykernel = 4.5.2
ipython = 5.3.0
ipython = 5.3.0
ipython-genutils = 0.1.0
ipywidgets = 6.0.0
jupyter-client = 5.0.0
jupyter-client = 5.0.0
jupyter-core = 4.3.0
jupyter-core = 4.3.0
jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1
matplotlib = 2.1.2
mistune = 0.7.3
mistune = 0.7.3
nbformat = 4.3.0
nbformat = 4.3.0
notebook = 4.4.1
notebook = 4.4.1
prompt-toolkit = 1.0.13
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
pyzmq = 16.0.2
pyzmq = 16.0.2
scikit-learn = 0.18.1
scikit-learn = 0.18.1
seaborn = 0.7.1
simplegeneric = 0.8.1
statsmodels = 0.8.0
statsmodels = 0.8.0
terminado = 0.6
terminado = 0.6
tornado = 4.4.2
tornado = 4.4.2
widgetsnbextension = 2.0.0
traitlets = 4.3.3
# 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
pathlib2 = 2.2.1
pathlib2 = 2.2.1
patsy = 0.4.1
patsy = 0.4.1
pexpect = 4.2.1
pexpect = 4.2.1
pickleshare = 0.7.4
scandir = 1.5
scandir = 1.5
singledispatch = 3.4.0.3
wcwidth = 0.1.7
wcwidth = 0.1.7
jupyter = 1.0.0
jupyter-console = 5.1.0
jupyter-console = 5.1.0
qtconsole = 4.3.0
et-xmlfile = 1.0.1
h5py = 2.7.1
mpmath = 1.0.0
openpyxl = 2.5.2
sympy = 1.1.1
xlrd = 1.1.0
jdcal = 1.4
component/jupyter/buildout.cfg
View file @
e65f768a
...
@@ -69,7 +69,6 @@ scripts =
...
@@ -69,7 +69,6 @@ scripts =
pythonjupyter
pythonjupyter
jupyter
jupyter
jupyter-trust
jupyter-trust
jupyter-nbconvert
jupyter-console
jupyter-console
jupyter-migrate
jupyter-migrate
jupyter-troubleshoot
jupyter-troubleshoot
...
@@ -81,6 +80,7 @@ eggs = ${jupyter:eggs}
...
@@ -81,6 +80,7 @@ eggs = ${jupyter:eggs}
environment = jupyter-env
environment = jupyter-env
scripts =
scripts =
jupyter-nbconvert
jupyter-nbextension
jupyter-nbextension
jupyter-notebook
jupyter-notebook
jupyter-serverextension
jupyter-serverextension
...
...
component/python3/buildout.cfg
View file @
e65f768a
...
@@ -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 @
e65f768a
[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 @
e65f768a
...
@@ -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/beremiz-runtime/software.cfg
View file @
e65f768a
...
@@ -95,7 +95,6 @@ Automat = 0.3.0
...
@@ -95,7 +95,6 @@ Automat = 0.3.0
zope.interface = 4.4.2
zope.interface = 4.4.2
Nevow = 0.14.5
Nevow = 0.14.5
PyHamcrest = 2.0.2
PyHamcrest = 2.0.2
Pygments = 2.9.0
Pyro = 3.16
Pyro = 3.16
bitarray = 2.1.3
bitarray = 2.1.3
constantly = 15.1.0
constantly = 15.1.0
...
@@ -103,7 +102,6 @@ future = 0.18.2
...
@@ -103,7 +102,6 @@ future = 0.18.2
hyperlink = 21.0.0
hyperlink = 21.0.0
incremental = 21.3.0
incremental = 21.3.0
pathlib = 1.0.1
pathlib = 1.0.1
prompt-toolkit = 3.0.19
zeroconf-py2compat = 0.19.10
zeroconf-py2compat = 0.19.10
# Required by:
# Required by:
...
...
software/erp5/upgrade_test/test.py
View file @
e65f768a
...
@@ -46,7 +46,7 @@ from slapos.testing.testcase import (
...
@@ -46,7 +46,7 @@ from slapos.testing.testcase import (
makeModuleSetUpAndTestCaseClass
,
makeModuleSetUpAndTestCaseClass
,
)
)
old_software_release_url
=
'https://lab.nexedi.com/nexedi/slapos/raw/1.0.167.
7
/software/erp5/software.cfg'
old_software_release_url
=
'https://lab.nexedi.com/nexedi/slapos/raw/1.0.167.
8
/software/erp5/software.cfg'
new_software_release_url
=
os
.
path
.
abspath
(
new_software_release_url
=
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
,
'software.cfg'
))
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
,
'software.cfg'
))
...
...
software/jstestnode/software.cfg
View file @
e65f768a
...
@@ -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/jupyter/software.cfg
View file @
e65f768a
...
@@ -43,64 +43,3 @@ output = ${buildout:directory}/template.cfg
...
@@ -43,64 +43,3 @@ output = ${buildout:directory}/template.cfg
[instance-jupyter]
[instance-jupyter]
<= download-file-base
<= download-file-base
[versions]
Pygments = 2.7.2
astor = 0.5
async-generator = 1.10
backports-abc = 0.5
backports.shutil-get-terminal-size = 1.0.0
bleach = 3.2.1
defusedxml = 0.6.0
entrypoints = 0.3
ipykernel = 5.3.4:whl
ipython = 5.3.0
ipython-genutils = 0.1.0
ipywidgets = 6.0.0
jupyter-client = 6.1.7
jupyter-core = 4.7.0
jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1
jupyterlab-pygments = 0.1.2
matplotlib = 2.1.2
mistune = 0.8.4
nest-asyncio = 1.4.3
nbclient = 0.5.1
nbformat = 5.0.8
notebook = 6.1.5
pandocfilters = 1.4.3
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
pyzmq = 20.0.0
scikit-learn = 0.20.4
seaborn = 0.7.1
simplegeneric = 0.8.1
statsmodels = 0.11.1
testpath = 0.4.4
terminado = 0.9.1
tornado = 6.1
traitlets = 5.0.5
webencodings = 0.5.1
widgetsnbextension = 2.0.0
Send2Trash = 1.5.0
argon2-cffi = 20.1.0
nbconvert = 6.0.7
pathlib2 = 2.2.1
patsy = 0.5.1
pexpect = 4.8.0
pickleshare = 0.7.4
prometheus-client = 0.9.0
scandir = 1.5
pytz = 2020.4
singledispatch = 3.4.0.3
wcwidth = 0.1.7
jupyter = 1.0.0
jupyter-console = 5.1.0
qtconsole = 4.3.0
et-xmlfile = 1.0.1
h5py = 2.7.1
mpmath = 1.0.0
openpyxl = 2.5.2
sympy = 1.1.1
xlrd = 1.1.0
jdcal = 1.4
software/jupyter/test/test.py
View file @
e65f768a
...
@@ -31,6 +31,7 @@ import json
...
@@ -31,6 +31,7 @@ import json
import
os
import
os
import
requests
import
requests
import
sqlite3
import
sqlite3
import
subprocess
from
slapos.proxy.db_version
import
DB_VERSION
from
slapos.proxy.db_version
import
DB_VERSION
from
slapos.testing.testcase
import
makeModuleSetUpAndTestCaseClass
from
slapos.testing.testcase
import
makeModuleSetUpAndTestCaseClass
...
@@ -268,3 +269,67 @@ class TestJupyterCustomAdditional(SelectMixin, InstanceTestCase):
...
@@ -268,3 +269,67 @@ class TestJupyterCustomAdditional(SelectMixin, InstanceTestCase):
# clean up the fake master
# clean up the fake master
r
.
destroyed
()
r
.
destroyed
()
class
TestIPython
(
InstanceTestCase
):
converted_notebook
=
'test.nbconvert.ipynb'
notebook_filename
=
'test.ipynb'
test_sentence
=
'test'
def
setUp
(
self
):
super
().
setUp
()
notebook_source
=
{
"cells"
:
[
{
"cell_type"
:
"code"
,
"execution_count"
:
None
,
"metadata"
:
{},
"outputs"
:
[],
"source"
:
[
"import sys
\
n
"
,
"print('"
+
self
.
test_sentence
+
"')"
]
}
],
"metadata"
:
{},
"nbformat"
:
4
,
"nbformat_minor"
:
4
}
with
open
(
self
.
notebook_filename
,
'w'
)
as
notebook
:
notebook
.
write
(
json
.
dumps
(
notebook_source
))
def
tearDown
(
self
):
os
.
remove
(
self
.
notebook_filename
)
if
os
.
path
.
exists
(
self
.
converted_notebook
):
os
.
remove
(
self
.
converted_notebook
)
super
().
tearDown
()
def
test
(
self
):
conversion_output
=
subprocess
.
check_output
([
os
.
path
.
join
(
self
.
computer_partition_root_path
,
'software_release'
,
'bin'
,
'jupyter-nbconvert'
,
),
'--execute'
,
'--to'
,
'notebook'
,
self
.
notebook_filename
,
],
stderr
=
subprocess
.
STDOUT
,
text
=
True
)
self
.
assertIn
(
'[NbConvertApp] Converting notebook %s to notebook'
%
self
.
notebook_filename
,
conversion_output
,
)
self
.
assertRegex
(
conversion_output
,
r'\
[N
bConvertApp\
] W
riting \
d+
bytes to %s'
%
self
.
converted_notebook
)
self
.
assertTrue
(
os
.
path
.
exists
(
self
.
converted_notebook
))
with
open
(
self
.
converted_notebook
)
as
json_result
:
self
.
assertEqual
(
json
.
loads
(
json_result
.
read
())[
'cells'
][
0
][
'outputs'
][
0
][
'text'
][
0
],
self
.
test_sentence
+
'
\
n
'
,
)
software/slapos-sr-testing/software.cfg
View file @
e65f768a
...
@@ -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
...
@@ -296,6 +297,7 @@ eggs +=
...
@@ -296,6 +297,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}
...
@@ -443,7 +445,6 @@ image = 1.5.25
...
@@ -443,7 +445,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 @
e65f768a
...
@@ -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
...
@@ -853,7 +854,6 @@ uuid = 1.30
...
@@ -853,7 +854,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 @
e65f768a
...
@@ -137,16 +137,23 @@ zc.buildout = 2.7.1+slapos019
...
@@ -137,16 +137,23 @@ zc.buildout = 2.7.1+slapos019
zc.recipe.egg = 2.0.3+slapos003
zc.recipe.egg = 2.0.3+slapos003
apache-libcloud = 2.4.0
apache-libcloud = 2.4.0
argon2-cffi = 20.1.0
asn1crypto = 1.3.0
asn1crypto = 1.3.0
astor = 0.5
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
backcall = 0.2.0
backports-abc = 0.5
backports.functools-lru-cache = 1.6.1:whl
backports.functools-lru-cache = 1.6.1:whl
backports.lzma = 0.0.14
backports.lzma = 0.0.14
backports.shutil-get-terminal-size = 1.0.0
bcrypt = 3.1.4
bcrypt = 3.1.4
bleach = 5.0.1
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 +165,20 @@ configparser = 4.0.2:whl
...
@@ -158,13 +165,20 @@ 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
defusedxml = 0.6.0
distro = 1.7.0
distro = 1.7.0
dnspython = 1.16.0
dnspython = 1.16.0
entrypoints = 0.3
enum34 = 1.1.10
enum34 = 1.1.10
erp5.util = 0.4.74
erp5.util = 0.4.74
feedparser = 5.2.1
et-xmlfile = 1.0.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,59 +187,102 @@ geventmp = 0.0.1
...
@@ -173,59 +187,102 @@ 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
h5py = 2.7.1
h11 = 0.14.0
idna = 2.9
idna = 2.9
igmp = 1.0.4
igmp = 1.0.4
Importing = 1.10
Importing = 1.10
importlib-metadata = 1.7.0:whl
importlib-metadata = 1.7.0:whl
inotify-simple = 1.1.1
inotify-simple = 1.1.1
ipaddress = 1.0.23
ipaddress = 1.0.23
ipykernel = 5.3.4:whl
ipython = 7.16.3
ipython-genutils = 0.1.0
ipywidgets = 6.0.0
itsdangerous = 0.24
itsdangerous = 0.24
jdcal = 1.4
jedi = 0.17.2
Jinja2 = 2.11.3
Jinja2 = 2.11.3
jsonschema = 3.0.2:whl
jsonschema = 3.0.2:whl
jupyter = 1.0.0
jupyter-client = 7.3.1
jupyter-console = 6.4.4
jupyter-core = 4.9.2
jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1
jupyterlab-pygments = 0.1.2
lock-file = 2.0
lock-file = 2.0
lockfile = 0.12.2:whl
lockfile = 0.12.2:whl
lxml = 4.9.1
lxml = 4.9.1
MarkupSafe = 2.0.1
MarkupSafe = 2.0.1
matplotlib = 2.1.2
meld3 = 1.0.2
meld3 = 1.0.2
mistune = 0.8.4
mock = 3.0.5
mock = 3.0.5
more-itertools = 5.0.0
more-itertools = 5.0.0
mpmath = 1.0.0
msgpack = 0.6.2
msgpack = 0.6.2
nbclient = 0.5.1
nbconvert = 6.0.7
nbformat = 5.0.8
nest-asyncio = 1.5.6
netaddr = 0.7.19
netaddr = 0.7.19
netifaces = 0.10.7
netifaces = 0.10.7
notebook = 6.1.5
openpyxl = 2.5.2
outcome = 1.2.0
packaging = 16.8
packaging = 16.8
pandocfilters = 1.4.3
paramiko = 2.11.0
paramiko = 2.11.0
parso = 0.7.1
passlib = 1.7.1
passlib = 1.7.1
pathlib2 = 2.3.5
pathlib2 = 2.3.5
pbr = 2.0.0
patsy = 0.5.1
pbr = 5.9.0
pexpect = 4.8.0
pickleshare = 0.7.4
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
pluggy = 0.13.1:whl
pluggy = 0.13.1:whl
ply = 3.11
ply = 3.11
prettytable = 0.7.2
prettytable = 0.7.2
prometheus-client = 0.9.0
prompt-toolkit = 3.0.19
psutil = 5.8.0
psutil = 5.8.0
ptyprocess = 0.5.1
py = 1.11.0:whl
py = 1.11.0:whl
py-mld = 1.0.3
py-mld = 1.0.3
pyasn1 = 0.4.5
pyasn1 = 0.4.5
pycparser = 2.20
pycparser = 2.20
pycurl = 7.43.0
pycurl = 7.43.0
Pygments = 2.9.0
PyNaCl = 1.3.0
PyNaCl = 1.3.0
pyOpenSSL = 19.1.0
pyOpenSSL = 19.1.0
pyparsing = 3.0.9:whl
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
PyYAML = 5.4.1
PyYAML = 5.4.1
pyzmq = 22.3.0
qtconsole = 4.3.0
regex = 2020.9.27
regex = 2020.9.27
requests = 2.28.1
requests = 2.28.1
rpdb = 0.1.5
rpdb = 0.1.5
rubygemsrecipe = 0.4.3
rubygemsrecipe = 0.4.3
scandir = 1.10.0
scandir = 1.10.0
scikit-learn = 0.20.4
seaborn = 0.7.1
Send2Trash = 1.5.0
setproctitle = 1.1.10
setproctitle = 1.1.10
setuptools-dso = 1.7
setuptools-dso = 1.7
sgmllib3k = 1.0.0
simplegeneric = 0.8.1
singledispatch = 3.4.0.3
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
...
@@ -236,19 +293,32 @@ slapos.recipe.build = 0.56
...
@@ -236,19 +293,32 @@ slapos.recipe.build = 0.56
slapos.recipe.cmmi = 0.19
slapos.recipe.cmmi = 0.19
slapos.recipe.template = 5.0
slapos.recipe.template = 5.0
slapos.toolbox = 0.128
slapos.toolbox = 0.128
statsmodels = 0.11.1
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
sympy = 1.1.1
terminado = 0.9.1
testpath = 0.4.4
tornado = 6.1
traitlets = 5.0.5
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
urllib3 = 1.26.12
urllib3 = 1.26.12
wcwidth = 0.2.5
wcwidth = 0.2.5
webencodings = 0.5.1
Werkzeug = 2.0.2
Werkzeug = 2.0.2
wheel = 0.35.1:whl
wheel = 0.35.1:whl
widgetsnbextension = 2.0.0
wsproto = 1.2.0
xml-marshaller = 1.0.2
xml-marshaller = 1.0.2
xlrd = 1.1.0
zc.lockfile = 1.4
zc.lockfile = 1.4
ZConfig = 3.6.1
ZConfig = 3.6.1
zdaemon = 4.2.0
zdaemon = 4.2.0
...
@@ -264,6 +334,7 @@ certifi = 2020.4.5.1
...
@@ -264,6 +334,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