diff --git a/lang/python/python-ldap/Makefile b/lang/python/python-ldap/Makefile index a8d983de3..958c82cf7 100644 --- a/lang/python/python-ldap/Makefile +++ b/lang/python/python-ldap/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ldap -PKG_VERSION:=2.4.32 +PKG_VERSION:=3.1.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Dmitry Trefilov PKG_LICENSE:=Python-style PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/67/d9/fa0ea70d1792875745116ad62ac8d4bcb07550b15cded591bb57df6a6d9a -PKG_HASH:=5810f1b5a9ae9255df99fb9c2dcab7352fed325687efda56c0faae1a82c5e3cb +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-ldap +PKG_HASH:=41975e79406502c092732c57ef0c2c2eb318d91e8e765f81f5d4ab6c1db727c5 include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -27,7 +27,7 @@ define Package/python-ldap CATEGORY:=Languages DEPENDS:=+libopenldap +python TITLE:=Python modules for implementing LDAP clients - URL:=http://python-ldap.org/ + URL:=https://python-ldap.org/ endef define Package/python-ldap/description diff --git a/lang/python/python-ldap/patches/010-setup_cfg.patch b/lang/python/python-ldap/patches/010-setup_cfg.patch deleted file mode 100644 index 372e9d230..000000000 --- a/lang/python/python-ldap/patches/010-setup_cfg.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Dmitrij Trefilov - -Subject: [PATCH] lang: removed hardcoded include and library directories from setup.cfg -Signed-off-by: Dmitrij Trefilov ---- ---- a/setup.cfg -+++ b/setup.cfg -@@ -1,6 +1,6 @@ - [_ldap] --library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 --include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl -+library_dirs = -+include_dirs = - defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R - extra_compile_args = - extra_objects =