python-service-identity: Update to 18.1.0 7711/head
authorRosen Penev <rosenp@gmail.com>
Mon, 17 Dec 2018 22:22:49 +0000 (14:22 -0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 19 Dec 2018 20:36:28 +0000 (12:36 -0800)
Switched URL to standard one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lang/python/python-service-identity/Makefile

index 552ba3d310a042feca8acf2383010f78c5efab2d..f81ff1ab6c10a06778245997c853a171d552ca23 100644 (file)
@@ -8,13 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-service-identity
-PKG_VERSION:=17.0.0
-PKG_RELEASE:=2
+PKG_VERSION:=18.1.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=service_identity-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://pypi.python.org/packages/de/2a/cab6e30be82c8fcd2339ef618036720eda954cf05daef514e386661c9221
-PKG_HASH:=4001fbb3da19e0df22c47a06d29681a398473af4aa9d745eca525b3b2c2302ab
-
+PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/s/service_identity
+PKG_HASH:=0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-service-identity-$(PKG_VERSION)
 
 PKG_LICENSE:=MIT
@@ -40,9 +39,10 @@ $(call Package/python-service-identity/Default)
   DEPENDS:= \
       +PACKAGE_python-service-identity:python-light \
       +PACKAGE_python-service-identity:python-attrs \
+      +PACKAGE_python-service-identity:python-cryptography \
+      +PACKAGE_python-service-identity:python-ipaddress \
       +PACKAGE_python-service-identity:python-pyasn1 \
-      +PACKAGE_python-service-identity:python-pyasn1-modules \
-      +PACKAGE_python-service-identity:python-pyopenssl
+      +PACKAGE_python-service-identity:python-pyasn1-modules
   VARIANT:=python
 endef
 
@@ -52,9 +52,9 @@ $(call Package/python-service-identity/Default)
   DEPENDS:= \
       +PACKAGE_python3-service-identity:python3-light \
       +PACKAGE_python3-service-identity:python3-attrs \
+      +PACKAGE_python3-service-identity:python3-cryptography \
       +PACKAGE_python3-service-identity:python3-pyasn1 \
-      +PACKAGE_python3-service-identity:python3-pyasn1-modules \
-      +PACKAGE_python3-service-identity:python3-pyopenssl
+      +PACKAGE_python3-service-identity:python3-pyasn1-modules
   VARIANT:=python3
 endef