Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Nilesh Patra Newsgroups: linux.debian.maint.python Subject: Re: Matplotlib 3.10.0 for trixie? Date: Tue, 11 Mar 2025 14:40:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Tue Mar 11 13:33:14 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-110.947 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.438, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, MD5_SHA1_SUM=-1, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Debian-User: nilesh X-Mailing-List: archive/latest/22885 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/cbae4637-1819-4fb9-873c-8cc21ebb408e@debian.org Approved: robomod@news.nic.it Lines: 40 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python@lists.debian.org X-Original-Date: Tue, 11 Mar 2025 18:45:15 +0530 X-Original-Message-ID: X-Original-References: <29b74bd1-2181-4bf3-81a6-003cab5df87f@debian.org> <84b7b620-6f18-4f54-a13d-bb38ae0ee839@fsfe.org> Xref: csiph.com linux.debian.maint.python:16768 Hi, On 06/03/25 10:07 pm, Nilesh Patra wrote: > > > On 23/02/25 6:03 pm, Nilesh Patra wrote: >> >> >> On 23/02/25 05:19, Alexandre Detiste wrote: >>> There was a cyclic bootstrap relationship between this and ... Pandas (?) >>> in the Numpy transition that was handled swiftly in the Pandas side >>> but I thing we are a now far enough in Numpy transition the reopload >>> 3.8 to unstable with the accumulated fixes and start working >>> on 3.10 for experimental. >> >> I tried to upload the accumulated fixes, did not notice the tests were enabled >> and screwed up and had to do multiple uploads -- sorry for that. >> >> I've pushed changes for 3.10.0 to debian/experimental branch on salsa and uploaded >> to experimental as well. > > So a a bunch of things are failing with: > > ``` > ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running > ``` > > I am unsure what it wrong here, and have raised a issue on github. This does not look > like a packaging error to me but please review! Jay was very kind to investigate here and supplied w a patch[1] and a PR [2]. Unfortunately, I do not have the environment to repro this reliably, nor have my yubikey to actually upload this to experimental. @Alexandre or someone else, could you please help w validating the fix or upload a -3 to experimental? [1] https://github.com/matplotlib/matplotlib/commit/f45707d9e6111a83d2c741530cbff2be2c8005ff [2] https://github.com/matplotlib/matplotlib/issues/29713