From 251c6716811bbeade26b7a717410130a01094c08 Mon Sep 17 00:00:00 2001 From: Michael Helmling Date: Fri, 17 Nov 2023 13:33:39 +0100 Subject: [PATCH 1/2] update TagLib installed through bulid_taglib.py to 1.13.1 --- build_taglib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_taglib.py b/build_taglib.py index af41a8e..1436aba 100644 --- a/build_taglib.py +++ b/build_taglib.py @@ -15,9 +15,9 @@ here = Path(__file__).resolve().parent default_taglib_path = here / "build" / "taglib" / f"{system}-{arch}-py{python_version}" -taglib_version = "1.13" -taglib_release = f"https://github.com/taglib/taglib/releases/download/v{taglib_version}/taglib-{taglib_version}.tar.gz" -taglib_sha256sum = "58f08b4db3dc31ed152c04896ee9172d22052bc7ef12888028c01d8b1d60ade0" +taglib_version = "1.13.1" +taglib_release = f"https://github.com/taglib/taglib/archive/refs/tags/v{taglib_version}.tar.gz" +taglib_sha256sum = "c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b" class Configuration: From 917f6af4c8ba8cc543b958fb4775de46f1e79c57 Mon Sep 17 00:00:00 2001 From: Michael Helmling Date: Fri, 17 Nov 2023 13:48:30 +0100 Subject: [PATCH 2/2] update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f520b4..f989ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog ## NEXT +- [!118](https://github.com/supermihi/pytaglib/pull/118): update Taglib version for binary wheels to 1.13.1 - [!117](https://github.com/supermihi/pytaglib/pull/117): modernize packaging / tooling - [!116](https://github.com/supermihi/pytaglib/pull/116): fix Python 3.12 build ## pytaglib 2.0.0 (2023-03-26)