git: 7eed4e252281 - main - devel/py-recurring-ical-events: Update to 2.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 00:49:00 UTC
The branch main has been updated by sunpoet:

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

commit 7eed4e252281d4b592dd24bccf8ff5cfa73f794d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-30 00:22:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 00:44:35 +0000

    devel/py-recurring-ical-events: Update to 2.1.0
    
    Changes:        https://github.com/niccokunzmann/python-recurring-ical-events/blob/master/README.rst#changelog
---
 devel/py-recurring-ical-events/Makefile                     | 6 +++---
 devel/py-recurring-ical-events/distinfo                     | 6 +++---
 devel/py-recurring-ical-events/files/patch-requirements.txt | 7 +++++++
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/devel/py-recurring-ical-events/Makefile b/devel/py-recurring-ical-events/Makefile
index 81e9b82229bc..7d2c20c48427 100644
--- a/devel/py-recurring-ical-events/Makefile
+++ b/devel/py-recurring-ical-events/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	recurring-ical-events
-PORTVERSION=	2.0.2
+PORTVERSION=	2.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ WWW=		https://github.com/niccokunzmann/python-recurring-ical-events
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}icalendar>=0<6.0.0:devel/py-icalendar@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytz>=2023.3,1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}x-wr-timezone>=0.0.5<1.0.0:devel/py-x-wr-timezone@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-recurring-ical-events/distinfo b/devel/py-recurring-ical-events/distinfo
index 20b757067b76..666aaa37a358 100644
--- a/devel/py-recurring-ical-events/distinfo
+++ b/devel/py-recurring-ical-events/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771293
-SHA256 (recurring_ical_events-2.0.2.tar.gz) = c4bc7d0d26fcda0ac3b773c9706fd1e271b7b0e0230ad0ee02ccab55e274ea11
-SIZE (recurring_ical_events-2.0.2.tar.gz) = 34267
+TIMESTAMP = 1696001374
+SHA256 (recurring_ical_events-2.1.0.tar.gz) = 3d3e6c65c760a1ddeb35b445e23b3d079bc04c8fdfea18efc909d6f07cb5960b
+SIZE (recurring_ical_events-2.1.0.tar.gz) = 35020
diff --git a/devel/py-recurring-ical-events/files/patch-requirements.txt b/devel/py-recurring-ical-events/files/patch-requirements.txt
new file mode 100644
index 000000000000..e60752f8f6e6
--- /dev/null
+++ b/devel/py-recurring-ical-events/files/patch-requirements.txt
@@ -0,0 +1,7 @@
+--- requirements.txt.orig	2023-09-24 10:22:18 UTC
++++ requirements.txt
+@@ -1,4 +1,3 @@
+-icalendar>=5.0.9
+ icalendar<6.0.0
+ pytz>=2023.3
+ python-dateutil>=2.8.1