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 F143E15800F for ; Thu, 19 Jan 2023 00:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E14EE0921; Thu, 19 Jan 2023 00:11:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 03ABFE0921 for ; Thu, 19 Jan 2023 00:11:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 229CD335D7D for ; Thu, 19 Jan 2023 00:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A67F523 for ; Thu, 19 Jan 2023 00:11:54 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1674087081.f35a455ce7a93c864cbee6191c08c70dddc0e74f.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/markdown-include/markdown-include-0.7.0.ebuild dev-python/markdown-include/markdown-include-0.8.0.ebuild X-VCS-Directories: dev-python/markdown-include/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: f35a455ce7a93c864cbee6191c08c70dddc0e74f X-VCS-Branch: dev Date: Thu, 19 Jan 2023 00:11: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: 1580b723-7de9-47a1-ad31-39b96402b1c9 X-Archives-Hash: 61b855396d778740ec437a693f689962 commit: f35a455ce7a93c864cbee6191c08c70dddc0e74f Author: Sergey Torokhov yandex ru> AuthorDate: Thu Jan 19 00:11:21 2023 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Thu Jan 19 00:11:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f35a455c dev-python/markdown-include: drop python3.8 compat Signed-off-by: Sergey Torokhov yandex.ru> dev-python/markdown-include/markdown-include-0.7.0.ebuild | 4 ++-- dev-python/markdown-include/markdown-include-0.8.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/markdown-include/markdown-include-0.7.0.ebuild b/dev-python/markdown-include/markdown-include-0.7.0.ebuild index 2d4dbe8d5..0ecda611d 100644 --- a/dev-python/markdown-include/markdown-include-0.7.0.ebuild +++ b/dev-python/markdown-include/markdown-include-0.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild b/dev-python/markdown-include/markdown-include-0.8.0.ebuild index db5b8e345..73061b7c8 100644 --- a/dev-python/markdown-include/markdown-include-0.8.0.ebuild +++ b/dev-python/markdown-include/markdown-include-0.8.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1