Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 14:48:55 +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: r522382 - head/devel/py-automaton
Message-ID:  <202001081448.008Emt6f071327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  8 14:48:55 2020
New Revision: 522382
URL: https://svnweb.freebsd.org/changeset/ports/522382

Log:
  Update to 1.17.0
  
  - Update version requirement of RUN_DEPENDS
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://docs.openstack.org/automaton/latest/user/history.html

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

Modified: head/devel/py-automaton/Makefile
==============================================================================
--- head/devel/py-automaton/Makefile	Wed Jan  8 14:48:49 2020	(r522381)
+++ head/devel/py-automaton/Makefile	Wed Jan  8 14:48:55 2020	(r522382)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	automaton
-PORTVERSION=	1.14.0
+PORTVERSION=	1.17.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Friendly state machines for python
 
 LICENSE=	APACHE20
@@ -15,11 +15,11 @@ 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}prettytable>=0.7.2<0.8:devel/py-prettytable@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1:devel/py-prettytable@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/devel/py-automaton/distinfo
==============================================================================
--- head/devel/py-automaton/distinfo	Wed Jan  8 14:48:49 2020	(r522381)
+++ head/devel/py-automaton/distinfo	Wed Jan  8 14:48:55 2020	(r522382)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538381054
-SHA256 (automaton-1.14.0.tar.gz) = 7c2e9e784ecab01cb00909f86c88e4e9de74d95adc28cd6beb9586b6ad93ddc4
-SIZE (automaton-1.14.0.tar.gz) = 30412
+TIMESTAMP = 1578401132
+SHA256 (automaton-1.17.0.tar.gz) = 4e032549ccfe64bca8e121cc7af001f7dffd75831adcf8396a80445d485a8875
+SIZE (automaton-1.17.0.tar.gz) = 30862

Modified: head/devel/py-automaton/pkg-descr
==============================================================================
--- head/devel/py-automaton/pkg-descr	Wed Jan  8 14:48:49 2020	(r522381)
+++ head/devel/py-automaton/pkg-descr	Wed Jan  8 14:48:55 2020	(r522382)
@@ -1,9 +1,9 @@
-Friendly state machines for Python. The goal of this library is to provide well
-documented state machine classes and associated utilities.
-
+Automaton provides friendly state machines for python. The goal of this library
+is to provide well documented state machine classes and associated utilities.
 The state machine pattern (or the implemented variation there-of) is a commonly
 used pattern and has a multitude of various usages. Some of the usages for this
-library include providing state & transition validation and running,
-scheduling, analyzing the execution of tasks.
+library include providing state & transition validation and
+running/scheduling/analyzing the execution of tasks.
 
-WWW: https://docs.openstack.org/automaton
+WWW: https://docs.openstack.org/automaton/latest/
+WWW: https://github.com/openstack/automaton



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001081448.008Emt6f071327>