python3-pyasn1: update to 0.5.0.

This commit is contained in:
Mohammed Anas 2023-10-02 11:47:31 +01:00 committed by Piraty
parent 58f2e3cdfe
commit 2c91d4140f

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pyasn1' # Template file for 'python3-pyasn1'
pkgname=python3-pyasn1 pkgname=python3-pyasn1
version=0.4.8 version=0.5.0
revision=6 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
@ -9,10 +9,10 @@ checkdepends="python3-pytest"
short_desc="ASN.1 library for Python3" short_desc="ASN.1 library for Python3"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/etingof/pyasn1" homepage="https://github.com/pyasn1/pyasn1"
changelog="https://raw.githubusercontent.com/etingof/pyasn1/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/pyasn1/pyasn1/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba checksum=97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde
post_install() { post_install() {
vlicense LICENSE.rst vlicense LICENSE.rst