diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-05-25 11:05:43 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-25 15:40:16 +0200 |
commit | 3e10c1e46738f28918054bcf5d53ac302dd07cb1 (patch) | |
tree | d64581375140f829d186c0d37cc71957e735bc27 /package/python-service-identity/python-service-identity.mk | |
parent | f317023804642b691775b6791aa484ca9cd1f7fc (diff) | |
download | buildroot-3e10c1e46738f28918054bcf5d53ac302dd07cb1.tar.gz buildroot-3e10c1e46738f28918054bcf5d53ac302dd07cb1.zip |
python-service-identity: bump version to 17.0.0
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-service-identity/python-service-identity.mk')
-rw-r--r-- | package/python-service-identity/python-service-identity.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-service-identity/python-service-identity.mk b/package/python-service-identity/python-service-identity.mk index 88549abff3..ccc6e71ac3 100644 --- a/package/python-service-identity/python-service-identity.mk +++ b/package/python-service-identity/python-service-identity.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_SERVICE_IDENTITY_VERSION = 16.0.0 +PYTHON_SERVICE_IDENTITY_VERSION = 17.0.0 PYTHON_SERVICE_IDENTITY_SOURCE = service_identity-$(PYTHON_SERVICE_IDENTITY_VERSION).tar.gz -PYTHON_SERVICE_IDENTITY_SITE = https://pypi.python.org/packages/f3/2a/7c04e7ab74f9f2be026745a9ffa81fd9d56139fa6f5f4b4c8a8c07b2bfba +PYTHON_SERVICE_IDENTITY_SITE = https://pypi.python.org/packages/de/2a/cab6e30be82c8fcd2339ef618036720eda954cf05daef514e386661c9221 PYTHON_SERVICE_IDENTITY_LICENSE = MIT PYTHON_SERVICE_IDENTITY_LICENSE_FILES = LICENSE PYTHON_SERVICE_IDENTITY_SETUP_TYPE = setuptools |