From 77a64dba7fcc20970d17d0ba9eda6cff3e290487 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Tue, 24 Nov 2020 11:24:02 +0100 Subject: bump version to 1.14.4 --- doc/source/conf.py | 2 +- doc/source/installation.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/source') diff --git a/doc/source/conf.py b/doc/source/conf.py index 2315b93..bd1f3bd 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.4' # 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..72eaada 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.4: - - MD5: c2a47ffd5d183b193ac8ed3414dcfd07 + - MD5: ... - - SHA: 7199374653c1927e8d3c523b6498b149acdb6f7e + - SHA: ... - - SHA256: f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 + - SHA256: ... * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` -- cgit v1.2.1 From 5f220e2a13c2c5ecd993fb8f53d6b833944f39aa Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Tue, 24 Nov 2020 15:10:58 +0100 Subject: release 1.14.4 --- doc/source/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 72eaada..7af2cdd 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -54,11 +54,11 @@ Download and Installation: * Checksums of the "source" package version 1.14.4: - - MD5: ... + - MD5: ad3d8537b1516bad6bcdc36c458788be - - SHA: ... + - SHA: 45bd57a0903a2d63b93461e096c5d291875a457b - - SHA256: ... + - SHA256: 1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` -- cgit v1.2.1 From 96a4f0a219040f1d9ef83245d540df87d4cea435 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sun, 29 Nov 2020 14:45:23 +0100 Subject: source-only update, to version number 1.14.4-1 --- doc/source/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source') diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 7af2cdd..47eb34e 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.4: +* Checksums of the "source" package version 1.14.4-1: - - MD5: ad3d8537b1516bad6bcdc36c458788be + - MD5: ... - - SHA: 45bd57a0903a2d63b93461e096c5d291875a457b + - SHA: ... - - SHA256: 1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c + - SHA256: ... * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` -- cgit v1.2.1 From cf630abfac47d898fd8c708b9f3d67f76493eb0d Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sun, 29 Nov 2020 14:47:51 +0100 Subject: md5/sha --- doc/source/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 47eb34e..530146a 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -54,11 +54,11 @@ Download and Installation: * Checksums of the "source" package version 1.14.4-1: - - MD5: ... + - MD5: 49d23fb1a9d2e0370c9cfdfd3c0aaa3b - - SHA: ... + - SHA: fcbe2ec59314472d59bc7664e45f66e1d60c0e0e - - SHA256: ... + - SHA256: 973d22ceb4100cb82c4be155a2f7e20d787f64bde9011ebc6dd84161c509b7b7 * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` -- cgit v1.2.1 From 918eb270cc7b2974c79d91441cdf1a96a66d5c0b Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Thu, 3 Dec 2020 18:54:33 +0100 Subject: document 1.14.3 and 1.14.4 --- doc/source/whatsnew.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/source') diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst index 0658e0d..3ac3ac3 100644 --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6 +3,16 @@ What's New ====================== +v1.14.4 +======= + +Release done for pip reasons. + +v1.14.3 +======= + +Release done for pip reasons. + v1.14.2 ======= -- cgit v1.2.1 From 58c2520cf1b3910f5f755747088a9f7ca0240543 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Thu, 3 Dec 2020 18:59:28 +0100 Subject: revert release 1.14.4-1 which never occurred because pip --- doc/source/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source') diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 530146a..7af2cdd 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.4-1: +* Checksums of the "source" package version 1.14.4: - - MD5: 49d23fb1a9d2e0370c9cfdfd3c0aaa3b + - MD5: ad3d8537b1516bad6bcdc36c458788be - - SHA: fcbe2ec59314472d59bc7664e45f66e1d60c0e0e + - SHA: 45bd57a0903a2d63b93461e096c5d291875a457b - - SHA256: 973d22ceb4100cb82c4be155a2f7e20d787f64bde9011ebc6dd84161c509b7b7 + - SHA256: 1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` -- cgit v1.2.1 From 64c832a8f00a9776bf93d1c99b878365fded292e Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Thu, 11 Feb 2021 07:33:25 +0100 Subject: Bump version to 1.14.5 and add whatsnew entry --- doc/source/conf.py | 2 +- doc/source/installation.rst | 8 ++++---- doc/source/whatsnew.rst | 8 ++++++++ 3 files changed, 13 insertions(+), 5 deletions(-) (limited to 'doc/source') diff --git a/doc/source/conf.py b/doc/source/conf.py index bd1f3bd..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.4' +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 7af2cdd..8849616 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.4: +* Checksums of the "source" package version 1.14.5: - - MD5: ad3d8537b1516bad6bcdc36c458788be + - MD5: ... - - SHA: 45bd57a0903a2d63b93461e096c5d291875a457b + - SHA: ... - - SHA256: 1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c + - SHA256: ... * 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 3ac3ac3..f6111d5 100644 --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6 +3,14 @@ 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 ======= -- cgit v1.2.1 From 2c264b7c0012448fccb16889416236bbfe8e36eb Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 11 Feb 2021 16:14:46 -0800 Subject: doc checksum updates for 1.14.5 --- doc/source/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 8849616..ebd2a34 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -54,11 +54,11 @@ Download and Installation: * Checksums of the "source" package version 1.14.5: - - MD5: ... + - MD5: 272cb183bf0365530e3c0d8f446cd89d - - SHA: ... + - SHA1: 21cdeccd7b7b121d35eae1b8e91d78f9ec83da98 - - SHA256: ... + - SHA256: fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` -- cgit v1.2.1