Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-python-pkcs11
Commits: 47125853 by Jelle van der Waa at 2024-04-07T12:08:57+02:00 upgpkg: 0.7.0-7: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,26 @@ +pkgbase = python-python-pkcs11 + pkgdesc = PKCS#11/Cryptoki support for Python + pkgver = 0.7.0 + pkgrel = 7 + url = https://github.com/danni/python-pkcs11 + arch = x86_64 + license = MIT + checkdepends = python-cryptography + checkdepends = python-oscrypto + checkdepends = python-pytest + checkdepends = softhsm + makedepends = cython + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python + depends = python-asn1crypto + depends = python-cached-property + source = https://files.pythonhosted.org/packages/source/p/python-pkcs11/python-pkcs11-0.7.0.tar.gz + source = python-pkcs11_mark-tests-as-xfail.patch + sha256sums = 9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9e46bf7 + sha256sums = 28a5ce996fe6cb455b55c98e8a46fcd0539dc0b3a70677a390f4dddbe1b55d65 + +pkgname = python-python-pkcs11 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-python-pkcs11 _name=${pkgname#python-} pkgver=0.7.0 -pkgrel=6 +pkgrel=7 pkgdesc='PKCS#11/Cryptoki support for Python' arch=('x86_64') url='https://github.com/danni/python-pkcs11' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-python-pkcs11/-/commit/471258535acc93eb1b7b8d6a2b3e3d1e18800f83 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-python-pkcs11/-/commit/471258535acc93eb1b7b8d6a2b3e3d1e18800f83 You're receiving this email because of your account on gitlab.archlinux.org.
