From d4f1a32eef9d84fe35abbc84fbb3b01c05fadd61 Mon Sep 17 00:00:00 2001 From: David Naylor Date: Mon, 9 Jan 2017 05:42:52 +0000 Subject: sysutils/py-plumbum: update to 1.6.3 * Python 3.6 is now supported, critical bug fixed (#302) * Commands: Better handling of return codes for pipelines (#288) * Paths: Return split support (regression) (#286) - also supports dummy args for better ``str`` compatibility * Paths: Added support for Python 3.6 path protocol * Paths: Support Python's ``in`` syntax * CLI: Added Config parser (provisional) (#304) * Color: image plots with `python -m plumbum.cli.image` (#304) * SSH: No longer hangs on failure (#306) * Test improvements, especially on non-linux systems --- sysutils/py-plumbum/Makefile | 2 +- sysutils/py-plumbum/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/py-plumbum/Makefile b/sysutils/py-plumbum/Makefile index 0c7122d9bd34..2350337ef6ed 100644 --- a/sysutils/py-plumbum/Makefile +++ b/sysutils/py-plumbum/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plumbum -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-plumbum/distinfo b/sysutils/py-plumbum/distinfo index 2fec80038fba..4573a0228eec 100644 --- a/sysutils/py-plumbum/distinfo +++ b/sysutils/py-plumbum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467179757 -SHA256 (tomerfiliba-plumbum-v1.6.2_GH0.tar.gz) = f450ba6e2e657873eb27e235e7544aef67a614a9797d1b4bf8f3b6ff8203df19 -SIZE (tomerfiliba-plumbum-v1.6.2_GH0.tar.gz) = 256647 +TIMESTAMP = 1483940282 +SHA256 (tomerfiliba-plumbum-v1.6.3_GH0.tar.gz) = 373b6783db61ca327a0fb7de3d3ebdb5ba394368cdb5a2ff4a33cb128634b408 +SIZE (tomerfiliba-plumbum-v1.6.3_GH0.tar.gz) = 280830 -- cgit v1.2.3