svn commit: r506159 - head/devel/py-deprecated
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 7 19:13:23 UTC 2019
Author: sunpoet
Date: Sun Jul 7 19:13:20 2019
New Revision: 506159
URL: https://svnweb.freebsd.org/changeset/ports/506159
Log:
Update to 1.2.6
Changes: https://github.com/tantale/deprecated/releases
https://github.com/tantale/deprecated/blob/master/CHANGELOG.rst
Modified:
head/devel/py-deprecated/Makefile
head/devel/py-deprecated/distinfo
Modified: head/devel/py-deprecated/Makefile
==============================================================================
--- head/devel/py-deprecated/Makefile Sun Jul 7 19:13:15 2019 (r506158)
+++ head/devel/py-deprecated/Makefile Sun Jul 7 19:13:20 2019 (r506159)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= deprecated
-PORTVERSION= 1.2.5
+PORTVERSION= 1.2.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ COMMENT= @deprecated decorator to deprecate old python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>=1<2:devel/py-wrapt@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>=1.10<2:devel/py-wrapt@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
Modified: head/devel/py-deprecated/distinfo
==============================================================================
--- head/devel/py-deprecated/distinfo Sun Jul 7 19:13:15 2019 (r506158)
+++ head/devel/py-deprecated/distinfo Sun Jul 7 19:13:20 2019 (r506159)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561726193
-SHA256 (Deprecated-1.2.5.tar.gz) = 2f293eb0eee34b1fcf3da530fe8fc4b0d71d43ddc2dc78e2ffb444b6c0868557
-SIZE (Deprecated-1.2.5.tar.gz) = 5041781
+TIMESTAMP = 1562501185
+SHA256 (Deprecated-1.2.6.tar.gz) = a515c4cf75061552e0284d123c3066fbbe398952c87333a92b8fc3dd8e4f9cc1
+SIZE (Deprecated-1.2.6.tar.gz) = 5046841
More information about the svn-ports-all
mailing list