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 A65ED1581D3 for ; Sat, 25 May 2024 17:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2774E29A7; Sat, 25 May 2024 17:07: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 BA556E29A7 for ; Sat, 25 May 2024 17:07: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A77E733BDF0 for ; Sat, 25 May 2024 17:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F7E91ACD for ; Sat, 25 May 2024 17:07:55 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716656283.db6ce08d9a01d41ae4ada0e222643204648ba9da.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/azure-storage-blob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild X-VCS-Directories: dev-python/azure-storage-blob/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: db6ce08d9a01d41ae4ada0e222643204648ba9da X-VCS-Branch: dev Date: Sat, 25 May 2024 17:07:55 +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: f759a65f-59b7-49f5-a20a-632d5add7ebc X-Archives-Hash: 9911ed7eaba7887854d9da4850de1006 commit: db6ce08d9a01d41ae4ada0e222643204648ba9da Author: Julien Roy jroy ca> AuthorDate: Sat May 25 16:58:03 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat May 25 16:58:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db6ce08d dev-python/azure-storage-blob: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild index 10b7e8ca4..cd00ee066 100644 --- a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild +++ b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi 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 9B76D158498 for ; Sat, 25 May 2024 17:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD40EE29A9; Sat, 25 May 2024 17:15:40 +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 BF995E29A9 for ; Sat, 25 May 2024 17:15:40 +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 C710B33BF08 for ; Sat, 25 May 2024 17:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FC3B1ACD for ; Sat, 25 May 2024 17:15:38 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716656283.db6ce08d9a01d41ae4ada0e222643204648ba9da.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-storage-blob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild X-VCS-Directories: dev-python/azure-storage-blob/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: db6ce08d9a01d41ae4ada0e222643204648ba9da X-VCS-Branch: master Date: Sat, 25 May 2024 17:15:38 +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: 562cb20e-2f89-4ca1-9c6c-5f2e309f5786 X-Archives-Hash: 0876f4ea020dbc7285f7dfe362f7b5f5 Message-ID: <20240525171538.Exml4z9ORb3XjzketBkdTlkVZsTN_i-b3XWgY03SeoM@z> commit: db6ce08d9a01d41ae4ada0e222643204648ba9da Author: Julien Roy jroy ca> AuthorDate: Sat May 25 16:58:03 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat May 25 16:58:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db6ce08d dev-python/azure-storage-blob: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild index 10b7e8ca4..cd00ee066 100644 --- a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild +++ b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi