package/python-certifi: bump version to 2018.4.16
Updated package using scanpypi. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7aa35a8f96
commit
6cfeceff3f
@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_CERTIFI
|
||||
help
|
||||
Python package for providing Mozilla's CA Bundle.
|
||||
|
||||
https://pypi.python.org/pypi/certifi
|
||||
http://certifi.io/
|
||||
|
@ -1,4 +1,5 @@
|
||||
# md5 from https://pypi.python.org/pypi/certifi/json, sha256 locally computed
|
||||
md5 068fd5c3c690ae47504b3e0bf4e56c4c certifi-2018.1.18.tar.gz
|
||||
sha256 edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d certifi-2018.1.18.tar.gz
|
||||
# md5, sha256 from https://pypi.org/pypi/certifi/json
|
||||
md5 f5d81d0048e84285611412b0dea0630a certifi-2018.4.16.tar.gz
|
||||
sha256 13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7 certifi-2018.4.16.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131 LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CERTIFI_VERSION = 2018.1.18
|
||||
PYTHON_CERTIFI_VERSION = 2018.4.16
|
||||
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
|
||||
PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248
|
||||
PYTHON_CERTIFI_SITE = https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d
|
||||
PYTHON_CERTIFI_SETUP_TYPE = setuptools
|
||||
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
|
||||
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user