net/py-GeoIP2: Update to 5.1.0

Reported by:	portscout
This commit is contained in:
Olivier Cochard
2025-05-06 22:07:08 +02:00
parent cef69e3ca7
commit 90abcef37b
3 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= GeoIP2
PORTVERSION= 5.0.1
PORTVERSION= 5.1.0
DISTVERSIONPREFIX= v
CATEGORIES= net python geography
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1743368188
SHA256 (maxmind-GeoIP2-python-v5.0.1_GH0.tar.gz) = b7bf74209ff212c581efe86a7bf6f4e2e519079efa4e7de7eda13047e3238e69
SIZE (maxmind-GeoIP2-python-v5.0.1_GH0.tar.gz) = 42723
TIMESTAMP = 1746561615
SHA256 (maxmind-GeoIP2-python-v5.1.0_GH0.tar.gz) = be998af2dd3dc9eb33ce449be0438090b317a20671655a9a5583ff3014d74501
SIZE (maxmind-GeoIP2-python-v5.1.0_GH0.tar.gz) = 133442
+12 -5
View File
@@ -1,11 +1,18 @@
--- pyproject.toml.orig 2025-03-30 21:20:26 UTC
--- pyproject.toml.orig 2025-05-05 19:38:52 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
@@ -1,5 +1,5 @@
[project]
-name = "geoip2"
+name = "GeoIP2"
version = "5.0.1"
version = "5.1.0"
description = "MaxMind GeoIP2 API"
authors = [
@@ -12,7 +12,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",