Skip to content

Commit

Permalink
Use the tagged Cython 0.28b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 4, 2018
1 parent 0996f42 commit ba0f096
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Expand Up @@ -7,7 +7,10 @@
1.3a2 (unreleased)
==================

- Fix building from a source distribution without Cython installed.
- Fix building from a source distribution (PyPI) without Cython installed.

- Cython 0.28b1 or later is now required to build gevent from a source
checkout.

- Make :class:`gevnt.subprocess.Popen` accept the ``restore_signals``
keyword argument on all versions of Python, and on Python 2 have it
Expand Down
6 changes: 3 additions & 3 deletions ci-requirements.txt
Expand Up @@ -5,11 +5,11 @@ wheel
# 0.28 is faster, and (important!) lets us specify the target module
# name to be created so that we can have both foo.py and _foo.so
# at the same time.
# This is an arbitrary commit that seems to work well.
-e git+https://github.com/cython/cython.git@471025858954d5b8429a9361a77dc41c6650ac52#egg=cython
# 0.28b1 has been tagged but not uploaded to PyPI
-e git+https://github.com/cython/cython.git@0.28b1#egg=cython

# Python 3.7b1 requires this.
greenlet>=0.4.13
greenlet>=0.4.13 ; platform_python_implementation == "CPython"
pylint>=1.8.0
# pyyaml is included here and doesn't install on travis with 3.7a3
prospector[with_pyroma] ; python_version < '3.7'
Expand Down

0 comments on commit ba0f096

Please sign in to comment.