sysutils/py-plumbum: update to 1.9.2.

ChangeLog:
 * CLI: Progress now has a clear keyword that hides the bar on completion
 * CLI: Progress without clear now starts on next line without having to
        manually add '\n'.
 * Commands: modifiers now accept a timeout parameter (#281)
 * Commands: BG modifier now allows stdout/stderr redirection (to screen,
             for example) (#258)
 * Commands: Modifiers no longer crash on repr (#262)
 * Remote: nohup works again, typo fixed (#261)
 * Added better support for SunOS and other OS's. (#260)
 * Colors: Context manager flushes stream now, provides more consistant results
 * Other smaller bugfixes, better support for Python 3.6+
This commit is contained in:
David Naylor 2016-06-29 06:00:56 +00:00
parent 2cbfdecf15
commit 3124f36a1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417758
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= plumbum
PORTVERSION= 1.6.1
PORTVERSION= 1.6.2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,3 @@
SHA256 (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = ec7a13dcd7109fd29fcbceffc00b2247c4264ea91099e1322b6b041cb753ee75
SIZE (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = 255484
TIMESTAMP = 1467179757
SHA256 (tomerfiliba-plumbum-v1.6.2_GH0.tar.gz) = f450ba6e2e657873eb27e235e7544aef67a614a9797d1b4bf8f3b6ff8203df19
SIZE (tomerfiliba-plumbum-v1.6.2_GH0.tar.gz) = 256647