Skip to content
Snippets Groups Projects
Unverified Commit a53b3020 authored by alice's avatar alice
Browse files

community/py3-typing-extensions: upgrade to 4.3.0

parent a77b5c4d
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
# Contributor: Leo <thinkabit.ukim@gmail.com> # Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: psykose <alice@ayaya.dev> # Maintainer: psykose <alice@ayaya.dev>
pkgname=py3-typing-extensions pkgname=py3-typing-extensions
pkgver=4.2.0 pkgver=4.3.0
pkgrel=0 pkgrel=0
pkgdesc="Backported and Experimental Type Hints for Python 3.5+" pkgdesc="Backported and Experimental Type Hints for Python 3.5+"
url="https://github.com/python/typing/blob/master/typing_extensions/README.rst" url="https://github.com/python/typing_extensions"
arch="noarch" arch="noarch"
license="Python-2.0" license="Python-2.0"
depends="python3" depends="python3"
makedepends="py3-build py3-flit-core py3-installer py3-wheel" makedepends="py3-build py3-flit-core py3-installer py3-wheel"
checkdepends="py3-tox python3-tests" checkdepends="py3-tox python3-tests"
source="https://github.com/python/typing/archive/$pkgver/typing-$pkgver.tar.gz" source="https://github.com/python/typing_extensions/archive/$pkgver/typing_extensions-$pkgver.tar.gz"
builddir="$srcdir/typing-$pkgver/typing_extensions" builddir="$srcdir/typing_extensions-$pkgver"
build() { build() {
python3 -m build --no-isolation --wheel python3 -m build --no-isolation --wheel
...@@ -27,5 +27,5 @@ package() { ...@@ -27,5 +27,5 @@ package() {
} }
sha512sums=" sha512sums="
52e67eaeb3159e5effdcf180fc43d9881453c7efc00546335a8f31d5f7ab9859c2f89b29612861015ba490cdfd596720aa577630b424323256930b036b119776 typing-4.2.0.tar.gz 3c4a9073dc89e71b8027d535853d35725163961f7feeaba817e28f93b236bcae805d9b1f6e2be8e9fc3651c283b662935ba0352e5de25ff74df4dc18373e8f7a typing_extensions-4.3.0.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment