Date: Thu, 10 Jun 2021 14:48:53 GMT 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: 7916289d5720 - main - www/py-mechanicalsoup: Update to 1.1.0 Message-ID: <202106101448.15AEmrri049631@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7916289d5720d3252a04ba23081f2d1a2c901e5d commit 7916289d5720d3252a04ba23081f2d1a2c901e5d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 14:30:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-10 14:46:16 +0000 www/py-mechanicalsoup: Update to 1.1.0 Changes: https://github.com/MechanicalSoup/MechanicalSoup/releases --- www/py-mechanicalsoup/Makefile | 7 +++---- www/py-mechanicalsoup/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/py-mechanicalsoup/Makefile b/www/py-mechanicalsoup/Makefile index 687ce78024ca..32abb8cc91eb 100644 --- a/www/py-mechanicalsoup/Makefile +++ b/www/py-mechanicalsoup/Makefile @@ -1,7 +1,7 @@ # Created by: Thomas Zander <riggs@FreeBSD.org> PORTNAME= mechanicalsoup -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,9 @@ COMMENT= Python library for automating interaction with websites LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4:www/py-beautifulsoup@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.7:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ diff --git a/www/py-mechanicalsoup/distinfo b/www/py-mechanicalsoup/distinfo index 4e23f112ed90..cb5d7e1f1f4d 100644 --- a/www/py-mechanicalsoup/distinfo +++ b/www/py-mechanicalsoup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405465 -SHA256 (MechanicalSoup-1.0.0.tar.gz) = 37d3b15c1957917d3ae171561e77f4dd4c08c35eb4500b8781f6e7e1bb6c4d07 -SIZE (MechanicalSoup-1.0.0.tar.gz) = 47572 +TIMESTAMP = 1622213956 +SHA256 (MechanicalSoup-1.1.0.tar.gz) = 2be8ad9b7571990fce16d0f99a741779921510eb133d3a4dfdeccb2ff2cd00e5 +SIZE (MechanicalSoup-1.1.0.tar.gz) = 49270
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101448.15AEmrri049631>