Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2024 06:29:35 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70908f8bec83 - main - devel/py-subprocess-tee: update to 0.4.2
Message-ID:  <202406200629.45K6TZtD099981@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70908f8bec836e1e17f1cc9db79dddea4fd710cf

commit 70908f8bec836e1e17f1cc9db79dddea4fd710cf
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2024-06-20 06:27:12 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2024-06-20 06:29:30 +0000

    devel/py-subprocess-tee: update to 0.4.2
    
    Account for PyPI packaging change of name to 'subprocess_tee'
    
    Changes:        https://github.com/pycontribs/subprocess-tee/releases/tag/v0.4.2
    Reported by:    repology
---
 devel/py-subprocess-tee/Makefile | 3 ++-
 devel/py-subprocess-tee/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/devel/py-subprocess-tee/Makefile b/devel/py-subprocess-tee/Makefile
index 21bca62c2a67..d9ed7b26f739 100644
--- a/devel/py-subprocess-tee/Makefile
+++ b/devel/py-subprocess-tee/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	subprocess-tee
-PORTVERSION=	0.4.1
+PORTVERSION=	0.4.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/}-${DISTVERSIONFULL}
 
 MAINTAINER=	matthew@FreeBSD.org
 COMMENT=	Captures output while still printing it in real-time
diff --git a/devel/py-subprocess-tee/distinfo b/devel/py-subprocess-tee/distinfo
index 6aa49b33478d..9427e3276c1d 100644
--- a/devel/py-subprocess-tee/distinfo
+++ b/devel/py-subprocess-tee/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1671381644
-SHA256 (subprocess-tee-0.4.1.tar.gz) = b3c124993f8b88d1eb1c2fde0bc2069787eac720ba88771cba17e8c93324825d
-SIZE (subprocess-tee-0.4.1.tar.gz) = 13599
+TIMESTAMP = 1718832881
+SHA256 (subprocess_tee-0.4.2.tar.gz) = 91b2b4da3aae9a7088d84acaf2ea0abee3f4fd9c0d2eae69a9b9122a71476590
+SIZE (subprocess_tee-0.4.2.tar.gz) = 14951



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406200629.45K6TZtD099981>