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 6PiQOASMlF8VTAAA0tVLHw (envelope-from ) for ; Sat, 24 Oct 2020 20:18:12 +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 AA97NASMlF9ZJgAA1q6Kng (envelope-from ) for ; Sat, 24 Oct 2020 20:18:12 +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 515BA940418 for ; Sat, 24 Oct 2020 20:18:12 +0000 (UTC) Received: from localhost ([::1]:33188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWPzN-0006fY-Uo for larch@yhetil.org; Sat, 24 Oct 2020 16:18:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWPzG-0006fQ-KJ for guix-patches@gnu.org; Sat, 24 Oct 2020 16:18:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51933) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWPzG-0002ms-BA for guix-patches@gnu.org; Sat, 24 Oct 2020 16:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWPzG-0005QK-5u for guix-patches@gnu.org; Sat, 24 Oct 2020 16:18:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43915] [PATCH 0/3] Update python-breathe and dependencies Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Oct 2020 20:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43915 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon South Cc: 43915@debbugs.gnu.org Received: via spool by 43915-submit@debbugs.gnu.org id=B43915.160357063720791 (code B ref 43915); Sat, 24 Oct 2020 20:18:02 +0000 Received: (at 43915) by debbugs.gnu.org; 24 Oct 2020 20:17:17 +0000 Received: from localhost ([127.0.0.1]:35246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWPyX-0005PG-70 for submit@debbugs.gnu.org; Sat, 24 Oct 2020 16:17:17 -0400 Received: from mira.cbaines.net ([212.71.252.8]:43278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWPyV-0005PA-ED for 43915@debbugs.gnu.org; Sat, 24 Oct 2020 16:17:15 -0400 Received: from localhost (92.41.179.191.threembb.co.uk [92.41.179.191]) by mira.cbaines.net (Postfix) with ESMTPSA id 9002627BBF0; Sat, 24 Oct 2020 21:17:14 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id ed896e0f; Sat, 24 Oct 2020 20:17:12 +0000 (UTC) References: <87ft6llnra.fsf@simonsouth.net> <87y2jw1ung.fsf@cbaines.net> <87imb0bm8n.fsf@simonsouth.net> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <87imb0bm8n.fsf@simonsouth.net> Date: Sat, 24 Oct 2020 21:17:09 +0100 Message-ID: <87k0vfbcqi.fsf@cbaines.net> 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: scn0 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: QtrnNN0jKj9Q --=-=-= Content-Type: text/plain Simon South writes: > Christopher Baines writes: >> Given the python-sphinx change is a major version update, I was unsure >> about pushing it to master, at least without testing whether any of >> the 363 dependent packages are broken by this change. > > Yes, after submitting the patch I realized: It's really too significant > a change for the amount of testing I've done on it. Better to hold off > for now I think, especially with the release coming up. > > My interest really was in seeing python-breathe updated, as the new > version happens to fix a warning from Sphinx when generating Texinfo > output (and there's only one other package it affects, which I > definitely have tested). I thought updating its dependencies at the same > time would be a good idea but now I think it would be a bit reckless. I've gone ahead and created a staging-next branch with the python-sphinx and python-breathe patches now. I'll leave it up to you whether to close this bug, or leave it open until the staging-next branch is merged. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+Ui8VfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XceUQ//UsvvI6ffgHY3PxppSsEILYNEg6ZM3IKn OgPWwaDsB3lRmj/0WVSm1FXCNHgS5BsgX1voh3jAbKkQYeU/Fhoq0kEE9jv3IOhH Ocg0fb1YyBmEy+meQSpO5xPlumflcmCfkeeMN7a9vAfYzVzwWtB7gbyxxj+FeoOd nVlZYhOCbuZ/i90VoMxwC3MChsdz8wCsBcrJJixakVtpteWfbrOdUWPApubD2EhP 2NtZCVA6NNfNK7Eq4A9J9c2+aJ1Mp3hmxyRc+xefS6wNmiusi3iq/eS8Zaj/oeE2 p/NjiwMRJp+JY/8T1/ItMOikxxitglQqSXytmFFHpAB5W9X8Ue2F2vm3QyGZMzI7 AGcnR2NSiZ5wcW7n1Tpm8pcH1V708yF4MRHDIz3/kTRFwDqNY7N/NOLBkLZlJM6l H5GNzNSuqocg3x1OWwYkqtevScddjbZOQltSuQvQSDSOYCRvQ38Zwy6ZZApAB5yV hkrKnWdig0arwB6y8k1LpQsnz7zPGYjGsN/3wW+Jt5fj/a+rM/PtAkOq4Wl2AuS6 AhH34hzdb4m/k1Rejfg0VIiZmJ1GqZCmY6Va5uHaMN7KcPunNFoMIxgG6k7ChaFh 3KiFueh1U9MWlxqQZ5SVe+zVTpioS3iRpr7O64IMqBIJK/LI1JV+GrDBh+GV2kQu RH0oLww935Q= =YMR6 -----END PGP SIGNATURE----- --=-=-=--