net/py-maxminddb: Update to 2.7.0

Reported by:	portscout
This commit is contained in:
Olivier Cochard
2025-05-06 22:07:57 +02:00
parent 90abcef37b
commit b702f9affd
3 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= maxminddb
PORTVERSION= 2.6.3
PORTVERSION= 2.7.0
DISTVERSIONPREFIX= v
CATEGORIES= net python geography
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1743368281
SHA256 (maxmind-MaxMind-DB-Reader-python-v2.6.3_GH0.tar.gz) = 48d77eb0c9a3c6ffcd8dceda04451315f29c8cdea792bb3e549af7fb02952fb1
SIZE (maxmind-MaxMind-DB-Reader-python-v2.6.3_GH0.tar.gz) = 40485
TIMESTAMP = 1746559870
SHA256 (maxmind-MaxMind-DB-Reader-python-v2.7.0_GH0.tar.gz) = bf4a2bf9c4e03711800c9ce91720d4d799c66f06c46884ab437073765026162a
SIZE (maxmind-MaxMind-DB-Reader-python-v2.7.0_GH0.tar.gz) = 56688
+18 -7
View File
@@ -1,9 +1,20 @@
--- pyproject.toml.orig 2025-03-30 21:02:11 UTC
--- pyproject.toml.orig 2025-05-05 19:00:49 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=68.2.2", "setuptools-scm", "wheel"]
+requires = ["setuptools", "setuptools-scm", "wheel"]
build-backend = "setuptools.build_meta"
@@ -7,7 +7,7 @@ readme = "README.rst"
]
requires-python = ">=3.9"
readme = "README.rst"
-license = "Apache-2.0"
+license = {file = "LICENSE"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
@@ -43,7 +43,7 @@ requires = [
[project]
[build-system]
requires = [
- "setuptools>=77.0.3",
+ "setuptools",
"setuptools-scm",
"wheel",
]