diff options
author | Sergey Vorfolomeev <sergey.vorfolomeev@vmssoftware.com> | 2021-04-09 08:29:05 +0500 |
---|---|---|
committer | Sergey Vorfolomeev <sergey.vorfolomeev@vmssoftware.com> | 2021-04-09 08:29:05 +0500 |
commit | c48fc339035511967023aa9783ce8afc1c00a492 (patch) | |
tree | a59352e46c3497219973c15158cd1231876099a9 /doc/source | |
parent | 836a60368633def79b7fe439be845f5272f4bc9e (diff) | |
parent | f17762f93b1f882554b6fe12c8271f907aebf6ad (diff) | |
download | cffi-openvms.tar.gz |
merge default to 'openvms'openvms
changed:
.hgtags
c/_cffi_backend.c
c/ffi_obj.c
c/test_c.py
cffi/__init__.py
cffi/_embedding.h
cffi/recompiler.py
cffi/verifier.py
doc/source/conf.py
doc/source/installation.rst
doc/source/whatsnew.rst
setup.py
setup_base.py
testing/cffi0/test_ffi_backend.py
testing/cffi0/test_version.py
testing/cffi1/test_re_python.py
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 2 | ||||
-rw-r--r-- | doc/source/installation.rst | 8 | ||||
-rw-r--r-- | doc/source/whatsnew.rst | 18 |
3 files changed, 23 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 2315b93..2a7e353 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ copyright = u'2012-2018, Armin Rigo, Maciej Fijalkowski' # The short X.Y version. version = '1.14' # The full version, including alpha/beta/rc tags. -release = '1.14.3' +release = '1.14.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 3c010bc..ebd2a34 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -52,13 +52,13 @@ Download and Installation: * https://pypi.python.org/pypi/cffi -* Checksums of the "source" package version 1.14.3: +* Checksums of the "source" package version 1.14.5: - - MD5: c2a47ffd5d183b193ac8ed3414dcfd07 + - MD5: 272cb183bf0365530e3c0d8f446cd89d - - SHA: 7199374653c1927e8d3c523b6498b149acdb6f7e + - SHA1: 21cdeccd7b7b121d35eae1b8e91d78f9ec83da98 - - SHA256: f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 + - SHA256: fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst index 0658e0d..f6111d5 100644 --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6 +3,24 @@ What's New ====================== +v1.14.5 +======= + +* Source fix for old gcc versions + +* This and future releases should include wheels on more platforms, + thanks to our new release managers Matt and Matt! + +v1.14.4 +======= + +Release done for pip reasons. + +v1.14.3 +======= + +Release done for pip reasons. + v1.14.2 ======= |