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-pyasn1: update to 0.5.0. #46374

Merged
merged 1 commit into from
Oct 28, 2023
Merged
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
10 changes: 5 additions & 5 deletions srcpkgs/python3-pyasn1/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'python3-pyasn1'
pkgname=python3-pyasn1
version=0.4.8
revision=6
version=0.5.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="ASN.1 library for Python3"
maintainer="Orphaned <[email protected]>"
license="BSD-2-Clause"
homepage="https://github.com/etingof/pyasn1"
changelog="https://raw.githubusercontent.com/etingof/pyasn1/master/CHANGES.rst"
homepage="https://github.com/pyasn1/pyasn1"
changelog="https://raw.githubusercontent.com/pyasn1/pyasn1/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
checksum=97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde

post_install() {
vlicense LICENSE.rst
Expand Down