Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.buildout
Commits
e27cdac6
Commit
e27cdac6
authored
Mar 02, 2021
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run tests with 3.9
parent
c2d6341f
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
15 deletions
+29
-15
.github/workflows/centos.yml
.github/workflows/centos.yml
+1
-1
.github/workflows/debian.yml
.github/workflows/debian.yml
+1
-1
.github/workflows/python-runners.yml
.github/workflows/python-runners.yml
+1
-1
.github/workflows/scripts-3.9.cfg
.github/workflows/scripts-3.9.cfg
+1
-0
.github/workflows/scripts-setuptools-head.yml
.github/workflows/scripts-setuptools-head.yml
+1
-1
.github/workflows/scripts.yml
.github/workflows/scripts.yml
+1
-1
.travis.yml
.travis.yml
+9
-2
DEVELOPERS.txt
DEVELOPERS.txt
+2
-2
Makefile
Makefile
+9
-6
Makefile.configure.Darwin
Makefile.configure.Darwin
+3
-0
No files found.
.github/workflows/centos.yml
View file @
e27cdac6
...
...
@@ -9,7 +9,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
,
3.9
]
steps
:
-
uses
:
actions/checkout@v2
...
...
.github/workflows/debian.yml
View file @
e27cdac6
...
...
@@ -9,7 +9,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
,
3.9
]
steps
:
-
uses
:
actions/checkout@v2
...
...
.github/workflows/python-runners.yml
View file @
e27cdac6
...
...
@@ -10,7 +10,7 @@ jobs:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-latest
,
macos-latest
,
windows-latest
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
,
3.9
]
steps
:
-
uses
:
actions/checkout@v2
...
...
.github/workflows/scripts-3.9.cfg
0 → 120000
View file @
e27cdac6
scripts.cfg
\ No newline at end of file
.github/workflows/scripts-setuptools-head.yml
View file @
e27cdac6
...
...
@@ -11,7 +11,7 @@ jobs:
strategy
:
max-parallel
:
4
matrix
:
python-version
:
[
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
3.5
,
3.6
,
3.7
,
3.8
,
3.9
]
package
:
[
zest.releaser
,
pyspf
]
steps
:
...
...
.github/workflows/scripts.yml
View file @
e27cdac6
...
...
@@ -9,7 +9,7 @@ jobs:
strategy
:
max-parallel
:
4
matrix
:
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
]
python-version
:
[
2.7
,
3.5
,
3.6
,
3.7
,
3.8
,
3.9
]
package
:
[
zest.releaser
,
pyspf
]
steps
:
...
...
.travis.yml
View file @
e27cdac6
...
...
@@ -17,6 +17,9 @@ jobs:
-
language
:
python
python
:
3.8
env
:
BUILD_TYPE=bare_machines
-
language
:
python
python
:
3.9
env
:
BUILD_TYPE=bare_machines
-
language
:
minimal
env
:
BUILD_TYPE=debian_sys_container
-
language
:
minimal
...
...
@@ -31,6 +34,8 @@ jobs:
env
:
PYTHON_VER=3.8 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.9 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.10 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=2.7 BUILD_TYPE=debian_containers
-
language
:
minimal
...
...
@@ -43,11 +48,13 @@ jobs:
env
:
PYTHON_VER=3.8 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.9 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.10 BUILD_TYPE=debian_containers
allow_failures
:
-
language
:
minimal
env
:
PYTHON_VER=3.
9
BUILD_TYPE=centos_containers
env
:
PYTHON_VER=3.
10
BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.
9
BUILD_TYPE=debian_containers
env
:
PYTHON_VER=3.
10
BUILD_TYPE=debian_containers
services
:
-
docker
...
...
DEVELOPERS.txt
View file @
e27cdac6
...
...
@@ -23,8 +23,8 @@ with them do::
make PYTHON_VER=2.7 build
make PYTHON_VER=2.7 test
make PYTHON_VER=3.
8
build
make PYTHON_VER=3.
8
test
make PYTHON_VER=3.
9
build
make PYTHON_VER=3.
9
test
The actual Python compilation is only done once and then re-used. So on
subsequent builds, only the development buildout itself needs to be redone.
...
...
Makefile
View file @
e27cdac6
...
...
@@ -10,20 +10,23 @@ ifeq ($(PYTHON_VER),2.7)
PYTHON_MINOR
?=
2.7.18
endif
ifeq
($(PYTHON_VER),3.5)
PYTHON_MINOR
?=
3.5.
9
PYTHON_MINOR
?=
3.5.
10
endif
ifeq
($(PYTHON_VER),3.6)
PYTHON_MINOR
?=
3.6.1
0
PYTHON_MINOR
?=
3.6.1
3
endif
ifeq
($(PYTHON_VER),3.7)
PYTHON_MINOR
?=
3.7.
7
PYTHON_MINOR
?=
3.7.
10
endif
ifeq
($(PYTHON_VER),3.8)
PYTHON_MINOR
?=
3.8.
3
PYTHON_MINOR
?=
3.8.
8
endif
ifeq
($(PYTHON_VER),3.9)
PYTHON_MINOR
?=
3.9.0
PYTHON_ARCHIVE
?=
Python-3.9.0b3
PYTHON_MINOR
?=
3.9.2
endif
ifeq
($(PYTHON_VER),3.10)
PYTHON_MINOR
?=
3.10.0
PYTHON_ARCHIVE
?=
Python-3.10.0a5
endif
ifndef
PYTHON_MINOR
...
...
Makefile.configure.Darwin
View file @
e27cdac6
...
...
@@ -21,4 +21,7 @@ endif
ifeq
($(PYTHON_VER),3.9)
PYTHON_CONFIGURE_ARGS
?=
--with-openssl
=
$(OPENSSL)
endif
ifeq
($(PYTHON_VER),3.9)
PYTHON_CONFIGURE_ARGS
?=
--with-openssl
=
$(OPENSSL)
endif
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