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 98AF51382C5 for ; Mon, 1 Jun 2020 07:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1F6E0917; Mon, 1 Jun 2020 07:47:22 +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 A0FFAE0917 for ; Mon, 1 Jun 2020 07:47:22 +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 2A02134F162 for ; Mon, 1 Jun 2020 07:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C066AAF for ; Mon, 1 Jun 2020 07:47:19 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1590997601.3bea9744c2069f6222d587107e822c7b3a88ed0a.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/auto-bootstraps/update_distfiles.py X-VCS-Directories: scripts/auto-bootstraps/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3bea9744c2069f6222d587107e822c7b3a88ed0a X-VCS-Branch: master Date: Mon, 1 Jun 2020 07:47:19 +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: 7dbd9d44-1bdc-46b3-a238-75431d9042be X-Archives-Hash: 6dfb67824c1880d79c549a60f50979e4 commit: 3bea9744c2069f6222d587107e822c7b3a88ed0a Author: Fabian Groffen gentoo org> AuthorDate: Mon Jun 1 07:46:41 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 1 07:46:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3bea9744 scripts/auto-bootstraps/update_distfiles: switch to generic py3 Signed-off-by: Fabian Groffen gentoo.org> scripts/auto-bootstraps/update_distfiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-bootstraps/update_distfiles.py b/scripts/auto-bootstraps/update_distfiles.py index 8f44f7fa20..c8c54b7aa7 100755 --- a/scripts/auto-bootstraps/update_distfiles.py +++ b/scripts/auto-bootstraps/update_distfiles.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3 import hashlib import os