Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2026 15:06:30 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f14e7523c9c - main - www/py-arxiv: Update to 4.0.0
Message-ID:  <6a0f1f76.43f19.63369550@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 2f14e7523c9c695451064b1373a8a1c19eed6144
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-21 14:52:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-21 14:52:11 +0000

    www/py-arxiv: Update to 4.0.0
    
    Changes:        https://github.com/lukasschwab/arxiv.py/releases
---
 www/py-arxiv/Makefile                   |  4 ++--
 www/py-arxiv/distinfo                   |  6 +++---
 www/py-arxiv/files/patch-pyproject.toml | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/www/py-arxiv/Makefile b/www/py-arxiv/Makefile
index daee7ac260c8..720951e6b9bd 100644
--- a/www/py-arxiv/Makefile
+++ b/www/py-arxiv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	arxiv
-PORTVERSION=	3.0.0
+PORTVERSION=	4.0.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10<7:textproc/py-feedparser@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=6.1.0<7/0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32<2.35:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdoc>=0:devel/py-pdoc@${PY_FLAVOR}
 
diff --git a/www/py-arxiv/distinfo b/www/py-arxiv/distinfo
index bc3bc246eea6..277c358158d5 100644
--- a/www/py-arxiv/distinfo
+++ b/www/py-arxiv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777252810
-SHA256 (arxiv-3.0.0.tar.gz) = c8cb0d31208afbc1ceb17bd3f9816c8d4c5ca1e0abf199d211e216715440498d
-SIZE (arxiv-3.0.0.tar.gz) = 67344
+TIMESTAMP = 1779223048
+SHA256 (arxiv-4.0.0.tar.gz) = 1d30a1dba5054e0df9b1d63f8e190b58e6a59d0c2f4ccec344ce1de5bafe546d
+SIZE (arxiv-4.0.0.tar.gz) = 198009
diff --git a/www/py-arxiv/files/patch-pyproject.toml b/www/py-arxiv/files/patch-pyproject.toml
deleted file mode 100644
index 6c422034c6ae..000000000000
--- a/www/py-arxiv/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -29,7 +29,7 @@ dependencies = [
- requires-python = ">=3.10"
- dependencies = [
-     "feedparser~=6.0.10",
--    "requests>=2.32,<2.34",
-+    "requests>=2.32,<2.35",
-     "typing_extensions>=4.0.0; python_version < '3.11'",
- ]
- 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f1f76.43f19.63369550>