svn commit: r567660 - head/devel/py-automaton

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:17:31 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:17:26 2021
New Revision: 567660
URL: https://svnweb.freebsd.org/changeset/ports/567660

Log:
  Update to 2.3.0
  
  Changes:	https://docs.openstack.org/automaton/latest/user/history.html

Modified:
  head/devel/py-automaton/Makefile
  head/devel/py-automaton/distinfo

Modified: head/devel/py-automaton/Makefile
==============================================================================
--- head/devel/py-automaton/Makefile	Sun Mar  7 22:17:20 2021	(r567659)
+++ head/devel/py-automaton/Makefile	Sun Mar  7 22:17:26 2021	(r567660)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	automaton
-PORTVERSION=	2.2.0
-PORTREVISION=	1
+PORTVERSION=	2.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-automaton/distinfo
==============================================================================
--- head/devel/py-automaton/distinfo	Sun Mar  7 22:17:20 2021	(r567659)
+++ head/devel/py-automaton/distinfo	Sun Mar  7 22:17:26 2021	(r567660)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596280078
-SHA256 (automaton-2.2.0.tar.gz) = 88144e0ec07c40edcb70a547ea74ca5718994e7a0694b6c4cb6679e57eb26095
-SIZE (automaton-2.2.0.tar.gz) = 31629
+TIMESTAMP = 1614794258
+SHA256 (automaton-2.3.0.tar.gz) = 3173a5fdbbb14ab4c6c53ea5c8f82c337fe4b3dc5a3dcd7d1804fd685868cf2e
+SIZE (automaton-2.3.0.tar.gz) = 34510


More information about the svn-ports-all mailing list