From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39BF815808D for ; Tue, 19 Apr 2022 17:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FA48E0831; Tue, 19 Apr 2022 17:21:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD1A5E0769 for ; Tue, 19 Apr 2022 17:21:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F943416B9 for ; Tue, 19 Apr 2022 17:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DA4D3B8 for ; Tue, 19 Apr 2022 17:21:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1650388874.d705a1ed14007ad5c33d133ea603b7ccbda056cb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.17.0.ebuild dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.0.ebuild dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild X-VCS-Directories: dev-python/sphinx-autodoc-typehints/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d705a1ed14007ad5c33d133ea603b7ccbda056cb X-VCS-Branch: master Date: Tue, 19 Apr 2022 17:21:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82b0c0ea-f116-4801-b013-74817907cdc3 X-Archives-Hash: e7a86dcadc861341d917c1fbdad21c5b commit: d705a1ed14007ad5c33d133ea603b7ccbda056cb Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Apr 19 17:13:00 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 19 17:21:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d705a1ed dev-python/sphinx-autodoc-typehints: remove whitespace in DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25109 Signed-off-by: Michał Górny gentoo.org> .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.17.0.ebuild | 2 +- .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.0.ebuild | 2 +- .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.17.0.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.17.0.ebuild index d977be48ce7f..3a85de133abc 100644 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.17.0.ebuild +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.17.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Type hints support for the Sphinx autodoc extension " +DESCRIPTION="Type hints support for the Sphinx autodoc extension" HOMEPAGE=" https://github.com/tox-dev/sphinx-autodoc-typehints/ https://pypi.org/project/sphinx-autodoc-typehints/ diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.0.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.0.ebuild index 566a798017bd..f6640a67dbab 100644 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.0.ebuild +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Type hints support for the Sphinx autodoc extension " +DESCRIPTION="Type hints support for the Sphinx autodoc extension" HOMEPAGE=" https://github.com/tox-dev/sphinx-autodoc-typehints/ https://pypi.org/project/sphinx-autodoc-typehints/ diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild index 566a798017bd..f6640a67dbab 100644 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Type hints support for the Sphinx autodoc extension " +DESCRIPTION="Type hints support for the Sphinx autodoc extension" HOMEPAGE=" https://github.com/tox-dev/sphinx-autodoc-typehints/ https://pypi.org/project/sphinx-autodoc-typehints/