Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2023 21:31:36 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 88854142b88e - main - devel/py-automaton: Update to 3.2.0
Message-ID:  <202309042131.384LVaiq092541@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88854142b88e75f12f2477aa5c9fe6c18c0179b0

commit 88854142b88e75f12f2477aa5c9fe6c18c0179b0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 21:25:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 21:30:08 +0000

    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
---
 devel/py-automaton/Makefile  | 5 +++--
 devel/py-automaton/distinfo  | 6 +++---
 devel/py-automaton/pkg-descr | 2 --
 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



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