diff mbox series

[meta-python] python3-netaddr: upgrade 0.9.0 -> 0.10.0

Message ID 1704179124-7972-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-netaddr: upgrade 0.9.0 -> 0.10.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 2, 2024, 7:05 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-netaddr_0.9.0.bb => python3-netaddr_0.10.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-netaddr_0.9.0.bb => python3-netaddr_0.10.0.bb} (75%)

Comments

Khem Raj Jan. 8, 2024, 2:46 a.m. UTC | #1
On Tue, 02 Jan 2024 15:05:24 +0800, wangmy@fujitsu.com wrote:
> Changelog:
>  https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0
> 
> 

Applied, thanks!

[1/1] python3-netaddr: upgrade 0.9.0 -> 0.10.0
      commit: 36f7320193beb9028f083474ec82a694afb783ef

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.9.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-netaddr_0.9.0.bb
rename to meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb
index 471d939a8..15350e942 100644
--- a/meta-python/recipes-devtools/python/python3-netaddr_0.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb
@@ -2,7 +2,7 @@  SUMMARY = "A network address manipulation library for Python."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44"
 
-SRC_URI[sha256sum] = "7b46fa9b1a2d71fd5de9e4a3784ef339700a53a08c8040f08baf5f1194da0128"
+SRC_URI[sha256sum] = "4c30c54adf4ea4318b3c055ea3d8c7f6554a50aa2cd8aea4605a23caa0b0229e"
 
 inherit pypi setuptools3