python3-maxminddb: Update to 2.4.0, rename source package
authorJeffery To <redacted>
Wed, 19 Jul 2023 15:29:21 +0000 (23:29 +0800)
committerRosen Penev <redacted>
Tue, 25 Jul 2023 05:45:26 +0000 (22:45 -0700)
This renames the source package to python-maxminddb to match other
Python packages.

Signed-off-by: Jeffery To <redacted>
lang/python/python-maxminddb/Makefile [moved from lang/python/python3-maxminddb/Makefile with 82% similarity]

similarity index 82%
rename from lang/python/python3-maxminddb/Makefile
rename to lang/python/python-maxminddb/Makefile
index 8310f4a24f4c8553ac87732c8c4a9d291978ffd4..6a6367dbf78fffd3f9055fed6daa188489ac18fc 100644 (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
 
git clone https://git.99rst.org/PROJECT