From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id uPIQK5+wwWSL+QAASxT56A (envelope-from ) for ; Thu, 27 Jul 2023 01:47:43 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 4IsnK5+wwWRZ0wAA9RJhRA (envelope-from ) for ; Thu, 27 Jul 2023 01:47:43 +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 6DC436301C for ; Thu, 27 Jul 2023 01:47:43 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=lQY8BfGc; 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=1690415263; 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=z3bcGtWQLXmhRQ5QTB71/83gWIA4+qbYzjJdiy+gwBE=; b=eJAtWCCKakE4YiJ+0cKX/kmeNiBFbuU/3eScU96/UOocWvCWSBIHhtujYKMTCF0KacLatX L1pfBcq2QK0ARbXIc/pgzn6qypVwukxMdIqZaPqyQ0BS2yU3VjLbG8SrG/SFpLDDBnXjSj ch53VeH+E0XRxSZOoaQ1QC1oohr1NbXnTtbZDWKRxaGOLsOkOR/AbPuEy7LQQ3bV3rLjpC xgfijTWch4BbSY959BjGty1TO7NzbrRvARF9o8jhOWAWTkZ87nWHFgcZAJ8kb10VVMx1Ej W8MQnaShxTLzHXlEiblR9Ahc4ckrQo4vYNfaOxRw0SXN3gKcxH1d8+dSUW51eA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=lQY8BfGc; 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-Seal: i=1; s=key1; d=yhetil.org; t=1690415263; a=rsa-sha256; cv=none; b=l2lbxfyFyNCM2Q/fq86w8UqY6TGSbwtGoh7LOj4fc5Q1cJTzs7S/C4pHeVKUYr2aMedPxh LqdlOt0YGO/9wFPIhse0u8w5FTU5P+uI8c9dUVIS4ZgtLFQAhuHxu1GEaNoGgSD5+5DsC/ sO2ZyGQ1y1LlKegmS3vGeMaL5otqUIX0XLxCFu6bJP9lBEPeNzfQRfHDz4M06kQ6FLmKBI nXCz3Skmok3+m6i4m/kOYzdK7BtccZwSvtkze3NINxjao5deszp/TAZ3m4R7L0p2KnuLxa 71TqoRPOxs8XDkmhTBO1Pywcu7FQqtBeQzkQzM/E67Wc08LtJPX/Oas7KoMq8Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qOnkk-0002p0-MI; Wed, 26 Jul 2023 19:17:10 -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-0002nb-9y 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-0001FF-28 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 1qOnki-00044X-TJ; Wed, 26 Jul 2023 19:17:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64201] [PATCH v2 19/22] gnu: python-stdatamodels: Update to 1.7.1. 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:08 +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.169041339915432 (code B ref 64201); Wed, 26 Jul 2023 23:17:08 +0000 Received: (at 64201) by debbugs.gnu.org; 26 Jul 2023 23:16:39 +0000 Received: from localhost ([127.0.0.1]:40235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOnkF-00040k-7V for submit@debbugs.gnu.org; Wed, 26 Jul 2023 19:16:39 -0400 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]:46229) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOnjl-0003wo-2N for 64201@debbugs.gnu.org; Wed, 26 Jul 2023 19:16:09 -0400 Received: by mail-wm1-x335.google.com with SMTP id 5b1f17b1804b1-3fbef8ad9bbso3504745e9.0 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=1690413363; x=1691018163; 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=z3bcGtWQLXmhRQ5QTB71/83gWIA4+qbYzjJdiy+gwBE=; b=lQY8BfGcPfz3xUmwx8Xan9E6LLYUmItVZP3DVOQ3SPLEYd4L2YnYAVKP9IWuOO9n47 jTVpahiyYw0dCsJjB26TuGHZ0ZrI4YsTg3AbAYdAImq6wYJXjJXpRXh3vmTGz0Mp6lh6 bsWXNupZPQt4mSqJmYgzIAu7LtNfhu1F/QozE1ay3sC8aApoxEdcRDIgW5oxq09K2vgb EFuTVLhJ+M5HM3znjdk/bYVPxf5IfYhugcaUM4y0GCkacuxnluT4PddXZy/hYXDgWWao dlLvWHMhk+ZUOURwAyHtfpFh6922/bRIbsqhqLCIOX4hEYx+ijvyx1iLKmmHua0jxECk N55w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690413363; x=1691018163; 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=z3bcGtWQLXmhRQ5QTB71/83gWIA4+qbYzjJdiy+gwBE=; b=fm5ADVY5XpWfP7ZYIN+BlTbZN3Aht/w9vH8giBXgbl4tzxZv8G5eR5rodUT706sXST tH6OvrSUh9p2lPVEjhBXhLY99H3kRqLhvziEzEV0+L5/QHJISwrhYf0MRqtBe7fLTf1Q aTwIYMcE7RAfIt4l/FoCOYjWVW/dx+PsjPbdX4pWVhxU7TyXFpaVJjCBUyHvF8Ti2Wjg VoDu4pp6xRVH6sj+b/Jrib6QLxqhGiY5KE+36lOzBspRkk6s99TxMqGWBI0QBz05m6z4 OXa5R6mZv6qyMAnIWe29hVflb2htlokn9T/vW9Djwrbj6nfoVoeD42Pz0DDZ4EEqE9CR AzDw== X-Gm-Message-State: ABy/qLb1pcF6Agcs3waNEdm5jeie2qhFGoDpC7w4Cgl/VoUlHkfXF2eo vojrzfU0tlVn402AhDX5fl1eoqmF9v1DUg== X-Google-Smtp-Source: APBJJlHbGBUVBO8+yUyfiaUdkyZzkWmQKFadcQCbqPQYPLT4tcAJom6Syp0Iaum60PT8Q6p6frwa6A== X-Received: by 2002:a7b:c8cf:0:b0:3f6:2ae:230e with SMTP id f15-20020a7bc8cf000000b003f602ae230emr356183wml.3.1690413363503; Wed, 26 Jul 2023 16:16:03 -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:45 +0100 Message-Id: <142611cbab874e0e0b8c0deb2e717d75a25e67e1.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-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: 5.85 X-Migadu-Queue-Id: 6DC436301C X-Migadu-Spam-Score: 5.85 X-Migadu-Scanner: mx0.migadu.com X-TUID: OS1U/8Yap1qj * gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.7.1. --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d7475a98e8..cde133bc0b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2437,13 +2437,13 @@ (define-public python-stcal (define-public python-stdatamodels (package (name "python-stdatamodels") - (version "1.5.0") + (version "1.7.1") (source (origin (method url-fetch) (uri (pypi-uri "stdatamodels" version)) (sha256 (base32 - "1lssz5mnkzgraqa9mdg1w39scsikymcp3zpmsjb146r0pqnwnpzw")))) + "0d7a27myl3xgri3z7yx26mr4dpqnlfhdh5i2ql2miwymi0mx3ij5")))) (build-system pyproject-build-system) (arguments (list -- 2.40.1