Date: Wed, 15 Apr 2020 17:58:29 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531777 - head/graphics/py-OWSLib Message-ID: <202004151758.03FHwTMa001068@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lbartoletti Date: Wed Apr 15 17:58:29 2020 New Revision: 531777 URL: https://svnweb.freebsd.org/changeset/ports/531777 Log: graphics/py-OWSLib: Update to 0.19.2 - Update to 0.19.2 - Python 3.5 support is dropped upstream Changelog: https://github.com/geopython/OWSLib/blob/master/CHANGES.rst#0192-2020-03-13 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24396 Modified: head/graphics/py-OWSLib/Makefile head/graphics/py-OWSLib/distinfo Modified: head/graphics/py-OWSLib/Makefile ============================================================================== --- head/graphics/py-OWSLib/Makefile Wed Apr 15 17:38:42 2020 (r531776) +++ head/graphics/py-OWSLib/Makefile Wed Apr 15 17:58:29 2020 (r531777) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= OWSLib -PORTVERSION= 0.19.0 +PORTVERSION= 0.19.2 CATEGORIES= graphics geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/graphics/py-OWSLib/distinfo ============================================================================== --- head/graphics/py-OWSLib/distinfo Wed Apr 15 17:38:42 2020 (r531776) +++ head/graphics/py-OWSLib/distinfo Wed Apr 15 17:58:29 2020 (r531777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574165009 -SHA256 (OWSLib-0.19.0.tar.gz) = 1d499981e13a1233822e94ee30c95ddd35d11f176e854d7f0cdc30ef55f5b065 -SIZE (OWSLib-0.19.0.tar.gz) = 158237 +TIMESTAMP = 1586758622 +SHA256 (OWSLib-0.19.2.tar.gz) = 605a742d088f1ed9c946e824d0b3be94b5256931f8b230dae63e27a52c781b6d +SIZE (OWSLib-0.19.2.tar.gz) = 158777
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004151758.03FHwTMa001068>