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 CC9CE138359 for ; Fri, 23 Oct 2020 10:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81C8E0806; Fri, 23 Oct 2020 10:22:20 +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 CC280E0806 for ; Fri, 23 Oct 2020 10:22:20 +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 24FEA33FEDE for ; Fri, 23 Oct 2020 10:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90FC13AB for ; Fri, 23 Oct 2020 10:22:17 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1603448460.c177b797fd9911c549139a2b85fb7442fb0c70e1.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib_resources/metadata.xml X-VCS-Directories: dev-python/importlib_resources/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: c177b797fd9911c549139a2b85fb7442fb0c70e1 X-VCS-Branch: master Date: Fri, 23 Oct 2020 10:22:17 +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: 0aa40f6c-0131-4c7e-a490-7f9a9789a11a X-Archives-Hash: 8e08394d715f9cd23c7b826ca6f1d1c9 commit: c177b797fd9911c549139a2b85fb7442fb0c70e1 Author: Louis Sautier gentoo org> AuthorDate: Fri Oct 23 09:16:44 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Fri Oct 23 10:21:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c177b797 dev-python/importlib_resources: update upstream info + description Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Louis Sautier gentoo.org> dev-python/importlib_resources/metadata.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/importlib_resources/metadata.xml b/dev-python/importlib_resources/metadata.xml index 0ef87864b43..45769af0413 100644 --- a/dev-python/importlib_resources/metadata.xml +++ b/dev-python/importlib_resources/metadata.xml @@ -10,15 +10,15 @@ Python - Backport of Python 3.7’s standard library importlib.resources - module for Python 2.7, and 3.4 through 3.6. Users of Python - 3.7 and beyond are encouraged to use the standard library - module, and in fact for these versions, importlib_resources - just shadows that module. + Backport of Python standard library importlib.resources module + for Python 2.7, and 3.4 through 3.8. Users of Python 3.9 and beyond + should use the standard library module, since for these versions, + importlib_resources just delegates to that module. - python-devs/importlib_resources + python/importlib_resources importlib_resources - https://gitlab.com/python-devs/importlib_resources/issues + https://github.com/python/importlib_resources/issues + https://importlib-resources.readthedocs.io/