git: 90abcef37b02 - main - net/py-GeoIP2: Update to 5.1.0

From: Olivier Cochard <olivier_at_FreeBSD.org>
Date: Tue, 06 May 2025 20:33:09 UTC
The branch main has been updated by olivier:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90abcef37b02ec2ee01b34ef8ed1ca8bfc5dcdbd

commit 90abcef37b02ec2ee01b34ef8ed1ca8bfc5dcdbd
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2025-05-06 20:07:08 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2025-05-06 20:08:46 +0000

    net/py-GeoIP2: Update to 5.1.0
    
    Reported by:    portscout
---
 net/py-GeoIP2/Makefile                   |  2 +-
 net/py-GeoIP2/distinfo                   |  6 +++---
 net/py-GeoIP2/files/patch-pyproject.toml | 17 ++++++++++++-----
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/net/py-GeoIP2/Makefile b/net/py-GeoIP2/Makefile
index 2776be108891..57a4d0553f71 100644
--- a/net/py-GeoIP2/Makefile
+++ b/net/py-GeoIP2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	GeoIP2
-PORTVERSION=	5.0.1
+PORTVERSION=	5.1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net python geography
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-GeoIP2/distinfo b/net/py-GeoIP2/distinfo
index 7b86e7a4e287..863ff0b2822e 100644
--- a/net/py-GeoIP2/distinfo
+++ b/net/py-GeoIP2/distinfo
@@ -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
diff --git a/net/py-GeoIP2/files/patch-pyproject.toml b/net/py-GeoIP2/files/patch-pyproject.toml
index 45466d37068d..f4543efbf20c 100644
--- a/net/py-GeoIP2/files/patch-pyproject.toml
+++ b/net/py-GeoIP2/files/patch-pyproject.toml
@@ -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",