svn commit: r417758 - head/sysutils/py-plumbum

David Naylor dbn at FreeBSD.org
Wed Jun 29 06:00:58 UTC 2016


Author: dbn
Date: Wed Jun 29 06:00:56 2016
New Revision: 417758
URL: https://svnweb.freebsd.org/changeset/ports/417758

Log:
  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+

Modified:
  head/sysutils/py-plumbum/Makefile
  head/sysutils/py-plumbum/distinfo

Modified: head/sysutils/py-plumbum/Makefile
==============================================================================
--- head/sysutils/py-plumbum/Makefile	Wed Jun 29 05:29:20 2016	(r417757)
+++ head/sysutils/py-plumbum/Makefile	Wed Jun 29 06:00:56 2016	(r417758)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	plumbum
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/py-plumbum/distinfo
==============================================================================
--- head/sysutils/py-plumbum/distinfo	Wed Jun 29 05:29:20 2016	(r417757)
+++ head/sysutils/py-plumbum/distinfo	Wed Jun 29 06:00:56 2016	(r417758)
@@ -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


More information about the svn-ports-head mailing list