package/python-semver: bump to version 2.9.0

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Korsgaard 2020-01-07 10:12:44 +01:00 committed by Thomas Petazzoni
parent 1473773837
commit 8154f6f005
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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))