From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id A97D33858C2C; Sun, 9 Jul 2023 15:55:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A97D33858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688918137; bh=VJOn+OaXq+hpWCVQknyTZp7VkzbO9WvycrB4u4ohjc0=; h=To:Subject:Date:From:From; b=Q8uPDm33QtUdhnG23nnxpc4hu5LSv/1feK0ub4TYDB0+oGOeIjhH8uFwv275Hpw32 7XAJhay1nckCxxRd+O+i6bfDkJhZZeZIMpdC1oeDlxqg9R9Ju33Mt/r2MVYPmWEU2n EuwzeNa+U2CC/VgfoBeEdLdOfOwp+vA0/Wj7eJF4= To: cygwin-apps-cvs@sourceware.org Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209-34-g68e2201 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6012a2fcb30796a2b729f817cb0898b0fd91bb65 X-Git-Newrev: 68e2201f28238209dc58f81a82ba5e3ccdf4d0f5 Message-Id: <20230709155537.A97D33858C2C@sourceware.org> Date: Sun, 9 Jul 2023 15:55:37 +0000 (GMT) From: Jon Turney List-Id: https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=68e2201f28238209dc58f81a82ba5e3ccdf4d0f5 commit 68e2201f28238209dc58f81a82ba5e3ccdf4d0f5 Author: Jon Turney Date: Sat Jul 8 14:11:41 2023 +0100 Prepare for python2 removal Diff: --- calm/past_mistakes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py index b09fa00..6561fde 100644 --- a/calm/past_mistakes.py +++ b/calm/past_mistakes.py @@ -168,6 +168,9 @@ historical_provides = [ # we use regex patterns to match version provides which might have been expired, # or not uploaded yet. nonexistent_provides = historical_provides + [ + 'python2', + 'python2-devel', + 'python27', '_windows', r'perl5_\d+', r'ruby_\d+', @@ -177,7 +180,6 @@ nonexistent_provides = historical_provides + [ # provides: which don't exist and packages which require them should be expired expired_provides = [ - 'python26', ] # empty source packages