From 09ef0bd75f69445e3aa78adec7813f5a9afc35b5 Mon Sep 17 00:00:00 2001 From: Asaf Kahlon Date: Thu, 30 Sep 2021 10:00:41 +0300 Subject: [PATCH] package/python-semver: bump to version 2.13.0 And update URL in Config.in. Signed-off-by: Asaf Kahlon Signed-off-by: Yann E. MORIN --- package/python-semver/Config.in | 2 +- package/python-semver/python-semver.hash | 4 ++-- package/python-semver/python-semver.mk | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-semver/Config.in b/package/python-semver/Config.in index c66231a730..4af2bbf449 100644 --- a/package/python-semver/Config.in +++ b/package/python-semver/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_SEMVER help Python helper for Semantic Versioning (http://semver.org/). - https://github.com/k-bx/python-semver + https://github.com/python-semver/python-semver diff --git a/package/python-semver/python-semver.hash b/package/python-semver/python-semver.hash index 5c13764e57..10cb0a8464 100644 --- a/package/python-semver/python-semver.hash +++ b/package/python-semver/python-semver.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/semver/json -md5 3e11ae9782121e8ffe9f8a8b763a8cb5 semver-2.10.2.tar.gz -sha256 c0a4a9d1e45557297a722ee9bac3de2ec2ea79016b6ffcaca609b0bc62cf4276 semver-2.10.2.tar.gz +md5 e98b5fb283ea84daa5195087de83ebf1 semver-2.13.0.tar.gz +sha256 fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f semver-2.13.0.tar.gz # Locally computed sha256 cda490c32e61d3884dc17791fc8078f2a3e564fba98dd18b4dc64eb2720b2b6f LICENSE.txt diff --git a/package/python-semver/python-semver.mk b/package/python-semver/python-semver.mk index 32ed6b971f..d3a905754f 100644 --- a/package/python-semver/python-semver.mk +++ b/package/python-semver/python-semver.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_SEMVER_VERSION = 2.10.2 +PYTHON_SEMVER_VERSION = 2.13.0 PYTHON_SEMVER_SOURCE = semver-$(PYTHON_SEMVER_VERSION).tar.gz -PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/aa/e8/cb894f70a52887f001aff5f264f68272c21fa58268495aca17df396c161f +PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/31/a9/b61190916030ee9af83de342e101f192bbb436c59be20a4cb0cdb7256ece PYTHON_SEMVER_SETUP_TYPE = setuptools PYTHON_SEMVER_LICENSE = BSD-3-Clause PYTHON_SEMVER_LICENSE_FILES = LICENSE.txt