git: 24e310277afe - main - www/py-python-dotenv: Update to 1.2.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 18 Apr 2026 22:06:40 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=24e310277afed10366f2f10e9105e2a3c6e28854

commit 24e310277afed10366f2f10e9105e2a3c6e28854
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:42:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:53:14 +0000

    www/py-python-dotenv: Update to 1.2.2
    
    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 | 11 +----------
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile
index 7f91e58b141f..af8e055e7286 100644
--- a/www/py-python-dotenv/Makefile
+++ b/www/py-python-dotenv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	python-dotenv
-PORTVERSION=	1.2.1
+PORTVERSION=	1.2.2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo
index 3ffb5b169140..7629b979339c 100644
--- a/www/py-python-dotenv/distinfo
+++ b/www/py-python-dotenv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586926
-SHA256 (python_dotenv-1.2.1.tar.gz) = 42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6
-SIZE (python_dotenv-1.2.1.tar.gz) = 44221
+TIMESTAMP = 1775587704
+SHA256 (python_dotenv-1.2.2.tar.gz) = 2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3
+SIZE (python_dotenv-1.2.2.tar.gz) = 50135
diff --git a/www/py-python-dotenv/files/patch-pyproject.toml b/www/py-python-dotenv/files/patch-pyproject.toml
index 4af066d5eb37..4316b5e3ae05 100644
--- a/www/py-python-dotenv/files/patch-pyproject.toml
+++ b/www/py-python-dotenv/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-10-26 15:11:44 UTC
+--- pyproject.toml.orig	2026-03-01 16:00:03 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
@@ -7,12 +7,3 @@
  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",