From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 09/36] package/python-pyasn1: bump version to 0.6.1
Date: Fri, 20 Mar 2026 16:54:34 +0100 [thread overview]
Message-ID: <20260320155434.175739-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20251013175513.86276-9-bernd@kuhls.net>
In reply of:
> 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:
> https://github.com/pyasn1/pyasn1/commit/acb78299d1270a2fea0d11e5509777b7c5777f3f
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x. Thanks
> ---
> package/python-pyasn1/Config.in | 2 +-
> package/python-pyasn1/python-pyasn1.hash | 6 +++---
> package/python-pyasn1/python-pyasn1.mk | 4 ++--
> 3 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/package/python-pyasn1/Config.in b/package/python-pyasn1/Config.in
> index fea63813b9..fb576ffb71 100644
> --- a/package/python-pyasn1/Config.in
> +++ b/package/python-pyasn1/Config.in
> @@ -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
> diff --git a/package/python-pyasn1/python-pyasn1.hash b/package/python-pyasn1/python-pyasn1.hash
> index 4347a43c46..4268d82c38 100644
> --- a/package/python-pyasn1/python-pyasn1.hash
> +++ b/package/python-pyasn1/python-pyasn1.hash
> @@ -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
> diff --git a/package/python-pyasn1/python-pyasn1.mk b/package/python-pyasn1/python-pyasn1.mk
> index 60050bef18..7a5cde40fb 100644
> --- a/package/python-pyasn1/python-pyasn1.mk
> +++ b/package/python-pyasn1/python-pyasn1.mk
> @@ -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
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-03-20 15:54 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-13 17:54 [Buildroot] [PATCH 01/36] package/python-parso: bump version to 0.8.5 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 02/36] package/python-pathvalidate: bump version to 3.3.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 03/36] package/python-pbr: bump version to 7.0.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 04/36] package/python-pdm-backend: bump version to 2.4.5 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 05/36] package/python-posix-ipc: bump version to 1.3.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 06/36] package/python-prompt-toolkit: bump version to 3.0.52 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 07/36] package/python-proto-plus: bump version to 1.26.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 08/36] package/python-psutil: bump version to 7.1.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 09/36] package/python-pyasn1: bump version to 0.6.1 Bernd Kuhls
2026-03-20 15:54 ` Thomas Perale via buildroot [this message]
2025-10-13 17:54 ` [Buildroot] [PATCH 10/36] package/python-pycares: bump version to 4.11.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 11/36] package/python-pycrate: bump version to 0.7.11 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 12/36] package/python-pydal: bump version to 20250922.1 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 13/36] package/python-pyelftools: bump version to 0.32 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 14/36] package/python-pyftpdlib: bump version to 2.1.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 15/36] package/python-pyicu: bump version to 2.15.3 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 16/36] package/python-pymodbus: bump version to 3.11.3 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 17/36] package/python-pynacl: bump version to 1.6.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 18/36] package/python-pyopenssl: bump version to 25.3.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 19/36] package/python-pytest: bump version to 8.4.2 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 20/36] package/python-pythran: bump version to 0.18.0 Bernd Kuhls
2025-10-13 17:54 ` [Buildroot] [PATCH 21/36] package/python-pyudev: bump version to 0.24.4 Bernd Kuhls
2025-10-14 21:54 ` Julien Olivain via buildroot
2025-10-13 17:54 ` [Buildroot] [PATCH 22/36] package/python-pyyaml: bump version to 6.0.3 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 23/36] package/python-requests: bump version to 2.32.5 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 24/36] package/python-ruamel-yaml-clib: bump version to 0.2.14 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 25/36] package/python-ruamel-yaml: bump version to 0.18.15 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 26/36] package/python-s3transfer: bump version to 0.14.0 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 27/36] package/python-sentry-sdk: bump version to 2.41.0 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 28/36] package/python-setproctitle: bump version to 1.3.7 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 29/36] package/python-simplejson: bump version to 3.20.2 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 30/36] package/python-simplesqlite: bump version to 1.5.4 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 31/36] package/python-spidev: bump version to 3.8 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 32/36] package/python-sqlalchemy: bump version to 2.0.44 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 33/36] package/python-sqliteschema: bump version to 2.0.1 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 34/36] package/python-sympy: bump version to 1.14.0 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 35/36] package/python-telnetlib3: bump version to 2.0.8 Bernd Kuhls
2025-10-13 17:55 ` [Buildroot] [PATCH 36/36] package/python-tornado: bump version to 6.5.2 Bernd Kuhls
[not found] ` <20251013175513.86276-17-bernd__3196.32096668414$1760378335$gmane$org@kuhls.net>
2025-10-14 21:13 ` [Buildroot] [PATCH 17/36] package/python-pynacl: bump version to 1.6.0 Bernd Kuhls
2025-10-16 20:03 ` Julien Olivain via buildroot
2025-10-14 22:00 ` [Buildroot] [PATCH 01/36] package/python-parso: bump version to 0.8.5 Julien Olivain via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260320155434.175739-1-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=thomas.perale@mind.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox