git: f009182dc091 - main - www/py-arxiv: Update to 2.1.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 06 Jul 2024 16:19:37 UTC
The branch main has been updated by sunpoet:

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

commit f009182dc091c82174f23ddeaeaeeafcf56e80ff
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-06 16:04:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-06 16:04:22 +0000

    www/py-arxiv: Update to 2.1.3
    
    Changes:        https://github.com/lukasschwab/arxiv.py/releases
---
 www/py-arxiv/Makefile             |  7 +++----
 www/py-arxiv/distinfo             |  6 +++---
 www/py-arxiv/files/patch-setup.py | 11 -----------
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/www/py-arxiv/Makefile b/www/py-arxiv/Makefile
index 456251bf43cd..fbc8d1c1d382 100644
--- a/www/py-arxiv/Makefile
+++ b/www/py-arxiv/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	arxiv
-PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTVERSION=	2.1.3
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +12,8 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10:textproc/py-feedparser@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10<7:textproc/py-feedparser@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.32.0<3:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdoc>=0:devel/py-pdoc@${PY_FLAVOR}
 
 USES=		python
diff --git a/www/py-arxiv/distinfo b/www/py-arxiv/distinfo
index 860b8bcf43f3..2ece4d4fa397 100644
--- a/www/py-arxiv/distinfo
+++ b/www/py-arxiv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703227928
-SHA256 (arxiv-2.1.0.tar.gz) = eb4b1d5ab9dfd66027c344bb324c20be21d56fe15f6ce216ed5b209df747dea8
-SIZE (arxiv-2.1.0.tar.gz) = 16791
+TIMESTAMP = 1720022882
+SHA256 (arxiv-2.1.3.tar.gz) = 32365221994d2cf05657c1fadf63a26efc8ccdec18590281ee03515bfef8bc4e
+SIZE (arxiv-2.1.3.tar.gz) = 16747
diff --git a/www/py-arxiv/files/patch-setup.py b/www/py-arxiv/files/patch-setup.py
deleted file mode 100644
index 0e7140ea8abd..000000000000
--- a/www/py-arxiv/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2023-10-17 08:50:39 UTC
-+++ setup.py
-@@ -11,7 +11,7 @@ setup(
-     packages=["arxiv"],
-     # dependencies
-     python_requires=">=3.7",
--    install_requires=["feedparser==6.0.10", "requests==2.31.0"],
-+    install_requires=["feedparser>=6.0.10", "requests>=2.31.0"],
-     tests_require=["pytest", "pdoc", "ruff"],
-     # metadata for upload to PyPI
-     author="Lukas Schwab",