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
7b2823e2
Commit
7b2823e2
authored
Aug 05, 2021
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing release 21.8.0
parent
d877dce6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
12 deletions
+31
-12
CHANGES.rst
CHANGES.rst
+30
-0
docs/changes/1758.feature
docs/changes/1758.feature
+0
-1
docs/changes/1789.misc
docs/changes/1789.misc
+0
-2
docs/changes/1790.feature
docs/changes/1790.feature
+0
-7
docs/changes/1801.feature
docs/changes/1801.feature
+0
-1
src/gevent/__init__.py
src/gevent/__init__.py
+1
-1
No files found.
CHANGES.rst
View file @
7b2823e2
...
...
@@ -6,6 +6,36 @@
.. towncrier release notes start
21.8.0 (2021-08-05)
===================
Features
--------
- Update the embedded c-ares from 1.16.1 to 1.17.1.
See :issue:`1758`.
- Add support for Python 3.10rc1 and newer.
As part of this, the minimum required greenlet version was increased
to 1.1.0 (on CPython), and the minimum version of Cython needed to
build gevent from a source checkout is 3.0a9.
Note that the dnspython resolver is not available on Python 3.10.
See :issue:`1790`.
- Update from Cython 3.0a6 to 3.0a9.
See :issue:`1801`.
Misc
----
- See :issue:`1789`.
----
21.1.2 (2021-01-20)
===================
...
...
docs/changes/1758.feature
deleted
100644 → 0
View file @
d877dce6
Update
the
embedded
c-ares
from
1.16.1
to
1.17.1.
docs/changes/1789.misc
deleted
100644 → 0
View file @
d877dce6
Fix build on the unsupported IBM i platform. Contributed in
:pr:`1789` by Jesse Gorzinski.
docs/changes/1790.feature
deleted
100644 → 0
View file @
d877dce6
Add
support
for
Python
3.10rc1
and
newer.
As
part
of
this,
the
minimum
required
greenlet
version
was
increased
to
1.1.0
(on
CPython),
and
the
minimum
version
of
Cython
needed
to
build
gevent
from
a
source checkout is 3.0a9.
Note
that
the
dnspython
resolver
is
not
available
on
Python
3.10.
docs/changes/1801.feature
deleted
100644 → 0
View file @
d877dce6
Update
from
Cython
3.0a6
to
3.0a9.
src/gevent/__init__.py
View file @
7b2823e2
...
...
@@ -27,7 +27,7 @@ version_info = _version_info(20, 0, 0, 'dev', 0) # XXX: Remove me
#: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value.
__version__
=
'21.
1.3.dev
0'
__version__
=
'21.
8.
0'
__all__
=
[
...
...
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