Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
Kirill Smelkov
gevent
Commits
a7be385a
Commit
a7be385a
authored
Jun 05, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pip cache requires pip 20.1
parent
59478ebb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
.travis.yml
.travis.yml
+2
-2
docs/changes/1627.feature
docs/changes/1627.feature
+0
-0
docs/changes/1628.feature
docs/changes/1628.feature
+1
-2
scripts/releases/make-manylinux
scripts/releases/make-manylinux
+4
-0
No files found.
.travis.yml
View file @
a7be385a
...
...
@@ -266,7 +266,7 @@ jobs:
env
:
DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
install
:
docker pull $DOCKER_IMAGE
script
:
bash scripts/releases/make-manylinux
before_script
:
p
ip install -U
twine
before_script
:
p
ython -mpip install -U pip
twine
-
stage
:
test
name
:
32-bit manylinux wheels (all Pythons)
...
...
@@ -275,7 +275,7 @@ jobs:
env
:
DOCKER_IMAGE=quay.io/pypa/manylinux2010_i686 PRE_CMD=linux32
install
:
docker pull $DOCKER_IMAGE
script
:
bash scripts/releases/make-manylinux
before_script
:
p
ip install -U
twine
before_script
:
p
ython -mpip install -U pip
twine
# Lint the code. Because this is a separate job, even if it fails fast
# the tests will still run. Put it at the top for fast feedback.
...
...
docs/changes/1627.
bugfix
→
docs/changes/1627.
feature
View file @
a7be385a
File moved
docs/changes/1628.feature
View file @
a7be385a
Add
support
for
Python
3.9.
No
binary wheels are available yet, however, and one must use a
greenlet
built
from
current
git
master.
No
binary wheels are available yet, however.
scripts/releases/make-manylinux
View file @
a7be385a
...
...
@@ -88,6 +88,10 @@ fi
# Mount the current directory as /gevent
# Mount the pip cache directory as /cache
# `pip cache` requires pip 20.1
echo
Setting up caching
python
--version
python
-mpip
--version
LCACHE
=
"
$(
dirname
`
python
-mpip
cache
dir
`
)
"
echo
Sharing pip cache at
$LCACHE
echo
Sharing ccache
dir
at
$HOME
/.ccache
...
...
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