package/python-pyasn1: bump version to 0.6.1

Changelog: https://github.com/pyasn1/pyasn1/blob/v0.6.1/CHANGES.rst

Updated project URL according to https://pypi.org/project/pyasn1/

Updated license hash due to copyright year bump:
acb78299d1

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 593f46dcdc)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-10-13 19:54:46 +02:00
committed by Thomas Perale
parent dcbaf17cbc
commit 14f401ee78
3 changed files with 6 additions and 6 deletions

View File

@@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_PYASN1
help
ASN.1 types and codecs.
https://github.com/etingof/pyasn1
https://github.com/pyasn1/pyasn1

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pyasn1/json
md5 dffae4ff9f997a83324b3f33fe62be54 pyasn1-0.4.8.tar.gz
sha256 aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba pyasn1-0.4.8.tar.gz
md5 75cdc260597f112fdfefec85379e710d pyasn1-0.6.1.tar.gz
sha256 6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034 pyasn1-0.6.1.tar.gz
# Locally computed sha256 checksums
sha256 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5 LICENSE.rst
sha256 2aad5fc00f705c4a1addb83eed10a6a75d286a3779f0cf8519d87e62bc4735fd LICENSE.rst

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYASN1_VERSION = 0.4.8
PYTHON_PYASN1_VERSION = 0.6.1
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/a4/db/fffec68299e6d7bad3d504147f9094830b704527a7fc098b721d38cc7fa7
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/ba/e9/01f1a64245b89f039897cb0130016d79f77d52669aae6ee7b159a6c4c018
PYTHON_PYASN1_SETUP_TYPE = setuptools
PYTHON_PYASN1_LICENSE = BSD-2-Clause
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst