diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c0a088..c1f3a065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.22.18 +======= + +* Update libffi to 3.7.1 +* Update sqlite to 3.53.4.0 + + 0.22.17 ======= diff --git a/relenv/common.py b/relenv/common.py index ab217735..1ed5b117 100644 --- a/relenv/common.py +++ b/relenv/common.py @@ -27,7 +27,7 @@ from collections.abc import Callable, Iterable, Mapping # relenv package version -__version__ = "0.22.17" +__version__ = "0.22.18" log = logging.getLogger(__name__) diff --git a/relenv/python-versions.json b/relenv/python-versions.json index 67d6378a..75a13069 100644 --- a/relenv/python-versions.json +++ b/relenv/python-versions.json @@ -332,6 +332,16 @@ "darwin", "win32" ] + }, + "3.53.4.0": { + "url": "https://sqlite.org/2026/sqlite-autoconf-{version}.tar.gz", + "sha256": "0e9483900e92cd5de8fd48d16bf9200145a61f7fd5be542a5ac81d8a9516eb9c", + "sqliteversion": "3530400", + "platforms": [ + "linux", + "darwin", + "win32" + ] } }, "xz": { @@ -375,6 +385,13 @@ "platforms": [ "linux" ] + }, + "3.7.1": { + "url": "https://github.com/libffi/libffi/releases/download/v{version}/libffi-{version}.tar.gz", + "sha256": "d5e9a6638ddbd2513ddb54518eb67e4bbe6fa707bcc01c10f6212f0a088d819d", + "platforms": [ + "linux" + ] } }, "zlib": {