Update to 0.12.0

- Take maintainership

Changes:	https://github.com/MechanicalSoup/MechanicalSoup/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-30 00:03:45 +00:00
parent 018a65f5f7
commit e8dbe9c6ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510197
3 changed files with 9 additions and 10 deletions

View file

@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= MechanicalSoup
PORTVERSION= 0.11.0
PORTVERSION= 0.12.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python library for automating interaction with websites
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4: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}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1536763627
SHA256 (MechanicalSoup-0.11.0.tar.gz) = 2712ec0f3087cbc719c6c3dfb317a05800ff14fcdbfa67a2f9f6e07226e7a94c
SIZE (MechanicalSoup-0.11.0.tar.gz) = 43088
TIMESTAMP = 1567087903
SHA256 (MechanicalSoup-0.12.0.tar.gz) = 39a60627a97981869251837b8bd082485f2f681df8a3315836ffaa74663627bd
SIZE (MechanicalSoup-0.12.0.tar.gz) = 44505

View file

@ -1,6 +1,5 @@
MechanicalSoup is a Python library for automating interaction with
websites. It automatically stores and sends cookies, follows redirects,
and can follow links and submit forms. Javascript is not supported at
the Moment.
MechanicalSoup is a Python library for automating interaction with websites. It
automatically stores and sends cookies, follows redirects, and can follow links
and submit forms. It doesn't do JavaScript.
WWW: https://github.com/MechanicalSoup/MechanicalSoup