Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 16:03:34 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 16a52a343d9d - main - www/py-urlwatch: Update to 2.26
Message-ID:  <202304161603.33GG3YZv032654@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

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

commit 16a52a343d9d58d5949eb5992daa13cee54cd59d
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-04-16 16:02:27 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-04-16 16:02:27 +0000

    www/py-urlwatch: Update to 2.26
    
    * Remove no longer required USE_LOCALE as the UTF-8 mode is enabled by
      default when the locale is C since Python 3.7.
    
    * Also migrate from USES=pytest to the preferred USE_PYTHON=pytest
      while I'm here.
    
    Changelog:
    
    https://github.com/thp/urlwatch/blob/2.26/CHANGELOG.md
---
 www/py-urlwatch/Makefile | 7 +++----
 www/py-urlwatch/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/www/py-urlwatch/Makefile b/www/py-urlwatch/Makefile
index 8cc2316ae700..e309a0cbc642 100644
--- a/www/py-urlwatch/Makefile
+++ b/www/py-urlwatch/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	urlwatch
-DISTVERSION=	2.25
+DISTVERSION=	2.26
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,9 +26,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytesseract>0:graphics/py-pytesseract@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
 
-USES=		pytest python:3.6+
-USE_LOCALE=	en_US.UTF-8
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
diff --git a/www/py-urlwatch/distinfo b/www/py-urlwatch/distinfo
index 0da055093055..cb124973235e 100644
--- a/www/py-urlwatch/distinfo
+++ b/www/py-urlwatch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647542896
-SHA256 (urlwatch-2.25.tar.gz) = 6802297d3318286e7f3d36b9a4567a2fb09b0ae779d4b76811dd29a7281c1f8a
-SIZE (urlwatch-2.25.tar.gz) = 168241
+TIMESTAMP = 1681644688
+SHA256 (urlwatch-2.26.tar.gz) = b14bbe23d87b7d4ac8b4e71a51fd2066908a947ccf7b557c3e4f87b09f455e8f
+SIZE (urlwatch-2.26.tar.gz) = 174305



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304161603.33GG3YZv032654>