From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 23 12:48:58 2022 Received: (at submit) by debbugs.gnu.org; 23 Apr 2022 16:48:58 +0000 Received: from localhost ([127.0.0.1]:57121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1niIwM-0006bF-6F for submit@debbugs.gnu.org; Sat, 23 Apr 2022 12:48:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:45558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1niIwK-0006b6-Io for submit@debbugs.gnu.org; Sat, 23 Apr 2022 12:48:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niIwK-00086Q-4b for guix-patches@gnu.org; Sat, 23 Apr 2022 12:48:56 -0400 Received: from mout01.posteo.de ([185.67.36.65]:35549) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niIwI-0005h7-6D for guix-patches@gnu.org; Sat, 23 Apr 2022 12:48:55 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id D79E1240026 for ; Sat, 23 Apr 2022 18:48:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1650732530; bh=N/Mqd8fbFidpdwERWRppWHY2f8E6Lwml+BWTKXXz7js=; h=From:To:Cc:Subject:Date:From; b=V0QSdLfOiHuZD6rZphrAHouEp6kAv3Zz12FDQAAFFdhgChBE/INVzOUXHHZMXmnR+ 8DC4oIHtQZrVTz97shz7HxrDexhBdf6fQYuZhI18rsYBLJXsmVTUZNv9hgEwCy/HlI sUzTEGWiadUkZ2q71xrQ4mYD04QCYkHFOnIizw4KsRIwGk6+ctc7EaPRjzB9HM8RPN 0se7oILi8Y7L87DdLGM2Ix5WH9S1L51vbjKYG54YIL6Hj+QNXkZ8U5r1xwguv13XHZ 3ujZkffmZf3F9iOFdCSX3x8ezpFyVM0WGqlysfhliC7IkEgBkBn1VbvJi85mo/Ey4c 2XJp6zE4SlTJg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Kly0L1hXGz6tmv; Sat, 23 Apr 2022 18:48:50 +0200 (CEST) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: python-numpy-next: Update to 1.22.3. Date: Sat, 23 Apr 2022 16:48:05 +0000 Message-Id: <20220423164805.17075-1-felgru@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Felix Gruber X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-xyz.scm (python-numpy-next): Update to 1.22.3. [native-inputs]: Replace python-hypothesis with python-hypothesis-6.23. * gnu/packages/python-xyz.scm (python-numpy-1.20)[native-inputs]: Explicitly set native-inputs to prevent it to inherit the modified native-inputs from python-numpy-next, which would result in > 2000 package rebuilds. --- gnu/packages/python-xyz.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9a5d311680..3f984c03e2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5667,7 +5667,7 @@ writing C extensions for Python as easy as Python itself.") (define-public python-numpy-next (package (name "python-numpy-next") - (version "1.21.3") + (version "1.22.3") (source (origin (method url-fetch) @@ -5676,12 +5676,12 @@ writing C extensions for Python as easy as Python itself.") version "/numpy-" version ".tar.gz")) (sha256 (base32 - "0s6hy8828yr7fcjiwnym4l8lrknr21gqfkaiawsf86n0hd0a5fyh")))) + "19dw91pqbqcniw2z57kiyqs1qp56g7kqy1bdyv664g8s62sc01m9")))) (build-system python-build-system) (inputs (list openblas)) (native-inputs - (list python-cython python-hypothesis python-pytest + (list python-cython python-hypothesis-6.23 python-pytest python-pytest-xdist gfortran)) (arguments `(#:phases @@ -5773,6 +5773,12 @@ capabilities.") (sha256 (base32 "140zq9snx0di4id4g97vaw9zz8x2rfla5lp3a70j666f5030yd5p")))) + ;; python-numpy-next replaced python-hypothesis with + ;; python-hypothesis-6.23. We switch it back here, to prevent + ;; python-numpy-1.20 and its numerous dependents from being rebuilt. + (native-inputs + (list python-cython python-hypothesis python-pytest + python-pytest-xdist gfortran)) ;; 92 tests fail, many of them because parts of the temp file name ;; accidentally ends up in a comparison. (arguments -- 2.30.2