python3-keyrings-alt: update to 4.1.0.
This commit is contained in:
parent
81cad26eb0
commit
96d2c877bb
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-keyrings-alt'
|
||||
pkgname=python3-keyrings-alt
|
||||
version=4.0.2
|
||||
revision=2
|
||||
version=4.1.0
|
||||
revision=1
|
||||
wrksrc="keyrings.alt-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm python3-toml"
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-keyring"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Alternate keyring backend implementations"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://github.com/jaraco/keyrings.alt"
|
||||
changelog="https://raw.githubusercontent.com/jaraco/keyrings.alt/main/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
||||
checksum=cc475635099d6edd7e475c5a479e5b4da5e811a3af04495a1e9ada488d16fe25
|
||||
checksum=52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2
|
||||
|
||||
post_intall() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue