git: b7ecbf4637c8 - main - misc/py-wurlitzer: Update to 3.0.0
Rainer Hurling
rhurlin at FreeBSD.org
Fri Aug 20 09:22:47 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ecbf4637c8be48fd6ddc15d65c77212222b24c
commit b7ecbf4637c8be48fd6ddc15d65c77212222b24c
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-08-20 09:00:07 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-08-20 09:22:32 +0000
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
---
misc/py-wurlitzer/Makefile | 2 +-
misc/py-wurlitzer/distinfo | 6 +++---
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 at 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
More information about the dev-commits-ports-all
mailing list