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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 708371382C5 for ; Tue, 5 Jan 2021 10:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9529CE0831; Tue, 5 Jan 2021 10:56:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D4D4E0831 for ; Tue, 5 Jan 2021 10:56:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C108134112E for ; Tue, 5 Jan 2021 10:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34AF62A9 for ; Tue, 5 Jan 2021 10:56:54 +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: <1609844201.109452dc51a25e7b1bfbdcab6df563d50ec9a1bd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-3.3.1-r1.ebuild dev-python/sphinx/sphinx-3.3.1.ebuild dev-python/sphinx/sphinx-3.4.0-r1.ebuild dev-python/sphinx/sphinx-3.4.0.ebuild dev-python/sphinx/sphinx-3.4.1-r1.ebuild dev-python/sphinx/sphinx-3.4.1.ebuild dev-python/sphinx/sphinx-3.4.2-r1.ebuild dev-python/sphinx/sphinx-3.4.2.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 109452dc51a25e7b1bfbdcab6df563d50ec9a1bd X-VCS-Branch: master Date: Tue, 5 Jan 2021 10:56:54 +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: 21adc4f9-961c-4e44-bd72-1a972a5b3aac X-Archives-Hash: b682fddea4243704487681217c36ec93 commit: 109452dc51a25e7b1bfbdcab6df563d50ec9a1bd Author: Michał Górny gentoo org> AuthorDate: Tue Jan 5 10:56:22 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 5 10:56:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109452dc dev-python/sphinx: Add min versions of dependencies Reported by Dakon. Signed-off-by: Michał Górny gentoo.org> .../sphinx/{sphinx-3.3.1.ebuild => sphinx-3.3.1-r1.ebuild} | 14 +++++++------- .../sphinx/{sphinx-3.4.2.ebuild => sphinx-3.4.0-r1.ebuild} | 12 ++++++------ .../sphinx/{sphinx-3.4.0.ebuild => sphinx-3.4.1-r1.ebuild} | 14 +++++++------- .../sphinx/{sphinx-3.4.1.ebuild => sphinx-3.4.2-r1.ebuild} | 14 +++++++------- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/dev-python/sphinx/sphinx-3.3.1.ebuild b/dev-python/sphinx/sphinx-3.3.1-r1.ebuild similarity index 93% rename from dev-python/sphinx/sphinx-3.3.1.ebuild rename to dev-python/sphinx/sphinx-3.3.1-r1.ebuild index 1d28fd61326..5345aa624ca 100644 --- a/dev-python/sphinx/sphinx-3.3.1.ebuild +++ b/dev-python/sphinx/sphinx-3.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,13 +22,13 @@ RESTRICT="!test? ( test )" RDEPEND=" =dev-python/Babel-1.3[${PYTHON_USEDEP}] + >=dev-python/docutils-0.12[${PYTHON_USEDEP}] dev-python/imagesize[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/snowballstemmer[${PYTHON_USEDEP}] + >=dev-python/jinja-2.3[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.5.0[${PYTHON_USEDEP}] + >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}] diff --git a/dev-python/sphinx/sphinx-3.4.2.ebuild b/dev-python/sphinx/sphinx-3.4.0-r1.ebuild similarity index 93% rename from dev-python/sphinx/sphinx-3.4.2.ebuild rename to dev-python/sphinx/sphinx-3.4.0-r1.ebuild index ca0c81f7516..5c5fee0c30b 100644 --- a/dev-python/sphinx/sphinx-3.4.2.ebuild +++ b/dev-python/sphinx/sphinx-3.4.0-r1.ebuild @@ -22,13 +22,13 @@ RESTRICT="!test? ( test )" RDEPEND=" =dev-python/Babel-1.3[${PYTHON_USEDEP}] + >=dev-python/docutils-0.12[${PYTHON_USEDEP}] dev-python/imagesize[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/snowballstemmer[${PYTHON_USEDEP}] + >=dev-python/jinja-2.3[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.5.0[${PYTHON_USEDEP}] + >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}] diff --git a/dev-python/sphinx/sphinx-3.4.0.ebuild b/dev-python/sphinx/sphinx-3.4.1-r1.ebuild similarity index 92% rename from dev-python/sphinx/sphinx-3.4.0.ebuild rename to dev-python/sphinx/sphinx-3.4.1-r1.ebuild index f99a4152883..5c5fee0c30b 100644 --- a/dev-python/sphinx/sphinx-3.4.0.ebuild +++ b/dev-python/sphinx/sphinx-3.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,13 +22,13 @@ RESTRICT="!test? ( test )" RDEPEND=" =dev-python/Babel-1.3[${PYTHON_USEDEP}] + >=dev-python/docutils-0.12[${PYTHON_USEDEP}] dev-python/imagesize[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/snowballstemmer[${PYTHON_USEDEP}] + >=dev-python/jinja-2.3[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.5.0[${PYTHON_USEDEP}] + >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}] diff --git a/dev-python/sphinx/sphinx-3.4.1.ebuild b/dev-python/sphinx/sphinx-3.4.2-r1.ebuild similarity index 92% rename from dev-python/sphinx/sphinx-3.4.1.ebuild rename to dev-python/sphinx/sphinx-3.4.2-r1.ebuild index f99a4152883..5c5fee0c30b 100644 --- a/dev-python/sphinx/sphinx-3.4.1.ebuild +++ b/dev-python/sphinx/sphinx-3.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,13 +22,13 @@ RESTRICT="!test? ( test )" RDEPEND=" =dev-python/Babel-1.3[${PYTHON_USEDEP}] + >=dev-python/docutils-0.12[${PYTHON_USEDEP}] dev-python/imagesize[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/snowballstemmer[${PYTHON_USEDEP}] + >=dev-python/jinja-2.3[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.5.0[${PYTHON_USEDEP}] + >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}] dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]