git: e22f60c44686 - main - www/py-python-dotenv: Update to 1.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Nov 2025 16:36:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e22f60c4468622cecd5f04556cd72903598e7897
commit e22f60c4468622cecd5f04556cd72903598e7897
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:14:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-09 16:31:15 +0000
www/py-python-dotenv: Update to 1.2.1
Changes: https://github.com/theskumar/python-dotenv/releases
---
www/py-python-dotenv/Makefile | 2 +-
www/py-python-dotenv/distinfo | 6 +++---
www/py-python-dotenv/files/patch-pyproject.toml | 18 ++++++++++++++++++
3 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile
index dd5e751e38c4..7f91e58b141f 100644
--- a/www/py-python-dotenv/Makefile
+++ b/www/py-python-dotenv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= python-dotenv
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo
index 97529f7ef5e3..3ffb5b169140 100644
--- a/www/py-python-dotenv/distinfo
+++ b/www/py-python-dotenv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954260
-SHA256 (python_dotenv-1.1.1.tar.gz) = a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab
-SIZE (python_dotenv-1.1.1.tar.gz) = 41978
+TIMESTAMP = 1762586926
+SHA256 (python_dotenv-1.2.1.tar.gz) = 42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6
+SIZE (python_dotenv-1.2.1.tar.gz) = 44221
diff --git a/www/py-python-dotenv/files/patch-pyproject.toml b/www/py-python-dotenv/files/patch-pyproject.toml
new file mode 100644
index 000000000000..4af066d5eb37
--- /dev/null
+++ b/www/py-python-dotenv/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig 2025-10-26 15:11:44 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools >= 77.0"]
++requires = ["setuptools >= 61.0"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -8,7 +8,7 @@ authors = [
+ authors = [
+ {name = "Saurabh Kumar", email = "me+github@saurabh-kumar.com"},
+ ]
+-license = "BSD-3-Clause"
++license = {text = "BSD-3-Clause"}
+ keywords = [
+ "environment variables",
+ "deployments",