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 A4AF315802F for ; Sat, 25 Feb 2023 20:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5766E07D4; Sat, 25 Feb 2023 20:43:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BC2DCE07D4 for ; Sat, 25 Feb 2023 20:43:23 +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 F3DC6340E3A for ; Sat, 25 Feb 2023 20:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 036838C8 for ; Sat, 25 Feb 2023 20:43:20 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677354592.0cc2f5e5b096b4d5c81e655b532fd9cd89f85a5f.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/azure-core/azure-core-1.26.3.ebuild X-VCS-Directories: dev-python/azure-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0cc2f5e5b096b4d5c81e655b532fd9cd89f85a5f X-VCS-Branch: master Date: Sat, 25 Feb 2023 20:43:20 +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: 162d2b84-4143-42f2-b461-16b952ded9e3 X-Archives-Hash: 70c023a92ea7a18c8a32f5f6f41d1bfa commit: 0cc2f5e5b096b4d5c81e655b532fd9cd89f85a5f Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 25 19:49:52 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Feb 25 19:49:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2f5e5 dev-python/azure-core: fix normalization Closes: https://bugs.gentoo.org/894770 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/azure-core/azure-core-1.26.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/azure-core/azure-core-1.26.3.ebuild b/dev-python/azure-core/azure-core-1.26.3.ebuild index 4022ae429..d12fb53a2 100644 --- a/dev-python/azure-core/azure-core-1.26.3.ebuild +++ b/dev-python/azure-core/azure-core-1.26.3.ebuild @@ -5,6 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 inherit distutils-r1 optfeature pypi DESCRIPTION="Microsoft Azure Core Library for Python"