From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/python-semver: bump to version 2.9.0
Date: Tue, 7 Jan 2020 10:12:44 +0100 [thread overview]
Message-ID: <20200107091244.19048-1-peter@korsgaard.com> (raw)
The license text is now included in the tarball, so add it to _LICENSE_FILES
and add a hash for it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/python-semver/python-semver.hash | 6 ++++--
package/python-semver/python-semver.mk | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/package/python-semver/python-semver.hash b/package/python-semver/python-semver.hash
index e18cc1c672..60aaa6b8c4 100644
--- a/package/python-semver/python-semver.hash
+++ b/package/python-semver/python-semver.hash
@@ -1,3 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/semver/json
-md5 dc579ba9d0bb2137bad5324d4bdb7e40 semver-2.8.1.tar.gz
-sha256 5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8 semver-2.8.1.tar.gz
+md5 a411b305a3f6714bca126a0b59dc4429 semver-2.9.0.tar.gz
+sha256 ed1edeaa0c27f68feb74f09f715077fd07b728446dc2bb7fc470fc0f737873a0 semver-2.9.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 afdd34564e..6e1faef126 100644
--- a/package/python-semver/python-semver.mk
+++ b/package/python-semver/python-semver.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_SEMVER_VERSION = 2.8.1
+PYTHON_SEMVER_VERSION = 2.9.0
PYTHON_SEMVER_SOURCE = semver-$(PYTHON_SEMVER_VERSION).tar.gz
-PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/47/13/8ae74584d6dd33a1d640ea27cd656a9f718132e75d759c09377d10d64595
+PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/be/c8/392e3c1c4080202b99e8b3b5d0ab6cbcfc4b25d50031c2c21d130871bf88
PYTHON_SEMVER_SETUP_TYPE = setuptools
-# no license file in tarball, but available in git
PYTHON_SEMVER_LICENSE = BSD-3-Clause
+PYTHON_SEMVER_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))
--
2.20.1
next reply other threads:[~2020-01-07 9:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-07 9:12 Peter Korsgaard [this message]
2020-01-08 8:37 ` [Buildroot] [PATCH] package/python-semver: bump to version 2.9.0 Thomas Petazzoni
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=20200107091244.19048-1-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/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 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.