python3-keyring: update to 23.11.0.

This commit is contained in:
icp 2022-11-19 19:04:31 +05:30 committed by Michal Vasilek
parent 5ceaf6ffae
commit 423ce13f5e

View file

@ -1,18 +1,19 @@
# Template file for 'python3-keyring' # Template file for 'python3-keyring'
pkgname=python3-keyring pkgname=python3-keyring
version=23.9.3 version=23.11.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-SecretStorage python3-jeepney python3-jaraco.classes" depends="python3-SecretStorage python3-jeepney python3-importlib_metadata
python3-jaraco.classes"
checkdepends="${depends} python3-pytest-xdist" checkdepends="${depends} python3-pytest-xdist"
short_desc="Python interface to the system keyring service" short_desc="Python interface to the system keyring service"
maintainer="icp <pangolin@vivaldi.net>" maintainer="icp <pangolin@vivaldi.net>"
license="MIT" license="MIT"
homepage="https://github.com/jaraco/keyring" homepage="https://pypi.org/project/keyring/"
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/jaraco/keyring/main/CHANGES.rst"
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
checksum=69b01dd83c42f590250fe7a1f503fc229b14de83857314b1933a3ddbf595c4a5 checksum=ad192263e2cdd5f12875dedc2da13534359a7e760e77f8d04b50968a821c2361
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE