From 6af9958b20e4e2a01f58e66a4f98a10a91205f38 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 7 Jul 2024 12:01:45 +0530 Subject: [PATCH] fonttools: update to 4.53.1. Closes: #51229 [via git-merge-pr] --- srcpkgs/fonttools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index c99a300b3ba..778f37f539c 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,6 +1,6 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.53.0 +version=4.53.1 revision=1 build_style=python3-module make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main @@ -15,7 +15,7 @@ license="MIT, OFL-1.1, BSD-3-Clause" homepage="https://github.com/fonttools/fonttools" changelog="https://raw.githubusercontent.com/fonttools/fonttools/main/NEWS.rst" distfiles="https://github.com/fonttools/fonttools/archive/refs/tags/${version}.tar.gz" -checksum=f48a1e557e4c64b3a61c7a599bae3a33b44c0bbd190d8feb130d23065b0dfe71 +checksum=d085ccabbb95144969f10fe4c801881dc404ad29ff1ae07d3631f35ec6a7c006 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"