aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-04 21:25:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-04 21:30:08 +0000
commit88854142b88e75f12f2477aa5c9fe6c18c0179b0 (patch)
tree7be2014f57a1ed39cfbca92fee427862136c763c
parent9f05a93a1cac93b5a046ea0c07c6561499dca583 (diff)
downloadports-88854142b88e75f12f2477aa5c9fe6c18c0179b0.tar.gz
ports-88854142b88e75f12f2477aa5c9fe6c18c0179b0.zip
devel/py-automaton: Update to 3.2.0
- Update WWW and clean up pkg-descr Changes: https://docs.openstack.org/automaton/latest/user/history.html
-rw-r--r--devel/py-automaton/Makefile5
-rw-r--r--devel/py-automaton/distinfo6
-rw-r--r--devel/py-automaton/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-automaton/Makefile b/devel/py-automaton/Makefile
index f2be7ce3e787..11905c8e35a7 100644
--- a/devel/py-automaton/Makefile
+++ b/devel/py-automaton/Makefile
@@ -1,12 +1,13 @@
PORTNAME= automaton
-PORTVERSION= 3.1.0
+PORTVERSION= 3.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Friendly state machines for python
-WWW= https://docs.openstack.org/automaton/latest/
+WWW= https://docs.openstack.org/automaton/latest/ \
+ https://github.com/openstack/automaton
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-automaton/distinfo b/devel/py-automaton/distinfo
index 486f36408e67..d74cf1465491 100644
--- a/devel/py-automaton/distinfo
+++ b/devel/py-automaton/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771189
-SHA256 (automaton-3.1.0.tar.gz) = 7f6c34ed93db48126e277e21bd5cbe82ecd425b21a14e9e8295d4bb2a699213f
-SIZE (automaton-3.1.0.tar.gz) = 34611
+TIMESTAMP = 1693823861
+SHA256 (automaton-3.2.0.tar.gz) = 047670886e9bc316e3915c23b092cde501d49cae0d37a93ac6dde34b5044b2cc
+SIZE (automaton-3.2.0.tar.gz) = 34778
diff --git a/devel/py-automaton/pkg-descr b/devel/py-automaton/pkg-descr
index 07d1387e3852..724036ee1ba8 100644
--- a/devel/py-automaton/pkg-descr
+++ b/devel/py-automaton/pkg-descr
@@ -4,5 +4,3 @@ 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.
-
-See also: https://github.com/openstack/automaton