python3-itsdangerous: update to 2.1.2.

This commit is contained in:
Pulux 2022-03-25 16:55:44 +01:00 committed by Andrew J. Hesford
parent 26282598c2
commit 70630f06bf

View file

@ -1,7 +1,7 @@
# Template file for 'python3-itsdangerous' # Template file for 'python3-itsdangerous'
pkgname=python3-itsdangerous pkgname=python3-itsdangerous
version=2.0.1 version=2.1.2
revision=2 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://github.com/mitsuhiko/itsdangerous" homepage="http://github.com/mitsuhiko/itsdangerous"
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz" distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
checksum=9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0 checksum=5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a
post_install() { post_install() {
vlicense LICENSE.rst vlicense LICENSE.rst