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 1A2B015800F for ; Mon, 16 Jan 2023 01:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83FC7E0896; Mon, 16 Jan 2023 01:57:14 +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 6A477E0896 for ; Mon, 16 Jan 2023 01:57:14 +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 89B0B340F9E for ; Mon, 16 Jan 2023 01:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FEB9888 for ; Mon, 16 Jan 2023 01:57:10 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1673834226.5da158f268939093b012b8449cae523759395830.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.23.3.ebuild net-misc/gallery-dl/gallery-dl-1.23.5.ebuild net-misc/gallery-dl/gallery-dl-1.24.1.ebuild net-misc/gallery-dl/gallery-dl-1.24.2.ebuild net-misc/gallery-dl/gallery-dl-1.24.3.ebuild net-misc/gallery-dl/gallery-dl-1.24.4.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5da158f268939093b012b8449cae523759395830 X-VCS-Branch: master Date: Mon, 16 Jan 2023 01:57:10 +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: 869e67b3-f92c-4b69-b817-e5f1592a4d3e X-Archives-Hash: ae950b2a4d22f521c867b76ce6572ca7 commit: 5da158f268939093b012b8449cae523759395830 Author: Maciej Barć gentoo org> AuthorDate: Mon Jan 16 01:33:20 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jan 16 01:57:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da158f2 net-misc/gallery-dl: enable python 3.11 Signed-off-by: Maciej Barć gentoo.org> net-misc/gallery-dl/gallery-dl-1.23.3.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.23.5.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.24.1.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.24.2.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.24.3.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-1.24.4.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild index d9df5e672b83..047b1e34af67 100644 --- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.23.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.23.5.ebuild index d9df5e672b83..047b1e34af67 100644 --- a/net-misc/gallery-dl/gallery-dl-1.23.5.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.23.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild index d9df5e672b83..047b1e34af67 100644 --- a/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild index cc1191e0e7e4..3c10d80b2f57 100644 --- a/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.24.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.24.3.ebuild index cc1191e0e7e4..3c10d80b2f57 100644 --- a/net-misc/gallery-dl/gallery-dl-1.24.3.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.24.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.24.4.ebuild b/net-misc/gallery-dl/gallery-dl-1.24.4.ebuild index cc1191e0e7e4..3c10d80b2f57 100644 --- a/net-misc/gallery-dl/gallery-dl-1.24.4.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.24.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index cc1191e0e7e4..3c10d80b2f57 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite,ssl,xml(+)" inherit distutils-r1 optfeature