From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wurlitzer/
Date: Thu, 26 Aug 2021 07:58:07 +0000 (UTC)	[thread overview]
Message-ID: <1629964682.ac1f12f0acf974907de46c000b9a368dafe1fe0b.mgorny@gentoo> (raw)
commit:     ac1f12f0acf974907de46c000b9a368dafe1fe0b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 07:18:27 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 07:58:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1f12f0
dev-python/wurlitzer: Bump to 3.0.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
 dev-python/wurlitzer/Manifest               |  1 +
 dev-python/wurlitzer/wurlitzer-3.0.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
diff --git a/dev-python/wurlitzer/Manifest b/dev-python/wurlitzer/Manifest
index 56451f65cc7..6fb5fec3a20 100644
--- a/dev-python/wurlitzer/Manifest
+++ b/dev-python/wurlitzer/Manifest
@@ -1,3 +1,4 @@
 DIST wurlitzer-2.1.0.tar.gz 8788 BLAKE2B 9a9e9696446fe31f0ff392eee011f341ee24c102e4e6bac195586b764386d1a835567560306cd3cb6e942b539a57ffa15aa9b3a20fac9224311ed7301130c84d SHA512 cc7291786b0505627129619094218f51c0679c0c3550645af3b94bdd3f10afd5fc8402d89dcb599d874a5c9e4f4966dc49a6f98a1ab0e2bb9adbc3f95d4fcc6a
 DIST wurlitzer-2.1.1.tar.gz 8674 BLAKE2B 08cad7fc0ba0852a5d54b9141b419ed822330b763bc6a906be0be0f7f6e4e0f8d6c83e62fc8a63f5179babbaa6fcd4d8fb1e4a876631e324bd53d21f4f116f68 SHA512 776dfbdbfbe6c87818ce527519730a20dbb43f140751195c67e73eb3fa5a9a9181b8b475336ee43a184dc5b712ddaccbfc74bb0279b47f2d3b3e4d7db4a471ea
 DIST wurlitzer-3.0.0.tar.gz 9691 BLAKE2B e20f14461c3104a889bb6ed61fd4db2cd0fd98db6b1d4622edb8b40a3d0bbfa11dc84a1538d69e7f7e6227667d9881cf4c4df3926d5804b2d1006ac3d01df939 SHA512 f5b19e7b1e1e55f76d54e69797ea3baa78fc32885904431e82474b61c70e543f93a0ca2d6cbb5729a6c937b339ae62fd45ada0d137ec7c339a1009d0a84beea0
+DIST wurlitzer-3.0.2.tar.gz 9846 BLAKE2B fe3223d1305891b60b9b3c361e05047d227f5682c63a47135b0d3e95bc373918266ec4cc141c947ff68795da12a8ea0c3c9c7e7a6ea31de8af22766b3354bbca SHA512 b0398699a15910511726053d32aa883fba249df9e7de393d645e4ac927d6ee9950fb459d27129d2806e39494245250b23ddf41acd349af514056dba1739cb1c8
diff --git a/dev-python/wurlitzer/wurlitzer-3.0.2.ebuild b/dev-python/wurlitzer/wurlitzer-3.0.2.ebuild
new file mode 100644
index 00000000000..7a64cf34eba
--- /dev/null
+++ b/dev-python/wurlitzer/wurlitzer-3.0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Capture C-level stdout/stderr in Python"
+HOMEPAGE="
+	https://github.com/minrk/wurlitzer/
+	https://pypi.org/project/wurlitzer/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+	epytest test.py
+}
next             reply	other threads:[~2021-08-26  7:58 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26  7:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-18 14:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/wurlitzer/ Sam James
2025-02-20 17:09 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29  7:57 Arthur Zamarin
2024-06-13  4:05 Michał Górny
2024-05-17  8:20 Michał Górny
2024-05-17  8:15 Michał Górny
2024-05-17  8:14 Michał Górny
2024-04-30  5:02 Michał Górny
2023-11-20 10:06 Sam James
2023-11-17 11:16 Andrew Ammerlaan
2023-08-24 18:15 Sam James
2023-08-22 12:31 Sam James
2023-08-05 19:35 Arthur Zamarin
2023-08-04 21:38 Sam James
2023-08-02  4:27 Sam James
2023-07-24  8:54 Jakov Smolić
2023-07-17 11:15 Sam James
2023-07-17  6:12 Sam James
2023-07-14 18:22 Arthur Zamarin
2023-07-07 11:25 WANG Xuerui
2023-06-16 13:47 Arthur Zamarin
2023-06-14 17:06 Yixun Lan
2023-06-14 12:31 Arthur Zamarin
2023-05-31  9:51 Michał Górny
2023-03-16  4:13 Michał Górny
2023-01-08  5:12 Michał Górny
2023-01-07 18:50 Arthur Zamarin
2022-12-02 14:35 Arthur Zamarin
2022-06-05  5:53 Michał Górny
2022-05-16 16:03 Andrew Ammerlaan
2021-10-03 19:24 Michał Górny
2021-10-03 18:48 Sam James
2021-08-26  8:24 Michał Górny
2021-08-26  4:41 Agostino Sarubbo
2021-08-19 19:44 Andrew Ammerlaan
2021-07-22  7:25 Michał Górny
2021-05-07 13:44 Michał Górny
2021-05-07 13:28 Sam James
2021-05-06  8:35 Michał Górny
2021-05-06  8:35 Michał Górny
2021-03-31 10:14 Michał Górny
2020-12-11 13:04 Michał Górny
2020-08-22  7:13 Michał Górny
2020-07-17  4:14 Matt Turner
2020-01-15 11:52 Joonas Niilola
2020-01-15 11:52 Joonas Niilola
2020-01-15 11:52 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1629964682.ac1f12f0acf974907de46c000b9a368dafe1fe0b.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox