From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id CGliMeOwwWQPfwAASxT56A (envelope-from ) for ; Thu, 27 Jul 2023 01:48:51 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GAx4MeOwwWRmaAAA9RJhRA (envelope-from ) for ; Thu, 27 Jul 2023 01:48:51 +0200 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 A3E555AB45 for ; Thu, 27 Jul 2023 01:48:51 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=Q0IK7oBh; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690415331; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=fPxAKOiowcrR/rvbNrwpmOWlW5BIYneJMMd8uvXVnSA=; b=sqKzT4gEhyvRCr/81eYUgXa1U5cHes66sWUKcOsl+1kMglKKehlNZj+/ObIot3TBh6XMEe dLiFf8ilK00lsAuPjvyK/Fn5K5UMGeEDIQbv4CyIrG/59aTNrTOU6dQtWMnZTlniGhTWA2 kJA93fESJzaTIgh8z2Rb6OQyKgOvRwVUnS8aU3edG8RzOof2xaACbHubd8M1mrodCtq7KZ YSnF+KZi9R1j1L5P6qETmrxmU50S2bDcraXqlyMLayQS++Nuk8qJkOQfjre1HDfnC7pe26 MzwsgKgjMxcahs+9mToS/K28OieP4FoRbOPfa28n+1SHPSLvAVg78jjxVRem8g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690415331; a=rsa-sha256; cv=none; b=mk9TYNEpbpfGt0tV32H1/WuMW6F60FxuBkt4+AmIt5SJGV2tQBsXEh3ONUEq4JcsGtnhsE Fm0SZ8IJ4iQytGXmwFqa5K580fzK/eXvzHWzf8uXF25iBeEAXArwZMmHmcpiZ7UXjlVm+3 nt+H1TLsONNgXGC/sDxyW4PGe9P9+PB5mNK23+QWrd3Y94JdT9t0pip3Vt6yLMAcRfF9M4 0jRSNA9yLj7WgUJZjLPcKblTxhZg1MWnmce/tIAH42RtwsABX/JcbWUX+TjAi46Dn5C70y StaW1ePJfW+Z1qCku3G+MqZnJXFgEO+/JdhtihYicdKrN+vKe/RuRuTf12g+iw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=Q0IK7oBh; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qOnkn-0002rQ-39; Wed, 26 Jul 2023 19:17:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qOnkj-0002nz-Nr for guix-patches@gnu.org; Wed, 26 Jul 2023 19:17:09 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qOnkj-0001FQ-FI for guix-patches@gnu.org; Wed, 26 Jul 2023 19:17:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qOnkj-00044h-A0; Wed, 26 Jul 2023 19:17:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64201] [PATCH v2 20/22] gnu: python-sunpy: Update to 5.0.0. Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: andreas@enge.fr, efraim@flashner.co.il, bavier@posteo.net, guix-patches@gnu.org Resent-Date: Wed, 26 Jul 2023 23:17:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64201 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64201@debbugs.gnu.org Cc: Sharlatan Hellseher , Andreas Enge , Efraim Flashner , Eric Bavier X-Debbugs-Original-Xcc: Andreas Enge , Efraim Flashner , Eric Bavier Received: via spool by 64201-submit@debbugs.gnu.org id=B64201.169041339915440 (code B ref 64201); Wed, 26 Jul 2023 23:17:09 +0000 Received: (at 64201) by debbugs.gnu.org; 26 Jul 2023 23:16:39 +0000 Received: from localhost ([127.0.0.1]:40237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOnkF-00040r-HL for submit@debbugs.gnu.org; Wed, 26 Jul 2023 19:16:39 -0400 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:45246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOnjl-0003x4-Oo for 64201@debbugs.gnu.org; Wed, 26 Jul 2023 19:16:10 -0400 Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-3fd190065a7so3009265e9.2 for <64201@debbugs.gnu.org>; Wed, 26 Jul 2023 16:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690413364; x=1691018164; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=fPxAKOiowcrR/rvbNrwpmOWlW5BIYneJMMd8uvXVnSA=; b=Q0IK7oBhfiytJ8HZa0jrGIw7JAv9rMCVttpyIB6UxVhMaCqHAUlCXUftoSpLifX6uo c3TN/INJfH/xpI125tfLZctjDnuUZukl9j0Mfnbgs0xwW9rMnSnDQPW97aSm89b1MNqR lOIgRSRFLZd7fGPf4DMHLDtFySq2EIB4nrf+1iO4AXn/YegaoF5A75oMAPQMn7l51Bum JtEcvMxOUSAd97JOEgAmHDHVQibcZwbyc0BizYwnIUNVuNmQyzx9Lz4OLtj/XiohM07r f9bUpJIdZJBZuaZo5mBY+fvo29S42LN3hmOT7hB7YZq+jRa5ZfX2MidCOLkTlSEULcsB 7gFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690413364; x=1691018164; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fPxAKOiowcrR/rvbNrwpmOWlW5BIYneJMMd8uvXVnSA=; b=Li4vpJ4+83gC6pN8Rk5Cg6d2dhpGCWWVTvr0QUTUfLpnSfHnFCI1z5DfDxPKdFaa4Y QqGbX0Vbr7jXA77jbxrBtrnRMXbloTTk5ue6anSqtAHJbkXiZKTFpCp6jyS6KmRAusVn m+8i5dNE5XGYknQ0JdFVwpNdNwshIvhvO2NJzOQI+sWMmUvqBt6iMc6dsdQADkRupdLo QJg6DFyC8CIjnDnwvky8smvPBrTi4i/IHsZ7J7UArd00ATKD6gqBUjFbTCpWvTNbLCJ8 5KCujA2f0cni/YOOpQLlfECaOT9ZDiXUyp0CU2uwLt9qY+SABSFSabjY4RdWSod1W0T/ rs0w== X-Gm-Message-State: ABy/qLb+0954J5kfsAT34NMhV93KFCKDFfQm3tA0yXcUxpOYS4AXAJs5 bB4mjAu7/ssXVuPlzWhZKHMetW+W//Yd2A== X-Google-Smtp-Source: APBJJlHn2Guklnn9SgLFRpfmuOSVa1oAr4nLD21XYfwZraMK3QOBkQ0xbrl+MLWkH5Z7xziCCYkpUg== X-Received: by 2002:a05:600c:281:b0:3fc:62c:8275 with SMTP id 1-20020a05600c028100b003fc062c8275mr333987wmk.35.1690413364139; Wed, 26 Jul 2023 16:16:04 -0700 (PDT) Received: from guxtil.incerto.xyz (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id u20-20020a05600c00d400b003faef96ee78sm3147472wmm.33.2023.07.26.16.16.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jul 2023 16:16:03 -0700 (PDT) From: Sharlatan Hellseher Date: Thu, 27 Jul 2023 00:15:46 +0100 Message-Id: <79561435e17f1cf3ff00acb38f094398f59862aa.1690410491.git.sharlatanus@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.06 X-Spam-Score: -2.06 X-Migadu-Queue-Id: A3E555AB45 X-Migadu-Scanner: mx1.migadu.com X-TUID: IQ8WTDiVN1v8 * gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.0. Relax some failing tests. --- gnu/packages/astronomy.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index cde133bc0b..8cdece9da4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2148,13 +2148,13 @@ (define-public python-sgp4 (define-public python-sunpy (package (name "python-sunpy") - (version "4.1.5") + (version "5.0.0") (source (origin (method url-fetch) (uri (pypi-uri "sunpy" version)) (sha256 - (base32 "1j5g0ivsrc5ji9s7jc3kcbi2injfs3y31pm3priycljwcsxspkpm")))) + (base32 "1w75yc8az86pwbf79h083j4kc2ycfk76ky5kzlmcwgp0ih23mhym")))) (build-system pyproject-build-system) (arguments (list @@ -2162,7 +2162,10 @@ (define-public python-sunpy #~(list "-k" (string-append ;; XXX: Failed: DID NOT RAISE "not test_main_nonexisting_module" - " and not test_main_stdlib_module")) + " and not test_main_stdlib_module" + ;; XXX: packaging.version.InvalidVersion: Invalid version: 'unknown' + " and not test_read_cdf" + " and not test_read_empty_cdf")) #:phases #~(modify-phases %standard-phases (add-before 'install 'writable-compiler -- 2.40.1