svn commit: r512826 - head/devel/py-git_semver
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Sep 25 20:41:13 UTC 2019
Author: sunpoet
Date: Wed Sep 25 20:41:11 2019
New Revision: 512826
URL: https://svnweb.freebsd.org/changeset/ports/512826
Log:
Update to 0.3.1
Changes: https://github.com/hartym/git-semver/commits/master
Modified:
head/devel/py-git_semver/Makefile
head/devel/py-git_semver/distinfo
Modified: head/devel/py-git_semver/Makefile
==============================================================================
--- head/devel/py-git_semver/Makefile Wed Sep 25 20:41:06 2019 (r512825)
+++ head/devel/py-git_semver/Makefile Wed Sep 25 20:41:11 2019 (r512826)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= git_semver
-PORTVERSION= 0.2.4
+PORTVERSION= 0.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ COMMENT= Semantic versions management integrated to gi
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.7:devel/py-gitpython@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.6.0:devel/py-semantic_version@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1<3:devel/py-gitpython@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.8<3:devel/py-semantic_version@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
Modified: head/devel/py-git_semver/distinfo
==============================================================================
--- head/devel/py-git_semver/distinfo Wed Sep 25 20:41:06 2019 (r512825)
+++ head/devel/py-git_semver/distinfo Wed Sep 25 20:41:11 2019 (r512826)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561988333
-SHA256 (git_semver-0.2.4.tar.gz) = f527bd40c510c636c0a6371cdd39e2e24d697d201bed69baada08a7b48e2b2d9
-SIZE (git_semver-0.2.4.tar.gz) = 3466
+TIMESTAMP = 1568892753
+SHA256 (git_semver-0.3.1.tar.gz) = dd6ae37ed8d0925584bb5866468c11c4b3d0fd16ab4c638480e834cd477c05e4
+SIZE (git_semver-0.3.1.tar.gz) = 3586
More information about the svn-ports-head
mailing list