Date: Mon, 7 Mar 2022 18:18:03 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: 223158d4e7c3 - main - devel/py-semantic-version: Update to 2.9.0 Message-ID: <202203071818.227II3C8061162@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=223158d4e7c33812caf0889e07430b5343a48262 commit 223158d4e7c33812caf0889e07430b5343a48262 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 17:53:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 18:11:17 +0000 devel/py-semantic-version: Update to 2.9.0 Changes: https://github.com/rbarrois/python-semanticversion/blob/master/ChangeLog --- devel/py-semantic-version/Makefile | 4 ++-- devel/py-semantic-version/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-semantic-version/Makefile b/devel/py-semantic-version/Makefile index e44b2ed6fe87..5b347606226a 100644 --- a/devel/py-semantic-version/Makefile +++ b/devel/py-semantic-version/Makefile @@ -1,7 +1,7 @@ # Created by: Fukang Chen <loader@FreeBSD.org> PORTNAME= semantic-version -PORTVERSION= 2.8.5 +PORTVERSION= 2.9.0 MASTER_SITES= CHEESESHOP CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Python library provides a few tools to handle SemVer in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.1:www/py-django22@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-semantic-version/distinfo b/devel/py-semantic-version/distinfo index 4d377917035e..7cfe120b0462 100644 --- a/devel/py-semantic-version/distinfo +++ b/devel/py-semantic-version/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588242130 -SHA256 (semantic_version-2.8.5.tar.gz) = d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54 -SIZE (semantic_version-2.8.5.tar.gz) = 50009 +TIMESTAMP = 1646058038 +SHA256 (semantic_version-2.9.0.tar.gz) = abf54873553e5e07a6fd4d5f653b781f5ae41297a493666b59dcf214006a12b2 +SIZE (semantic_version-2.9.0.tar.gz) = 51123
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203071818.227II3C8061162>