git: d6178a4f19ce - main - devel/py-recurring-ical-events: Update to 2.2.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 08 Jul 2024 16:25:11 UTC
The branch main has been updated by sunpoet:

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

commit d6178a4f19ce27a678255a96015ba39ed666becc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-08 16:21:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-08 16:21:46 +0000

    devel/py-recurring-ical-events: Update to 2.2.2
    
    Changes:        https://github.com/niccokunzmann/python-recurring-ical-events/blob/main/README.rst#changelog
---
 devel/py-recurring-ical-events/Makefile                  | 11 +++++------
 devel/py-recurring-ical-events/distinfo                  |  6 +++---
 .../files/patch-requirements.txt                         | 16 ++++++++++------
 3 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/devel/py-recurring-ical-events/Makefile b/devel/py-recurring-ical-events/Makefile
index 18a1b7199a42..2477e4aa18f0 100644
--- a/devel/py-recurring-ical-events/Makefile
+++ b/devel/py-recurring-ical-events/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	recurring-ical-events
-PORTVERSION=	2.2.1
-PORTREVISION=	1
+PORTVERSION=	2.2.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}icalendar>=0<6.0.0:devel/py-icalendar@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.1:devel/py-python-dateutil@${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}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}icalendar>=4.0.0<7.0.0:devel/py-icalendar@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.1<3.0.0:devel/py-python-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tzdata>=0:devel/py-tzdata@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}x-wr-timezone>=0.0<1:devel/py-x-wr-timezone@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-recurring-ical-events/distinfo b/devel/py-recurring-ical-events/distinfo
index 85111d0aee33..698e6825abb7 100644
--- a/devel/py-recurring-ical-events/distinfo
+++ b/devel/py-recurring-ical-events/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712330609
-SHA256 (recurring_ical_events-2.2.1.tar.gz) = ecfb9d97c39df31248de6fbc3abd7e226c9721bd7a7db525d9c8f90ce81f15c0
-SIZE (recurring_ical_events-2.2.1.tar.gz) = 20393
+TIMESTAMP = 1720447708
+SHA256 (recurring_ical_events-2.2.2.tar.gz) = ef8d2d278c5aa0f28102c20921edbe1926c9a6d91bf8297c633adef0111866d6
+SIZE (recurring_ical_events-2.2.2.tar.gz) = 22855
diff --git a/devel/py-recurring-ical-events/files/patch-requirements.txt b/devel/py-recurring-ical-events/files/patch-requirements.txt
index e60752f8f6e6..3f6c063e0e78 100644
--- a/devel/py-recurring-ical-events/files/patch-requirements.txt
+++ b/devel/py-recurring-ical-events/files/patch-requirements.txt
@@ -1,7 +1,11 @@
---- requirements.txt.orig	2023-09-24 10:22:18 UTC
+--- requirements.txt.orig	2024-07-04 13:11:39 UTC
 +++ requirements.txt
-@@ -1,4 +1,3 @@
--icalendar>=5.0.9
- icalendar<6.0.0
- pytz>=2023.3
- python-dateutil>=2.8.1
+@@ -1,7 +1,7 @@
+ # install requirements depending on python version
+ # see https://www.python.org/dev/peps/pep-0508/#environment-markers
+ 
+-icalendar >= 5.0.0, < 7.0.0
++icalendar >= 4.0.0, < 7.0.0
+ python-dateutil >= 2.8.1, < 3.0.0
+ x-wr-timezone == 0.*
+ backports.zoneinfo; python_version == "3.7" or python_version == "3.8"