From a8dfb9dfdd7c3e1640ecd35c22562a1895167524 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Thu, 2 Nov 2023 21:30:54 +0000 Subject: [PATCH] python3-typing_extensions: update to 4.8.0. --- srcpkgs/python3-typing_extensions/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template index af4961d1a4557..23dd436a9c1a4 100644 --- a/srcpkgs/python3-typing_extensions/template +++ b/srcpkgs/python3-typing_extensions/template @@ -1,17 +1,17 @@ # Template file for 'python3-typing_extensions' pkgname=python3-typing_extensions -version=4.7.1 -revision=2 +version=4.8.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core" depends="python3" short_desc="Backported and Experimental Type Hints for Python 3.5+" -maintainer="Orphaned " +maintainer="triallax " license="Python-2.0" homepage="https://github.com/python/typing_extensions" changelog="https://github.com/python/typing_extensions/raw/main/CHANGELOG.md" distfiles="${PYPI_SITE}/t/typing_extensions/typing_extensions-${version}.tar.gz" -checksum=b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2 +checksum=df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef # Depends on the `test` module, which is intentionally not included in the # `python3` package. make_check=no