mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
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
This commit is contained in:
parent
b3571405cb
commit
d4f1a32eef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430910
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plumbum
|
||||
PORTVERSION= 1.6.2
|
||||
PORTVERSION= 1.6.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user