From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id A0AEF3858D3C; Mon, 14 Feb 2022 21:27:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0AEF3858D3C To: cygwin-apps-cvs@sourceware.org Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20210626-22-gc5f388c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0e8e44b3a39e9eff83b7c98c8aa4bca8541cb4b3 X-Git-Newrev: c5f388cc630660accd891f1e0712e11f39277473 Message-Id: <20220214212757.A0AEF3858D3C@sourceware.org> Date: Mon, 14 Feb 2022 21:27:57 +0000 (GMT) From: Jon TURNEY X-BeenThere: cygwin-apps-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin-apps git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2022 21:27:57 -0000 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=c5f388cc630660accd891f1e0712e11f39277473 commit c5f388cc630660accd891f1e0712e11f39277473 Author: Jon Turney Date: Fri Feb 11 22:59:17 2022 +0000 Add python 3.9 to GitHub test matrix Also drop unused .travis.yml https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=2f66f81a8282f8847fdce23dbf7c9f659c37b932 commit 2f66f81a8282f8847fdce23dbf7c9f659c37b932 Author: Jon Turney Date: Fri Feb 11 18:48:03 2022 +0000 Remove 'stability level' computation and use Follow up to d8869d2e. Since d863c1a2, 3cc08991 and 27852b24 these 'stability levels' can't be set in override.hint, so they are just determined by sorting by version. Update tests as 'keep-count: 0' is now effective, rather than having an minimum of 1 (the curr: version, or 2 before prev: was also dropped). https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=9bf54d8c91cb8c46c34c1cc71a725273cdf9b6e6 commit 9bf54d8c91cb8c46c34c1cc71a725273cdf9b6e6 Author: Jon Turney Date: Tue Feb 8 18:11:52 2022 +0000 Provide missing obsoletes on some debuginfo packages 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 27e5546..7092464 100644 --- a/calm/past_mistakes.py +++ b/calm/past_mistakes.py @@ -183,9 +183,11 @@ maint_anomalies = { # packages missing obsoletions # # don't add to this list, fix the package (e.g. by adding the needed obsoletions) -# (an enhancement to cygport might be necessary to support doing that?) +# (an enhancement to cygport might be necessary to support doing that for +# debuginfo packages?) missing_obsolete = { 'filemanager-actions-debuginfo': ['caja-actions-debuginfo'], + 'guile2.2-debuginfo': ['guile-debuginfo'], 'librsync-debuginfo': ['rdiff-debuginfo'], 'man-db-debuginfo': ['man-debuginfo'], # contain conflicting files 'procps-ng-debuginfo': ['procps-debuginfo'], # contain conflicting files