Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
1e1b3d70
Commit
1e1b3d70
authored
4 years ago
by
André Anjos
Browse files
Options
Downloads
Plain Diff
Merge branch 'python-38-support' into 'master'
Python 3.8 support See merge request
!148
parents
5098f5cf
5e1195c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!148
Python 3.8 support
Pipeline
#39997
passed
4 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+15
-1
15 additions, 1 deletion
.gitlab-ci.yml
deps/python-gitlab/meta.yaml
+2
-2
2 additions, 2 deletions
deps/python-gitlab/meta.yaml
with
17 additions
and
3 deletions
.gitlab-ci.yml
+
15
−
1
View file @
1e1b3d70
...
...
@@ -67,6 +67,11 @@ build_linux_37:
extends
:
.build_linux_template
variables
:
PYTHON_VERSION
:
"
3.7"
build_linux_38
:
extends
:
.build_linux_template
variables
:
PYTHON_VERSION
:
"
3.8"
BUILD_EGG
:
"
true"
script
:
-
python3 ./bob/devtools/bootstrap.py -vv build
...
...
@@ -82,17 +87,22 @@ build_linux_37:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
build_macosx_36
:
extends
:
.build_macosx_template
variables
:
PYTHON_VERSION
:
"
3.6"
build_macosx_37
:
extends
:
.build_macosx_template
variables
:
PYTHON_VERSION
:
"
3.7"
build_macosx_38
:
extends
:
.build_macosx_template
variables
:
PYTHON_VERSION
:
"
3.8"
# Deploy targets
.deploy_template
:
...
...
@@ -110,8 +120,10 @@ build_macosx_37:
dependencies
:
-
build_linux_36
-
build_linux_37
-
build_linux_38
-
build_macosx_36
-
build_macosx_37
-
build_macosx_38
tags
:
-
docker
cache
:
...
...
@@ -154,8 +166,10 @@ pypi:
dependencies
:
-
build_linux_36
-
build_linux_37
-
build_linux_38
-
build_macosx_36
-
build_macosx_37
-
build_macosx_38
tags
:
-
docker
cache
:
...
...
This diff is collapsed.
Click to expand it.
deps/python-gitlab/meta.yaml
+
2
−
2
View file @
1e1b3d70
{
%
set name = "python-gitlab" %
}
{
%
set version = "2.
1.2
" %
}
{
%
set version = "2.
2.0
" %
}
package
:
name
:
{{
name|lower
}}
...
...
@@ -7,7 +7,7 @@ package:
source
:
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
71445d7444fe3354bf90a52d6249f91c9e572a8ef6c143afd9de25f50c92d499
sha256
:
4c4ea60c8303f4214522b18038df017cae35afda7474efa0b4e19c2e73bc3ae2
build
:
number
:
0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment