From 74c77360ddc33ad1b2578ee82a95b230cdbf4c98 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Thu, 17 Nov 2022 15:28:08 +0100 Subject: [PATCH] - prepare release 5.4 --- .github/workflows/tests.yml | 1 + .meta.toml | 3 ++- CHANGES.rst | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 55615a0..a29f29b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -317,6 +317,7 @@ jobs: pip install -U wheel setuptools pip install -U coverage pip install -U 'faulthandler; python_version == "2.7" and platform_python_implementation == "CPython"' + pip install -U 'cffi; platform_python_implementation == "CPython"' # Unzip into src/ so that testrunner can find the .so files # when we ask it to load tests from that directory. This # might also save some build time? diff --git a/.meta.toml b/.meta.toml index b63447a..25e8943 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/c-code [meta] template = "c-code" -commit-id = "57e4030390098babcc18db626cc426388394c231" +commit-id = "342271a70d886e753e5cc629e8a81b3cfab692ac" [python] with-appveyor = true @@ -12,6 +12,7 @@ with-future-python = false with-legacy-python = true with-docs = true with-sphinx-doctests = true +with-macos = false [tox] use-flake8 = true diff --git a/CHANGES.rst b/CHANGES.rst index a053c69..9c434f1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.4 (unreleased) +5.4 (2022-11-17) ================ - Add support for building arm64 wheels on macOS. diff --git a/setup.py b/setup.py index f63b7a8..ff92ecc 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def read(*rnames): ] setup(name='zope.hookable', - version='5.4.dev0', + version='5.4', url='http://github.com/zopefoundation/zope.hookable', license='ZPL 2.1', description='Zope hookable',