From 3eadfa208201cbf15e8fb5c16aaade67fac7c61e Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 3 Dec 2023 12:24:55 +0530 Subject: [PATCH] fonttools: update to 4.46.0. --- srcpkgs/fonttools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index e8aed796bbaa7..5197c881f46b0 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,6 +1,6 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.43.1 +version=4.46.0 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=20a7236c186c80b9cdf111aba9b233b204fecce1d7339bebe7868e877a6ba938 +checksum=b4f416f1c4160076912f9cc1b0d3b0085215836e4ffe0ef7c704d3a22c53e1e0 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"