Date: Sat, 6 Oct 2018 09:34:40 +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: r481341 - head/devel/py-oslo.cache Message-ID: <201810060934.w969YeVg001344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 6 09:34:40 2018 New Revision: 481341 URL: https://svnweb.freebsd.org/changeset/ports/481341 Log: Update to 1.31.0 Changes: https://docs.openstack.org/oslo.cache/latest/user/history.html Modified: head/devel/py-oslo.cache/Makefile head/devel/py-oslo.cache/distinfo Modified: head/devel/py-oslo.cache/Makefile ============================================================================== --- head/devel/py-oslo.cache/Makefile Sat Oct 6 09:34:32 2018 (r481340) +++ head/devel/py-oslo.cache/Makefile Sat Oct 6 09:34:40 2018 (r481341) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.cache -PORTVERSION= 1.30.1 +PORTVERSION= 1.31.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,8 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6 ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-oslo.cache/distinfo ============================================================================== --- head/devel/py-oslo.cache/distinfo Sat Oct 6 09:34:32 2018 (r481340) +++ head/devel/py-oslo.cache/distinfo Sat Oct 6 09:34:40 2018 (r481341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525895079 -SHA256 (oslo.cache-1.30.1.tar.gz) = b9d5af6e5eba0a60526638c07c31d7fc20391e4e364a4f28f4802ce037de7981 -SIZE (oslo.cache-1.30.1.tar.gz) = 53406 +TIMESTAMP = 1538663013 +SHA256 (oslo.cache-1.31.0.tar.gz) = 44a781cc44fbd2525b31bd76c907f2e9e6f408f5a7c1d25641dc5db619afd85a +SIZE (oslo.cache-1.31.0.tar.gz) = 54215
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810060934.w969YeVg001344>