svn commit: r466326 - head/devel/py-keystoneauth1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 3 09:52:08 UTC 2018
Author: sunpoet
Date: Tue Apr 3 09:52:05 2018
New Revision: 466326
URL: https://svnweb.freebsd.org/changeset/ports/466326
Log:
Update to 3.4.0
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://docs.openstack.org/keystoneauth/latest/history.html
PR: 226773
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
Modified:
head/devel/py-keystoneauth1/Makefile
head/devel/py-keystoneauth1/distinfo (contents, props changed)
Modified: head/devel/py-keystoneauth1/Makefile
==============================================================================
--- head/devel/py-keystoneauth1/Makefile Tue Apr 3 09:51:59 2018 (r466325)
+++ head/devel/py-keystoneauth1/Makefile Tue Apr 3 09:52:05 2018 (r466326)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= keystoneauth1
-PORTVERSION= 2.17.0
+PORTVERSION= 3.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,16 +12,14 @@ COMMENT= Authentication Library for OpenStack Identity
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore@${FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${FLAVOR}
NO_ARCH= yes
-
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
Modified: head/devel/py-keystoneauth1/distinfo
==============================================================================
--- head/devel/py-keystoneauth1/distinfo Tue Apr 3 09:51:59 2018 (r466325)
+++ head/devel/py-keystoneauth1/distinfo Tue Apr 3 09:52:05 2018 (r466326)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485279286
-SHA256 (keystoneauth1-2.17.0.tar.gz) = 74838029135c4a3053d392439f756cbc8dac7ee14895e15d50b393c7aea600bc
-SIZE (keystoneauth1-2.17.0.tar.gz) = 184273
+TIMESTAMP = 1521261637
+SHA256 (keystoneauth1-3.4.0.tar.gz) = 9f1565eb261677e6d726c1323ce8ed8da3e1b0f70e9cee14f094ebd03fbeb328
+SIZE (keystoneauth1-3.4.0.tar.gz) = 227170
More information about the svn-ports-all
mailing list