Date: Tue, 25 Feb 2020 20:53:33 +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: r527109 - head/devel/py-osc-lib Message-ID: <202002252053.01PKrXSd056798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 25 20:53:32 2020 New Revision: 527109 URL: https://svnweb.freebsd.org/changeset/ports/527109 Log: Update to 2.0.0 Changes: https://docs.openstack.org/osc-lib/latest/user/change_log.html https://docs.openstack.org/releasenotes/osc-lib/ Modified: head/devel/py-osc-lib/Makefile head/devel/py-osc-lib/distinfo Modified: head/devel/py-osc-lib/Makefile ============================================================================== --- head/devel/py-osc-lib/Makefile Tue Feb 25 20:53:27 2020 (r527108) +++ head/devel/py-osc-lib/Makefile Tue Feb 25 20:53:32 2020 (r527109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osc-lib -PORTVERSION= 1.15.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-osc-lib/distinfo ============================================================================== --- head/devel/py-osc-lib/distinfo Tue Feb 25 20:53:27 2020 (r527108) +++ head/devel/py-osc-lib/distinfo Tue Feb 25 20:53:32 2020 (r527109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578401148 -SHA256 (osc-lib-1.15.0.tar.gz) = a0a470f5f8f7c562a18719ffc2a9f0d98859b1666e920d93c99fbc32441797a5 -SIZE (osc-lib-1.15.0.tar.gz) = 93461 +TIMESTAMP = 1582642143 +SHA256 (osc-lib-2.0.0.tar.gz) = b1cd4467b72a73f7a4de51789581f63de6b93f0e0d15e916191aa26234b01ffa +SIZE (osc-lib-2.0.0.tar.gz) = 93445
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002252053.01PKrXSd056798>