python3-maxminddb: Update to 2.4.0, rename source package

This renames the source package to python-maxminddb to match other
Python packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-07-19 23:29:21 +08:00 committed by Rosen Penev
parent e0c13a145d
commit ca7fdf61dc
1 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=maxminddb
PKG_VERSION:=2.0.3
PKG_NAME:=python-maxminddb
PKG_VERSION:=2.4.0
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=47e86a084dd814fac88c99ea34ba3278a74bc9de5a25f4b815b608798747c7dc
PYPI_NAME:=maxminddb
PKG_HASH:=81e54e53408bd502650e5969ccba16780af659ec1db1c44b2c997e4330a5ed96
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=Apache-2.0
@ -28,7 +28,7 @@ define Package/python3-maxminddb
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Reader for the MaxMind DB format
URL:=https://dev.maxmind.com/
URL:=https://www.maxmind.com/
DEPENDS:=+python3-light +libmaxminddb
endef