mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
python-maxminddb: update to 3.1.1; add test.sh
Bump version 2.4.0 -> 3.1.1. Add python3-urllib to DEPENDS (required by new version). Add test.sh to verify open_database and InvalidDatabaseError imports. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
7a428552dd
commit
1c1c7ee5b9
@@ -9,11 +9,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-maxminddb
|
||||
PKG_VERSION:=2.4.0
|
||||
PKG_VERSION:=3.1.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=maxminddb
|
||||
PKG_HASH:=81e54e53408bd502650e5969ccba16780af659ec1db1c44b2c997e4330a5ed96
|
||||
PKG_HASH:=b19a938c481518f19a2c534ffdcb3bc59582f0fbbdcf9f81ac9adf912a0af686
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
@@ -29,7 +29,7 @@ define Package/python3-maxminddb
|
||||
SUBMENU:=Python
|
||||
TITLE:=Reader for the MaxMind DB format
|
||||
URL:=https://www.maxmind.com/
|
||||
DEPENDS:=+python3-light +libmaxminddb
|
||||
DEPENDS:=+python3-light +python3-urllib +libmaxminddb
|
||||
endef
|
||||
|
||||
define Package/python3-maxminddb/description
|
||||
|
||||
Reference in New Issue
Block a user