From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id G7ZoG7aCsV8ddAAA0tVLHw (envelope-from ) for ; Sun, 15 Nov 2020 19:34:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id sALSFraCsV/BdAAA1q6Kng (envelope-from ) for ; Sun, 15 Nov 2020 19:34:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F28579404C6 for ; Sun, 15 Nov 2020 19:34:13 +0000 (UTC) Received: from localhost ([::1]:52532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1keNmu-0005Sg-WC for larch@yhetil.org; Sun, 15 Nov 2020 14:34:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keNmk-0005RH-GP for guix-patches@gnu.org; Sun, 15 Nov 2020 14:34:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42655) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1keNmk-0003dx-6t for guix-patches@gnu.org; Sun, 15 Nov 2020 14:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1keNmk-0003Ow-4I for guix-patches@gnu.org; Sun, 15 Nov 2020 14:34:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44656] [PATCH] Upgrade pypy3 Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 15 Nov 2020 19:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44656 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Lars-Dominik Braun Cc: 44656@debbugs.gnu.org Received: via spool by 44656-submit@debbugs.gnu.org id=B44656.160546879013009 (code B ref 44656); Sun, 15 Nov 2020 19:34:02 +0000 Received: (at 44656) by debbugs.gnu.org; 15 Nov 2020 19:33:10 +0000 Received: from localhost ([127.0.0.1]:54201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keNlu-0003Nl-72 for submit@debbugs.gnu.org; Sun, 15 Nov 2020 14:33:10 -0500 Received: from mira.cbaines.net ([212.71.252.8]:42094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keNls-0003Nd-E5 for 44656@debbugs.gnu.org; Sun, 15 Nov 2020 14:33:09 -0500 Received: from localhost (188.30.135.14.threembb.co.uk [188.30.135.14]) by mira.cbaines.net (Postfix) with ESMTPSA id A1C6427BBF4; Sun, 15 Nov 2020 19:33:07 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0eba7305; Sun, 15 Nov 2020 19:33:05 +0000 (UTC) References: <20201115123911.GA1956@noor.fritz.box> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <20201115123911.GA1956@noor.fritz.box> Message-ID: <87zh3ibekx.fsf@cbaines.net> Date: Sun, 15 Nov 2020 19:33:02 +0000 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: yCnwuMC6JlRB --=-=-= Content-Type: text/plain Lars-Dominik Braun writes: > the first patch in this series upgrades pypy3 to 7.3.2 and the second > adjusts several aspects of the package. Hi, Given that the two patches really form just one change, the version change with the necessary other changes to the package, would it be possible to merge most or all of the two patches together? Effectively, anything that's essential to change about the pypy3 package when upgrading the version would ideally be in the same commit as the version change. One reason for this is that it makes the change easier to understand, as the actual changes are kept together in one commit. If there are things that aren't essential to change when changing the version, they're fine to have in subsequent commits/patches. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+xgm5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XeOxBAAjxUiFbjwBhrLCH8QC20e6dnL3C7QD9k4 LY7ojifc9uc7vymUURP+inAyKhNUdBcgiJexOeAofQWOjqwqMPRvc35rqCUmxGY2 IIbVPRU7W0kGWytMmwGorOlf4ON+gJ2lruwo3T09rHaHXAxBxQnPG8JIhzWZZUWC gLVvsMLnkeYbsRjF3Vsofj0FiK9cuYwgiVAGbwFjn4uPIxOVM22Esky/yxsYDQwN dVi7JNKpe0iZTuVEoMdZ0NhZ4RhZ/D6CjN8GPMCj7KwxxAoPzprZX/kSUBZrILIt QFXSCAiCMNrnLGunlc+xWf+DTxb1ALcNUIszzbfU8xjfcYWsR4ANg6IS8LHQWvAu HiHXjtKbLe5Jsy+DYUsOb9ZOoJfv6Bsdx4JAjZ/RHeqxbXwBdXgoop6+ytOXek0o dgTXPR0rZ2orYqI6FTGYYaJ392DfuRRZZ3OFRGT0KBmjXPbsEvnq6ykuNlq5+48y TZ7XCAr334FscfIHlZNdiKOarC78V47d+hlCM4vnzo5Ea+KCsIBLtaFk54ai0ZY6 qOxkuj6h4000AfyOuzYsCEkaz2vRc/nWxH6MDUItfV8gUJuFhM1jqkfpR4nkLAvK yim1m9K6F26zI5KsYV50LkIUzPzikweLwTGYKgm7ln+AmcHZWkT4B5HgbFJ86ZcH i+VP+4qYazo= =7+W9 -----END PGP SIGNATURE----- --=-=-=--