git: b702f9affd8f - main - net/py-maxminddb: Update to 2.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 May 2025 20:33:10 UTC
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=b702f9affd8f02bc4de78c7be7a3cb024e985120 commit b702f9affd8f02bc4de78c7be7a3cb024e985120 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2025-05-06 20:07:57 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2025-05-06 20:08:47 +0000 net/py-maxminddb: Update to 2.7.0 Reported by: portscout --- net/py-maxminddb/Makefile | 2 +- net/py-maxminddb/distinfo | 6 +++--- net/py-maxminddb/files/patch-pyproject.toml | 25 ++++++++++++++++++------- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/net/py-maxminddb/Makefile b/net/py-maxminddb/Makefile index c8bb3b7d9c17..bf467698fb04 100644 --- a/net/py-maxminddb/Makefile +++ b/net/py-maxminddb/Makefile @@ -1,5 +1,5 @@ PORTNAME= maxminddb -PORTVERSION= 2.6.3 +PORTVERSION= 2.7.0 DISTVERSIONPREFIX= v CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-maxminddb/distinfo b/net/py-maxminddb/distinfo index 3245f91816a2..87df39922aef 100644 --- a/net/py-maxminddb/distinfo +++ b/net/py-maxminddb/distinfo @@ -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 diff --git a/net/py-maxminddb/files/patch-pyproject.toml b/net/py-maxminddb/files/patch-pyproject.toml index 1ed2d81abfd0..8e658038ff5f 100644 --- a/net/py-maxminddb/files/patch-pyproject.toml +++ b/net/py-maxminddb/files/patch-pyproject.toml @@ -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", + ]