Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-saml2: update to 6.4.1. #27050

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions srcpkgs/python3-saml2/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Template file for 'python3-saml2'
pkgname=python3-saml2
version=5.0.0
revision=2
version=6.4.1
revision=1
wrksrc="pysaml2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
python3-requests python3-six python3-defusedxml"
checkdepends="tox xmlsec1 xmlsec1-devel"
short_desc="Python3 implementation of SAML Version 2 Standard"
maintainer="Orphaned <[email protected]>"
license="Apache-2.0"
homepage="https://github.com/IdentityPython/pysaml2"
distfiles="${PYPI_SITE}/p/pysaml2/pysaml2-${version}.tar.gz"
checksum=deea75b252b5ead821f12ce01e9d88b0f6fbcde322c1595dcbb06f9660af0cc1
distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
checksum=341fe81e1fdff72e6082ba81645a9b75dab7482cf9b878f566d023311169f8c0

do_check() {
# Remove un-used python versions
vsed -e '/py36/,/py38/d' -e '/pypy3/d' -i tox.ini
tox -c tox.ini
}