git: bf07c5203dd6 - main - devel/py-pydantic-yaml: Update to 1.2.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:23:48 UTC
The branch main has been updated by sunpoet:

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

commit bf07c5203dd68909b4579ae1c99d8eb9fe4d84c7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:42:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:07:40 +0000

    devel/py-pydantic-yaml: Update to 1.2.1
    
    Changes:        https://github.com/NowanIlfideme/pydantic-yaml/releases
---
 devel/py-pydantic-yaml/Makefile                   |  3 +--
 devel/py-pydantic-yaml/distinfo                   |  6 +++---
 devel/py-pydantic-yaml/files/patch-pyproject.toml | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/devel/py-pydantic-yaml/Makefile b/devel/py-pydantic-yaml/Makefile
index 9f23bd35847b..108dcaa000ba 100644
--- a/devel/py-pydantic-yaml/Makefile
+++ b/devel/py-pydantic-yaml/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pydantic-yaml
-PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTVERSION=	1.2.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pydantic-yaml/distinfo b/devel/py-pydantic-yaml/distinfo
index 7691c54a8eb6..1fc40a632c75 100644
--- a/devel/py-pydantic-yaml/distinfo
+++ b/devel/py-pydantic-yaml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696001366
-SHA256 (pydantic_yaml-1.2.0.tar.gz) = 54bdaf4da25bca95bb9ba790b1a5c6b4b3e93f7cf218fcde46b3073b61779f81
-SIZE (pydantic_yaml-1.2.0.tar.gz) = 20495
+TIMESTAMP = 1708449310
+SHA256 (pydantic_yaml-1.2.1.tar.gz) = cd6c70e04e08545501d3b67e04ab3cd164360b07a851efbf9fb9bc11e88cc206
+SIZE (pydantic_yaml-1.2.1.tar.gz) = 20494
diff --git a/devel/py-pydantic-yaml/files/patch-pyproject.toml b/devel/py-pydantic-yaml/files/patch-pyproject.toml
deleted file mode 100644
index 42c369297298..000000000000
--- a/devel/py-pydantic-yaml/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2023-09-25 18:54:10 UTC
-+++ pyproject.toml
-@@ -26,7 +26,7 @@ classifiers = [
- ]
- dependencies = [
-     "pydantic>=1.8",               # including pydantic>=2.0.0!
--    "ruamel.yaml>=0.16.0,<0.18.0", # recommended ~=0.17.21
-+    "ruamel.yaml>=0.16.0,<0.19.0", # recommended ~=0.17.21
-     "importlib_metadata",
-     "typing_extensions>=4.5.0",
- ]