python3-wrapt: update to 1.14.1.

This commit is contained in:
Michal Vasilek 2022-11-05 13:01:11 +01:00 committed by Andrew J. Hesford
parent 56912c5581
commit c74143d7c4

View file

@ -1,6 +1,6 @@
# Template file for 'python3-wrapt' # Template file for 'python3-wrapt'
pkgname=python3-wrapt pkgname=python3-wrapt
version=1.13.3 version=1.14.1
revision=1 revision=1
wrksrc="wrapt-${version}" wrksrc="wrapt-${version}"
build_style=python3-module build_style=python3-module
@ -14,7 +14,7 @@ license="BSD-2-Clause"
homepage="https://github.com/GrahamDumpleton/wrapt" homepage="https://github.com/GrahamDumpleton/wrapt"
changelog="https://raw.githubusercontent.com/GrahamDumpleton/wrapt/develop/docs/changes.rst" changelog="https://raw.githubusercontent.com/GrahamDumpleton/wrapt/develop/docs/changes.rst"
distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz" distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz"
checksum=1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185 checksum=380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE