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 86D0A15808B for ; Mon, 4 Apr 2022 19:32:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA34DE087A; Mon, 4 Apr 2022 19:32:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D7C8E084A for ; Mon, 4 Apr 2022 19:32:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D41B3412D4 for ; Mon, 4 Apr 2022 19:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EFBC391 for ; Mon, 4 Apr 2022 19:32:06 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1649100722.6d03ca6f0d0ffac3bb3fea82864fd71fcea2f7cf.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pypandoc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pypandoc/Manifest dev-python/pypandoc/pypandoc-1.7.2.ebuild dev-python/pypandoc/pypandoc-1.7.5.ebuild X-VCS-Directories: dev-python/pypandoc/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6d03ca6f0d0ffac3bb3fea82864fd71fcea2f7cf X-VCS-Branch: dev Date: Mon, 4 Apr 2022 19:32:06 +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: ee100cf5-249d-494c-a68e-cde2f616f5cb X-Archives-Hash: 97c397f9178415bf6932e228fb05eeab commit: 6d03ca6f0d0ffac3bb3fea82864fd71fcea2f7cf Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 4 18:57:27 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Apr 4 19:32:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d03ca6f dev-python/pypandoc: add 1.7.5, drop 1.7.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pypandoc/Manifest | 2 +- dev-python/pypandoc/{pypandoc-1.7.2.ebuild => pypandoc-1.7.5.ebuild} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pypandoc/Manifest b/dev-python/pypandoc/Manifest index 633327a82..59a93f827 100644 --- a/dev-python/pypandoc/Manifest +++ b/dev-python/pypandoc/Manifest @@ -1,2 +1,2 @@ -DIST pypandoc-1.7.2.tar.gz 27900 BLAKE2B f09d1e3431717be44ea396ee44d2d00c11ed0e181d7f79d6be98536b9474972efe146e7c94eb571ab3f7dd2acf32ed53581d4b738497650c37a91e54ead5985e SHA512 95387c18768e480869eac334e5dcfc4ea978033d423de055d616a4a1ef015fe1fbc6a25405c086811621f4ad2d599c9fa245e740de5504baaf801bc522a6fb29 DIST pypandoc-1.7.4.tar.gz 30526 BLAKE2B 44ea2083e014874e4fc5ce9ce8d2dcff64319e7d0d77baffc61fa0d0c2a7fd209642f706eaf4ad258b65a4f0ad8851a9ea02d38d0db4e71c136b972a5934cb79 SHA512 01a7165974ca844b55c387e8ed9b5278c43b5879ca6ea51e0aafab9f035667d37fc06a52a5c0820e18b321ddd5185e53a49561c84e157cb0ead76c7f84d0bcc1 +DIST pypandoc-1.7.5.tar.gz 23186705 BLAKE2B 2718e2c4485a10e2a1f78e59b893b8041fcbfd6fd3393c8fcf429625fb0fbe0a0f83229323579e58fb40b6fb85fe018ecc7b597de7774e20e2736f301761fc9f SHA512 bbd5e96a98b1030aa7dfbeaea12dc5c053e9b3182c0feca6d6cec6eba9c148662a628cbe12b1ddf8a4f2891df98fe8f60fc1bde0d5d2f60664dd3e412974655f diff --git a/dev-python/pypandoc/pypandoc-1.7.2.ebuild b/dev-python/pypandoc/pypandoc-1.7.5.ebuild similarity index 92% rename from dev-python/pypandoc/pypandoc-1.7.2.ebuild rename to dev-python/pypandoc/pypandoc-1.7.5.ebuild index 4e5cda380..26ff6c3da 100644 --- a/dev-python/pypandoc/pypandoc-1.7.2.ebuild +++ b/dev-python/pypandoc/pypandoc-1.7.5.ebuild @@ -32,6 +32,7 @@ DEPEND=" dev-python/urllib3[${PYTHON_USEDEP}] " +PATCHES=( "${FILESDIR}/${PN}-1.7.4-dont-install-examples.patch" ) PROPERTIES="test_network" RESTRICT="test"