aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2021-08-20 09:00:07 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2021-08-20 09:22:32 +0000
commitb7ecbf4637c8be48fd6ddc15d65c77212222b24c (patch)
tree7471b2eb5f38d59c79d7fc27263f0439b8a930ae
parent2a86a63ca95c28394342fc036e3365022296b9de (diff)
downloadports-b7ecbf4637c8be48fd6ddc15d65c77212222b24c.tar.gz
ports-b7ecbf4637c8be48fd6ddc15d65c77212222b24c.zip
misc/py-wurlitzer: Update to 3.0.0
- fallback on cffi to detect stdout/stderr pointers - use F_SETPIPE_SZ to set large pipe page size, if available - use Bytes/StringIO for pipes Changelog: https://github.com/minrk/wurlitzer/blob/main/CHANGELOG.md Reported by: portscout, Repology
-rw-r--r--misc/py-wurlitzer/Makefile2
-rw-r--r--misc/py-wurlitzer/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/py-wurlitzer/Makefile b/misc/py-wurlitzer/Makefile
index 6128e87ceada..e81d6c7231b8 100644
--- a/misc/py-wurlitzer/Makefile
+++ b/misc/py-wurlitzer/Makefile
@@ -1,7 +1,7 @@
# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= wurlitzer
-PORTVERSION= 2.1.1
+PORTVERSION= 3.0.0
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/py-wurlitzer/distinfo b/misc/py-wurlitzer/distinfo
index 4a6b7ce8f342..0e4157b73dd5 100644
--- a/misc/py-wurlitzer/distinfo
+++ b/misc/py-wurlitzer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628014814
-SHA256 (wurlitzer-2.1.1.tar.gz) = 5a3ea5a13a8aac2d808864087fec87a0518bf7d9776173ab06a6bb4ade9f4d27
-SIZE (wurlitzer-2.1.1.tar.gz) = 8674
+TIMESTAMP = 1629447027
+SHA256 (wurlitzer-3.0.0.tar.gz) = 01cb41f3bccc339632a28cb147b622241e785c23e11c69ce08efad5ebd2c427f
+SIZE (wurlitzer-3.0.0.tar.gz) = 9691