Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakehouse
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
snakehouse
Commits
c5201a52
Unverified
Commit
c5201a52
authored
8 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fix build
parent
0cc9eab5
No related branches found
No related tags found
No related merge requests found
Pipeline
#61602
failed with stages
Stage: test
Stage: build
in 7 minutes and 36 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+8
-13
8 additions, 13 deletions
.gitlab-ci.yml
CHANGELOG.md
+1
-4
1 addition, 4 deletions
CHANGELOG.md
setup.cfg
+1
-2
1 addition, 2 deletions
setup.cfg
with
10 additions
and
19 deletions
.gitlab-ci.yml
+
8
−
13
View file @
c5201a52
...
...
@@ -63,10 +63,6 @@ test_python311:
extends
:
.test
image
:
python:3.11
test_python312
:
extends
:
.test
image
:
python:3.12
.build_python
:
only
:
-
tags
...
...
@@ -75,7 +71,6 @@ test_python312:
stage
:
build
before_script
:
-
pip install --break-system-packages --upgrade Cython setuptools pip repairwheel doctor-wheel
-
pip install --break-system-packages -r requirements.txt
script
:
-
python setup.py bdist_wheel
-
repairwheel dist/*.whl -o .
...
...
@@ -90,7 +85,6 @@ build_python35:
image
:
python:3.5
before_script
:
-
pip install --upgrade Cython setuptools pip repairwheel doctor-wheel
-
pip install -r requirements.txt
build_python36
:
...
...
@@ -126,9 +120,9 @@ build_python311:
.build_python
:
stage
:
build
script
:
before_
script
:
-
pip install --break-system-packages --upgrade Cython setuptools pip repairwheel doctor-wheel
-
pip install --break-system-packages -r requirements.txt
script
:
-
python setup.py bdist_wheel
-
mv dist/*.whl .
-
repairwheel dist/*.whl -o .
...
...
@@ -148,16 +142,22 @@ build_python311:
build_python35
:
extends
:
.build_python
image
:
python:3.5
before_script
:
-
pip install --upgrade Cython setuptools pip repairwheel doctor-wheel
build_python36
:
extends
:
.build_python
image
:
python:3.6
before_script
:
-
pip install --upgrade Cython setuptools pip repairwheel doctor-wheel
build_python37
:
extends
:
.build_python
image
:
python:3.7
before_script
:
-
pip install --upgrade Cython setuptools pip repairwheel doctor-wheel
build_python38
:
...
...
@@ -179,8 +179,3 @@ build_python310:
build_python311
:
extends
:
.build_python
image
:
python:3.11
build_python312
:
extends
:
.build_python
image
:
python:3.12
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
4
View file @
c5201a52
# v2.0.1
*
_TBA_
# v2.0
*
got rid of the Mako dependency
...
...
@@ -9,6 +5,7 @@
*
moved the development to SMOK's cloud
*
got rid of Satella dependency
*
more tests
*
dropped support for Python 3.12
# v1.7
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
2
View file @
c5201a52
...
...
@@ -2,7 +2,7 @@
[metadata]
name
= snakehouse
keywords
= cython, extension, multiple, pyx
version
= 2.0
.1a1
version
= 2.0
long_description
= file: README.md
long_description_content_type
= text/markdown; charset=UTF-8
license_files
= LICENSE
...
...
@@ -22,7 +22,6 @@ classifier =
Programming
Language :: Python :: 3.9
Programming
Language :: Python :: 3.10
Programming
Language :: Python :: 3.11
Programming
Language :: Python :: 3.12
Programming
Language :: Python :: Implementation :: CPython
Operating
System :: OS Independent
Development
Status :: 5 - Production/Stable
...
...
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