python3-itsdangerous: update to 2.2.0.

This commit is contained in:
Komeil Parseh 2025-07-31 19:22:17 +03:30 committed by classabbyamp
parent 5d694b6b5d
commit c41536f251

View file

@ -1,18 +1,18 @@
# Template file for 'python3-itsdangerous'
pkgname=python3-itsdangerous
version=2.1.2
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
version=2.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
checkdepends="python3-freezegun python3-pytest"
short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
maintainer="Markus Berger <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="http://github.com/mitsuhiko/itsdangerous"
homepage="https://palletsprojects.com/projects/itsdangerous"
changelog="https://raw.githubusercontent.com/pallets/itsdangerous/refs/heads/main/CHANGES.rst"
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
checksum=5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a
checksum=e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173
post_install() {
vlicense LICENSE.rst
vlicense LICENSE.txt
}