Date: Mon, 9 Jan 2017 05:42:52 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430910 - head/sysutils/py-plumbum Message-ID: <201701090542.v095gqTQ099457@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Mon Jan 9 05:42:52 2017 New Revision: 430910 URL: https://svnweb.freebsd.org/changeset/ports/430910 Log: 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 Modified: head/sysutils/py-plumbum/Makefile head/sysutils/py-plumbum/distinfo Modified: head/sysutils/py-plumbum/Makefile ============================================================================== --- head/sysutils/py-plumbum/Makefile Mon Jan 9 05:35:23 2017 (r430909) +++ head/sysutils/py-plumbum/Makefile Mon Jan 9 05:42:52 2017 (r430910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plumbum -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-plumbum/distinfo ============================================================================== --- head/sysutils/py-plumbum/distinfo Mon Jan 9 05:35:23 2017 (r430909) +++ head/sysutils/py-plumbum/distinfo Mon Jan 9 05:42:52 2017 (r430910) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701090542.v095gqTQ099457>