* [Buildroot] [PATCH 1/1] package/python-pysnmp: bump to version 7.1.4
@ 2024-09-30 23:11 James Hilliard
2024-10-24 21:09 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-09-30 23:11 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Drop no longer required python-pysnmpcrypto runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-pysnmp/Config.in | 2 --
package/python-pysnmp/python-pysnmp.hash | 4 ++--
package/python-pysnmp/python-pysnmp.mk | 4 ++--
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/package/python-pysnmp/Config.in b/package/python-pysnmp/Config.in
index 0840a464e3..0c63b57931 100644
--- a/package/python-pysnmp/Config.in
+++ b/package/python-pysnmp/Config.in
@@ -1,9 +1,7 @@
config BR2_PACKAGE_PYTHON_PYSNMP
bool "python-pysnmp"
- depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pysnmpcrypto
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
select BR2_PACKAGE_PYTHON_PYSMI # runtime
- select BR2_PACKAGE_PYTHON_PYSNMPCRYPTO # runtime
help
PySNMP is a cross-platform, pure-Python SNMP engine
implementation.
diff --git a/package/python-pysnmp/python-pysnmp.hash b/package/python-pysnmp/python-pysnmp.hash
index 9136d23a14..4e1df1e4ed 100644
--- a/package/python-pysnmp/python-pysnmp.hash
+++ b/package/python-pysnmp/python-pysnmp.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pysnmp/json
-md5 527c09f53ea7c28963e55b4c4b483ec2 pysnmp-7.1.3.tar.gz
-sha256 29853e4daca82992ae8b1932a4e32e1ec9df8234905b6d594d43773bdc72c4b4 pysnmp-7.1.3.tar.gz
+md5 9d1ba65a734a613e68d616f3f4c24b6f pysnmp-7.1.4.tar.gz
+sha256 4ec7fd78cb7437ad64644108dea603cad8e49f065da3dd3e0539dda68bad320c pysnmp-7.1.4.tar.gz
# Locally computed sha256 checksums
sha256 4954453957449b5e6f797d070f4d91024dceb3e056c99d72350795b71db0fc70 LICENSE.rst
diff --git a/package/python-pysnmp/python-pysnmp.mk b/package/python-pysnmp/python-pysnmp.mk
index 5db86bc976..78f9eeb930 100644
--- a/package/python-pysnmp/python-pysnmp.mk
+++ b/package/python-pysnmp/python-pysnmp.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYSNMP_VERSION = 7.1.3
+PYTHON_PYSNMP_VERSION = 7.1.4
PYTHON_PYSNMP_SOURCE = pysnmp-$(PYTHON_PYSNMP_VERSION).tar.gz
-PYTHON_PYSNMP_SITE = https://files.pythonhosted.org/packages/f3/0c/bb2ccb587b5e79036dd83aa5fe835c2bc460a3098c4060461e9d324c6670
+PYTHON_PYSNMP_SITE = https://files.pythonhosted.org/packages/43/71/18a9d8c00efba166b66408040028f25a8ea20d2acc9cd89bd780369544b1
PYTHON_PYSNMP_SETUP_TYPE = pep517
PYTHON_PYSNMP_LICENSE = BSD-2-Clause
PYTHON_PYSNMP_LICENSE_FILES = LICENSE.rst
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-pysnmp: bump to version 7.1.4
2024-09-30 23:11 [Buildroot] [PATCH 1/1] package/python-pysnmp: bump to version 7.1.4 James Hilliard
@ 2024-10-24 21:09 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-24 21:09 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot, Asaf Kahlon
On Mon, 30 Sep 2024 17:11:56 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> Drop no longer required python-pysnmpcrypto runtime dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-pysnmp/Config.in | 2 --
> package/python-pysnmp/python-pysnmp.hash | 4 ++--
> package/python-pysnmp/python-pysnmp.mk | 4 ++--
> 3 files changed, 4 insertions(+), 6 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-24 21:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 23:11 [Buildroot] [PATCH 1/1] package/python-pysnmp: bump to version 7.1.4 James Hilliard
2024-10-24 21:09 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.