Date: Mon, 18 May 2020 19:49:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535781 - head/www/py-requests-toolbelt Message-ID: <202005181949.04IJnFMD049264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 18 19:49:15 2020 New Revision: 535781 URL: https://svnweb.freebsd.org/changeset/ports/535781 Log: Update to 0.9.1 - Take maintainership Changes: https://github.com/requests/toolbelt/blob/master/HISTORY.rst PR: 246405 Submitted by: sunpoet (myself) Approved by: wg (maintainer) Modified: head/www/py-requests-toolbelt/Makefile head/www/py-requests-toolbelt/distinfo Modified: head/www/py-requests-toolbelt/Makefile ============================================================================== --- head/www/py-requests-toolbelt/Makefile Mon May 18 19:48:29 2020 (r535780) +++ head/www/py-requests-toolbelt/Makefile Mon May 18 19:49:15 2020 (r535781) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= requests-toolbelt -DISTVERSION= 0.8.0 -PORTREVISION= 2 +PORTVERSION= 0.9.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wg@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility belt for advanced users of python-requests LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1<3.0.0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes + PORTDOCS= * OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PY_SPHINX} \ - ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" post-install-DOCS-on: Modified: head/www/py-requests-toolbelt/distinfo ============================================================================== --- head/www/py-requests-toolbelt/distinfo Mon May 18 19:48:29 2020 (r535780) +++ head/www/py-requests-toolbelt/distinfo Mon May 18 19:49:15 2020 (r535781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524999808 -SHA256 (requests-toolbelt-0.8.0.tar.gz) = f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5 -SIZE (requests-toolbelt-0.8.0.tar.gz) = 196129 +TIMESTAMP = 1581532907 +SHA256 (requests-toolbelt-0.9.1.tar.gz) = 968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0 +SIZE (requests-toolbelt-0.9.1.tar.gz) = 207286
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005181949.04IJnFMD049264>