python3-saml2: update to 7.4.2.

This commit is contained in:
Joel Beckmeyer 2023-06-20 12:13:23 -04:00 committed by Duncan Overbruck
parent d0ae84a93d
commit 099fc46ec7

View file

@ -1,6 +1,6 @@
# Template file for 'python3-saml2' # Template file for 'python3-saml2'
pkgname=python3-saml2 pkgname=python3-saml2
version=7.4.1 version=7.4.2
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
make_check_args="--ignore=tests/test_36_mdbcache.py \ make_check_args="--ignore=tests/test_36_mdbcache.py \
@ -17,9 +17,4 @@ license="Apache-2.0"
homepage="https://github.com/IdentityPython/pysaml2" homepage="https://github.com/IdentityPython/pysaml2"
changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz" distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
checksum=33afba452544662887f6eb8c6405aeebfa4017dc7762e414ab4318f2f9d9bb6d checksum=dfeaa53854467cdcdae1b0fb2c76a3610f8b179dca8176757d245db7fa7ad806
make_check_pre="env PYTHONPATH=src"
pre_check() {
unzip ${make_install_target} "*.dist-info/*"
}