From unknown Sat Jun 14 03:50:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50813 <50813@debbugs.gnu.org> To: bug#50813 <50813@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-pandas: Update to 1.3.3. Reply-To: bug#50813 <50813@debbugs.gnu.org> Date: Sat, 14 Jun 2025 10:50:13 +0000 retitle 50813 [PATCH] gnu: python-pandas: Update to 1.3.3. reassign 50813 guix-patches submitter 50813 Felix Gruber severity 50813 normal tag 50813 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 26 05:47:27 2021 Received: (at submit) by debbugs.gnu.org; 26 Sep 2021 09:47:27 +0000 Received: from localhost ([127.0.0.1]:35923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUQko-000650-Gq for submit@debbugs.gnu.org; Sun, 26 Sep 2021 05:47:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:44604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUQkm-000637-9M for submit@debbugs.gnu.org; Sun, 26 Sep 2021 05:47:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUQkm-0003Dp-26 for guix-patches@gnu.org; Sun, 26 Sep 2021 05:47:24 -0400 Received: from mout01.posteo.de ([185.67.36.65]:35291) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUQkk-0002mU-4Y for guix-patches@gnu.org; Sun, 26 Sep 2021 05:47:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D18B2240027 for ; Sun, 26 Sep 2021 11:47:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1632649639; bh=Z994+eFCvCxnZNSpDMySVW8XtP1dfpuzVx2bcTv1wKg=; h=From:To:Cc:Subject:Date:From; b=oKQOoho3cHohnuUWAf+kaBRk7DMW13ZywrMVOihcuCzqdd6Nbt9MGxn722oyV9n7t cAjgUweKlOH4S40sUmi6KMnDiuY6V+MWdRAQ23gQqADnLQmTcIHdc0RVmKpPqnVssq 5NGX0REz7DP9zYDBVQfggxx+mmVX/6gpJfRmzrTmWuGkxJ6hBLYRYIL6q5FtFRLUEs oPcDjOWQBiEkMtc9kD/bSmhiYAfneV8jr7AVhtAb0V3HR2fdGNqo/gukUC7pQJ+NK2 FvbBrSwWMzGHzbGhCjpwDwlcyJA3c8FpzZuePt23uM7sO1R9vBrSrZr9/JBmS6yVfE L0fGLnQ8ZF06g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HHLXR1wj5z6tmG; Sun, 26 Sep 2021 11:47:18 +0200 (CEST) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: python-pandas: Update to 1.3.3. Date: Sun, 26 Sep 2021 09:47:03 +0000 Message-Id: <20210926094702.15584-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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-science.scm (python-pandas): Update to 1.3.3. --- gnu/packages/python-science.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 738b504e3b..676ad00f5e 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2021 Roel Janssen ;;; Copyright © 2021 Paul Garlick ;;; Copyright © 2021 Arun Isaac +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -329,13 +330,13 @@ of the SGP4 satellite tracking algorithm.") (define-public python-pandas (package (name "python-pandas") - (version "1.3.0") + (version "1.3.3") (source (origin (method url-fetch) (uri (pypi-uri "pandas" version)) (sha256 - (base32 "1qi2cv450m05dwccx3p1s373k5b4ncvwi74plnms2pidrz4ycm65")))) + (base32 "1pq1nwj2kysy2g3p18wjb1xn8vk1jhcyisxilsnkwyd99aqqqb17")))) (build-system python-build-system) (arguments `(#:modules ((guix build utils) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 07 05:07:24 2021 Received: (at 50813) by debbugs.gnu.org; 7 Oct 2021 09:07:24 +0000 Received: from localhost ([127.0.0.1]:46028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYPN6-0007c6-9d for submit@debbugs.gnu.org; Thu, 07 Oct 2021 05:07:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYPN1-0007bn-En for 50813@debbugs.gnu.org; Thu, 07 Oct 2021 05:07:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57540) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYPMw-0003id-AY; Thu, 07 Oct 2021 05:07:14 -0400 Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59158 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYPMv-00055N-Sa; Thu, 07 Oct 2021 05:07:14 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Gruber Subject: Re: bug#50813: [PATCH] gnu: python-pandas: Update to 1.3.3. References: <20210926094702.15584-1-felgru@posteo.net> Date: Thu, 07 Oct 2021 11:07:11 +0200 In-Reply-To: <20210926094702.15584-1-felgru@posteo.net> (Felix Gruber's message of "Sun, 26 Sep 2021 09:47:03 +0000") Message-ID: <87zgrldwzk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 Cc: 50813@debbugs.gnu.org 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: -3.3 (---) Hi Felix, Felix Gruber skribis: > * gnu/packages/python-science.scm (python-pandas): Update to 1.3.3. The upgrade appears to cause build failures for python-dask and pigx-rnaseq (via snakemake) among other things. Could you take a look? For the record, I tried to build everything reported by =E2=80=98guix refre= sh -l python-pandas=E2=80=99 though some of them (ocaml4.07-re, etc.) would alrea= dy fail to build before the upgrade. Thanks in advance! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 11:05:49 2021 Received: (at 50813) by debbugs.gnu.org; 10 Oct 2021 15:05:49 +0000 Received: from localhost ([127.0.0.1]:55646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaOa-0006Zi-Ub for submit@debbugs.gnu.org; Sun, 10 Oct 2021 11:05:49 -0400 Received: from mout01.posteo.de ([185.67.36.65]:44649) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaOX-0006ZS-QZ for 50813@debbugs.gnu.org; Sun, 10 Oct 2021 11:05:47 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 7735224002D for <50813@debbugs.gnu.org>; Sun, 10 Oct 2021 17:05:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633878339; bh=kkk4jVNEjlGaHRu95ufJMiV6B9au1ZOTyeQzl0YIhZA=; h=From:To:Cc:Subject:Date:From; b=McuO5WTJxS/AYXgUHFVa8f8XdbdrEzbMykcCEPQXoZeoIFHQDY1eyT1SuT+Y6UpYT KbsbFRq3Hh6/lzjVwXxVlxauDQgitEBJ4xU05gxHOffe+yW+Fz6C5ev57E+QLbhzxD 6hoWYGYC8WHMFU4pVUi9uPETB7Nry2vVhUcEnvMzwhgSZZFkBRJBOKN6rNdD2KfoEw FNIS94PbiZzgi9fsFOhg7gOdNwy2kfwshVrlFPCJ5ipXlsiAefkPyiFVDCN7fOXx11 9yu4UEHpXohHU1lgEJFCjYob0aLuWA3yfUy8pZA3QF86sayEZQEtJpKKQ164EYlq9X MEucIx365Ca7g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HS4xG3pRnz9rxP; Sun, 10 Oct 2021 17:05:38 +0200 (CEST) From: Felix Gruber To: 50813@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v2 0/6] gnu: python-pandas: Update to 1.3.3. Date: Sun, 10 Oct 2021 15:04:28 +0000 Message-Id: <20211010150434.1966-1-felgru@posteo.net> In-Reply-To: <87zgrldwzk.fsf@gnu.org> References: <87zgrldwzk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 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: -3.3 (---) Hi Ludo’, On 10/7/21 11:07 AM, Ludovic Courtès wrote: > > Felix Gruber skribis: > >> * gnu/packages/python-science.scm (python-pandas): Update to 1.3.3. > > The upgrade appears to cause build failures for python-dask and > pigx-rnaseq (via snakemake) among other things. > > Could you take a look? I could not reproduce the build failure in pigx-rnaseq. For python-dask the build failure could be fixed by upgrading it to 2021.9.1, whose changelog mentioned that they've deactivated a failing test when building against Pandas >= 1.3.3. After updating dask, its dependent packages python-distributed and python-eliot failed to build. I've fixed both by updating them to their latest releases and disabling failing tests. I've also took the oppurtunity to update the synapse package which was the only package depending on python-eliot. > For the record, I tried to build everything reported by ‘guix refresh -l > python-pandas’ though some of them (ocaml4.07-re, etc.) would already > fail to build before the upgrade. Of the remaining packages reported by `guix refresh -l python-pandas`, I've identified the following packages with build failures: * clipper@2.0 sometimes fails due to nondeterministic test `test_get_FDR_cutoff_mean`. The docstring of this test already says "Difficult to test because of random sampling" followed by a TODO. I've thus deactivated this test, to make it build deterministically. * pplacer@1.1.alpha19 already failed on master due to unbuildable ocaml4.07-re@1.10.3. * python-scikit-rebate@0.6 Already failed on master in test `skrebate`: ModuleNotFoundError: No module named 'sklearn.externals.joblib' (A guix refresh -u python-scikit-rebate would update it to 0.62 which was buildable, but this version seemed to come without any tests, so I'm not sure if this is the right solution.) * orange@3.28.0 Already failed to build on mater, because its dependency python-orange-canvas-core. I've looked into updating both to their latest version, but that would require updating python-pygments to >= 2.8.0 which would entail rebuilding 561 dependent packages. * imp@2.13.0 I was running out of memory while building imp, which in the end killed the build process. It seems that my 8GB of RAM are not sufficient to build imp, so I cannot tell if the update of python-pandas might break imp. * tadbit@1.0.1 depends on imp, so I couldn't build it either. I've prepared patches for those packages that I was able to fix. Best, Felix Felix Gruber (6): gnu: python-pandas: Update to 1.3.3. gnu: python-dask: Update to 2021.9.1. gnu: python-distributed: Update to 2021.09.1. gnu: python-eliot: Update to 1.13.0. gnu: synapse: Update to 1.44.0. gnu: clipper: Disable non-deterministic test. gnu/packages/bioinformatics.scm | 9 ++++++++- gnu/packages/matrix.scm | 5 +++-- gnu/packages/python-science.scm | 15 +++++++++------ gnu/packages/python-xyz.scm | 19 +++++++++++++++---- 4 files changed, 35 insertions(+), 13 deletions(-) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 11:05:59 2021 Received: (at 50813) by debbugs.gnu.org; 10 Oct 2021 15:05:59 +0000 Received: from localhost ([127.0.0.1]:55649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaOl-0006a8-9O for submit@debbugs.gnu.org; Sun, 10 Oct 2021 11:05:59 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaOj-0006Zt-4O for 50813@debbugs.gnu.org; Sun, 10 Oct 2021 11:05:58 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E4C28240101 for <50813@debbugs.gnu.org>; Sun, 10 Oct 2021 17:05:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633878350; bh=QAod+zOUZthQSFSvquD9pgj0jlK48qKj9vXy2iVYFec=; h=From:To:Cc:Subject:Date:From; b=B5hkWuhlZ2onMwlC80naxsV2s2z8Hw7StJzAEQPxdFjTOr5cDEp+D/4uLBXmZrgXq 8yza7Ha4lEAOaZy2LesIOppWpeBH8QPeTqfGGhhMruZdk20DS1q3K4IfF+E1uab5te Oev2yQC2UhW03F7YMAmbLw3dhkFHx2Mt22VFJLaodVhYFbvduqw4QOpt/CXYt7x0Ew CIaGg4+PMRTP+EDrYwObVsEtd80YJzMdqFL3+0KfVYLyA/9MLdV77gp96+o6axkbOV Bx64itUNWZ/5lIG6mnFRsbNPNid0npxwTxFWzEaEwMB8kS3ja+KYCAHzg5ZN8nT431 wPnJ+HEkB9A8g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HS4xV0gZzz9rxP; Sun, 10 Oct 2021 17:05:50 +0200 (CEST) From: Felix Gruber To: 50813@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v2 1/6] gnu: python-pandas: Update to 1.3.3. Date: Sun, 10 Oct 2021 15:04:29 +0000 Message-Id: <20211010150434.1966-2-felgru@posteo.net> In-Reply-To: <87zgrldwzk.fsf@gnu.org> References: <87zgrldwzk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 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: -3.3 (---) * gnu/packages/python-science.scm (python-pandas): Update to 1.3.3. --- gnu/packages/python-science.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index cc6a759e82..d19d731f76 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2021 Roel Janssen ;;; Copyright © 2021 Paul Garlick ;;; Copyright © 2021 Arun Isaac +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -329,13 +330,13 @@ of the SGP4 satellite tracking algorithm.") (define-public python-pandas (package (name "python-pandas") - (version "1.3.0") + (version "1.3.3") (source (origin (method url-fetch) (uri (pypi-uri "pandas" version)) (sha256 - (base32 "1qi2cv450m05dwccx3p1s373k5b4ncvwi74plnms2pidrz4ycm65")))) + (base32 "1pq1nwj2kysy2g3p18wjb1xn8vk1jhcyisxilsnkwyd99aqqqb17")))) (build-system python-build-system) (arguments `(#:modules ((guix build utils) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 11:06:06 2021 Received: (at 50813) by debbugs.gnu.org; 10 Oct 2021 15:06:06 +0000 Received: from localhost ([127.0.0.1]:55654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaOs-0006ay-Hf for submit@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:06 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55973) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaOq-0006aG-Ua for 50813@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:05 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 6ED25240028 for <50813@debbugs.gnu.org>; Sun, 10 Oct 2021 17:05:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633878359; bh=kIoHokTPVRNjICAHGJxmQsd4/YI6y7iwGP7q57Y5Vu4=; h=From:To:Cc:Subject:Date:From; b=MWV8kHvp741aAoY6hBc+II7hrS5emXFJlImiJYI5m4tM6k5WCuybg13k18AgL97pY Ame+DaMpPy1au9W6Upr1xe/CYllt8IEbNMQ6iiYl028mEL7EOcA4cQ+L3sCF+rpdwF csW0bjpvD3hCoEjFOpgtGgmMxDDCkSa0RpTGh83xrxxLgY0s+MgFR9xn4yjQrOF+2A AMQS89fKZ8M8AjM46zRPiWnlEvbs83DK+LPe6c04OOeQLvlvXtpepmJi4wsfWwC5tC g/sZK9ndNt8CCeXgMdzWbfup/9LDVNDjVmClTld9PUnTvQuKxRPX8kBZZU/a7HlUWY /o348VKyLzx6A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HS4xf71ylz9rxN; Sun, 10 Oct 2021 17:05:58 +0200 (CEST) From: Felix Gruber To: 50813@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v2 2/6] gnu: python-dask: Update to 2021.9.1. Date: Sun, 10 Oct 2021 15:04:30 +0000 Message-Id: <20211010150434.1966-3-felgru@posteo.net> In-Reply-To: <87zgrldwzk.fsf@gnu.org> References: <87zgrldwzk.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 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: -3.3 (---) * gnu/packages/python-xyz.scm (python-dask): Update to 2021.9.1. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 634cd5efec..b1678b2bda 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22196,13 +22196,13 @@ decisions with any given backend.") (define-public python-dask (package (name "python-dask") - (version "2021.7.1") + (version "2021.9.1") (source (origin (method url-fetch) (uri (pypi-uri "dask" version)) (sha256 - (base32 "131c1bp193d7wp4gx09j6wark1c322c8sqjy22i0jaafl5rqfbz7")))) + (base32 "0p6nd8wi30l29g5hdwk0453w6fxg4zvxq1y1ix0fa2f8rbr2n7z1")))) (build-system python-build-system) (arguments `(#:phases -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 11:06:16 2021 Received: (at 50813) by debbugs.gnu.org; 10 Oct 2021 15:06:17 +0000 Received: from localhost ([127.0.0.1]:55657 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaP2-0006bL-O8 for submit@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:16 -0400 Received: from mout02.posteo.de ([185.67.36.66]:54565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaP0-0006b8-PV for 50813@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:15 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0CCFB240104 for <50813@debbugs.gnu.org>; Sun, 10 Oct 2021 17:06:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633878369; bh=FNHbIz6eQk+k0SSTaRzWyrc8D1/4JMtozn0zBKJE2ME=; h=From:To:Cc:Subject:Date:From; b=ZMOU/y8Jy9T7Ej4v9F1+jT3DCDnrX9bb75Zfzwr5pKuoOcYonh+pykG+quShpIC9D Nq3AtlpNJbrBa0mCjWWqH38rgohKhrM2JJaG5AyNfTYwoPuX8wu8SnXmezvrvWxJc5 8QfHIUso0E6pjTBcWtZSFPbid7BwFpCB6/8O31CAA+GpvbKtZgEIdmEPQqFlB2oaMb fFTsp8/bPHmnHIjwO7za7SX4iv8va/sqtePTnMG0SsQEKQonZ/kwW1zSHeRZAaBnfs TiRZ5Mvja7etVdq82RodxqjbGWr/+UycOPEpbGG/Jlah88gmIL6+IGl5/IaevI61Uh C+cxelQBK6xEw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HS4xr4Pfpz9rxQ; Sun, 10 Oct 2021 17:06:08 +0200 (CEST) From: Felix Gruber To: 50813@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v2 3/6] gnu: python-distributed: Update to 2021.09.1. Date: Sun, 10 Oct 2021 15:04:31 +0000 Message-Id: <20211010150434.1966-4-felgru@posteo.net> In-Reply-To: <87zgrldwzk.fsf@gnu.org> References: <87zgrldwzk.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 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: -3.3 (---) * gnu/packages/python-science.scm (python-distributed): Update to 2021.09.1. [arguments]: Disable failing test test_text. --- gnu/packages/python-science.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d19d731f76..b68a2838fc 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -900,7 +900,7 @@ and more (define-public python-distributed (package (name "python-distributed") - (version "2021.07.1") + (version "2021.09.1") (source (origin ;; The test files are not included in the archive on pypi @@ -911,7 +911,7 @@ and more (file-name (git-file-name name version)) (sha256 (base32 - "0i55zf3k55sqjxnwlzsyj3h3v1588fn54ng4mj3dfiqzh3nlj0dg")))) + "05djzza3f72nw1i1c9qyamgaf93pbf6jxx0migpp1wvvfl0v2j9z")))) (build-system python-build-system) (arguments '(#:phases @@ -940,9 +940,11 @@ and more "-m" "not slow and not gpu and not ipython and not avoid_ci" "-k" ;; TODO: These tests fail for unknown reasons: - ;; Assertion error. (string-append - "not test_version_option" + ;; TimeoutExpired + "not test_text" + ;; AssertionError + " and not test_version_option" ;; "The 'distributed' distribution was not found" " and not test_register_backend_entrypoint" ;; "AttributeError: module 'distributed.dashboard' has no attribute 'scheduler'" -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 11:06:31 2021 Received: (at 50813) by debbugs.gnu.org; 10 Oct 2021 15:06:31 +0000 Received: from localhost ([127.0.0.1]:55660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaPC-0006bi-Vq for submit@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:31 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaPA-0006bV-VA for 50813@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:25 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5BB09240101 for <50813@debbugs.gnu.org>; Sun, 10 Oct 2021 17:06:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633878379; bh=0idPiKwE3zwDwKk54NxuFPAMlqya9wd6czjckDMMdKg=; h=From:To:Cc:Subject:Date:From; b=H6JudkXdzpSDtYVE0oVk/bWkmkmdEm1GLglcpBng2gfDFI8dQ0nnw9IwJbFerNp8u /ddYYJQ7um5EvkuX7YYMNMluF8FwKfc3I60QqmSt/l5kT1b9vhMs35busxLGdwXCUf d0Fo09pQP7p2Yxek/F0xQtzNKantEG+BEI3n/DiurDF+tIeLTQXRGIsJ/pDJMuTuSt hfhXXv6RHekCS6dA0kBqdxHWslEM7YKax1OmVouq+KYvH7LFTBaPBj16tVnKcqYa0S Z6ZCGgb2WnaHSrs3nXGmkjk94NNYi3dCdtY2f+aByIs/cs8EZPgM25vHuU7M+plkrK hgERhmHzbnG6Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HS4y25r28z9rxd; Sun, 10 Oct 2021 17:06:18 +0200 (CEST) From: Felix Gruber To: 50813@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v2 4/6] gnu: python-eliot: Update to 1.13.0. Date: Sun, 10 Oct 2021 15:04:32 +0000 Message-Id: <20211010150434.1966-5-felgru@posteo.net> In-Reply-To: <87zgrldwzk.fsf@gnu.org> References: <87zgrldwzk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 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: -3.3 (---) * gnu/packages/python-xyz.scm (python-eliot): Update to 1.13.0. [arguments] Disable failing tests test_omitLoggerFromActionType and test_logCallsDefaultLoggerWrite. --- gnu/packages/python-xyz.scm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1678b2bda..db7bfc9108 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -108,6 +108,7 @@ ;;; Copyright © 2021 Simon Streit ;;; Copyright © 2021 Daniel Meißner ;;; Copyright © 2021 Pradana Aumars +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -24776,13 +24777,13 @@ tbutils (define-public python-eliot (package (name "python-eliot") - (version "1.12.0") + (version "1.13.0") (source (origin (method url-fetch) (uri (pypi-uri "eliot" version)) (sha256 - (base32 "0wabv7hk63l12881f4zw02mmj06583qsx2im0yywdjlj8f56vqdn")))) + (base32 "1xzzhsjrrw430dc84vamf683bwp9i0nr86xf2iav6yla615ijq2p")))) (build-system python-build-system) (arguments `(#:phases @@ -24798,6 +24799,16 @@ tbutils ;; be installed and these tests should pass. (lambda _ (delete-file "eliot/tests/test_prettyprint.py") + #t)) + (add-after 'remove-eliot-prettyprint-tests 'remove-failing-tests + (lambda _ + ;; These tests started to fail after updating python-pandas to + ;; 1.3.3 and python-dask to 2021.9.1. + (substitute* "eliot/tests/test_validation.py" + (("test_omitLoggerFromActionType") + "_test_omitLoggerFromActionType") + (("test_logCallsDefaultLoggerWrite") + "_test_logCallsDefaultLoggerWrite")) #t))))) (propagated-inputs `(("python-boltons" ,python-boltons) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 11:06:38 2021 Received: (at 50813) by debbugs.gnu.org; 10 Oct 2021 15:06:38 +0000 Received: from localhost ([127.0.0.1]:55663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaPN-0006c9-Ly for submit@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:37 -0400 Received: from mout01.posteo.de ([185.67.36.65]:38287) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaPK-0006bm-P4 for 50813@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:36 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3FFBE240027 for <50813@debbugs.gnu.org>; Sun, 10 Oct 2021 17:06:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633878389; bh=DA11/keSvrhLglYGdPbmNRnoTXblR4LGZSW8B4fuTZg=; h=From:To:Cc:Subject:Date:From; b=euoLGrBjWhfpbGxNMsbMgR/5r7zMyattRFlWcqPEmG2mHJ6CGgqQqW4djpWE0Ls89 MRfe+sk62kXyNFpKyLyWgE1OvoExfE98+EkdEVr7dgYKOUdporBi52A0+lIQxy1V3Q fnR4y6rUFtM8FAPe6hJr8jSAp20sCKAJbyj3Edvyre3i827YBSwJFdhRHDZi+9UBch YJl8CeMWdoRdpCXsIAnE5a9ggwI08Pb6Nda7xhbFEIQuPigZXVwSh4Uh3XYRJtrdeM FfxLTAKD7UO6OsbQR6kkTjRVSwrP3S4j5qv/HK+a7rDyeQ8EgDY6MvUX1+yRLPI8k8 XA8q9ScU0IJhw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HS4yD5Vfcz9rxT; Sun, 10 Oct 2021 17:06:28 +0200 (CEST) From: Felix Gruber To: 50813@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v2 5/6] gnu: synapse: Update to 1.44.0. Date: Sun, 10 Oct 2021 15:04:33 +0000 Message-Id: <20211010150434.1966-6-felgru@posteo.net> In-Reply-To: <87zgrldwzk.fsf@gnu.org> References: <87zgrldwzk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 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: -3.3 (---) * gnu/packages/matrix.scm (synapse): Update to 1.44.0. --- gnu/packages/matrix.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index 5c2b194d07..e6b0b99630 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020, 2021 Michael Rohleder ;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -86,13 +87,13 @@ an LDAP server.") (define-public synapse (package (name "synapse") - (version "1.29.0") + (version "1.44.0") (source (origin (method url-fetch) (uri (pypi-uri "matrix-synapse" version)) (sha256 (base32 - "0if2yhpz8psg0661401mvxznldbfhk2j9rhbs25jdaqm9jsv6907")))) + "1lgi1a4ksz4z78yb84bi29x4y080bx1dadib2wznvmwsfif0azx0")))) (build-system python-build-system) ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’. (propagated-inputs -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 11:06:45 2021 Received: (at 50813) by debbugs.gnu.org; 10 Oct 2021 15:06:45 +0000 Received: from localhost ([127.0.0.1]:55666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaPU-0006cS-Vd for submit@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:45 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZaPS-0006c8-Nx for 50813@debbugs.gnu.org; Sun, 10 Oct 2021 11:06:43 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 116E7240101 for <50813@debbugs.gnu.org>; Sun, 10 Oct 2021 17:06:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633878397; bh=1l0IrXmPqQxEMqu6A9KXxbVK3bIFLDcKRUpxPk6zPcA=; h=From:To:Cc:Subject:Date:From; b=liZJHwluY5ob5YsPW75+z1K0EAqVfALx1BqfJTGNtXtv1gMOrgOSrvvN5Ml5zafQi fs0lCD3vdKGyxy1Uv3FAPWRlv2QgYabeq9KHAo9zwfaA1xbdR/GkM3yras0fcjKSnU 5J0FiRf4ogjbioWrxdJ+uN27/iMWChioc1EnDVCZh3ofKlI6oFREM0st1D49H4pYZK IHzVuh+/F7G2Dbg7kKjxK/Jstu7qmcHg5lI5mhaSVlnDgKZHdl4BqDsysX9pPa0nn/ mRy3DxqEEbRBZPc26K4+Hu92qP5L1MlbCeOrD/moE17XpeNkgyiRJgO9URYsNzrTFY t2L9dHhJesHng== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HS4yM5Fb6z9rxW; Sun, 10 Oct 2021 17:06:35 +0200 (CEST) From: Felix Gruber To: 50813@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [PATCH v2 6/6] gnu: clipper: Disable non-deterministic test. Date: Sun, 10 Oct 2021 15:04:34 +0000 Message-Id: <20211010150434.1966-7-felgru@posteo.net> In-Reply-To: <87zgrldwzk.fsf@gnu.org> References: <87zgrldwzk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 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: -3.3 (---) This test fails/succeeds non-deterministically. * gnu/packages/bioinformatics.scm (clipper)[arguments]: Disable non-deterministic test test_get_FDR_cutoff_mean. --- gnu/packages/bioinformatics.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 082e47bf5b..7dec74f0c0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2021 Tim Howes ;;; Copyright © 2021 Hong Li ;;; Copyright © 2021 Simon Tournier +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -2363,7 +2364,13 @@ databases.") (let ((out (assoc-ref outputs "out"))) (for-each make-file-writable (find-files out "\\.gz$")) - #t)))))) + #t))) + (add-after 'unpack 'disable-nondeterministic-test + (lambda _ + ;; This test fails/succeeds non-deterministically. + (substitute* "clipper/test/test_call_peak.py" + (("test_get_FDR_cutoff_mean") "_test_get_FDR_cutoff_mean")) + #t))))) (inputs `(("htseq" ,htseq) ("python-pybedtools" ,python-pybedtools) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 09:29:39 2021 Received: (at 50813) by debbugs.gnu.org; 12 Oct 2021 13:29:40 +0000 Received: from localhost ([127.0.0.1]:38834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maHqd-0006Gh-83 for submit@debbugs.gnu.org; Tue, 12 Oct 2021 09:29:39 -0400 Received: from mail-io1-f41.google.com ([209.85.166.41]:46004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maHpa-00069q-C1 for 50813@debbugs.gnu.org; Tue, 12 Oct 2021 09:28:43 -0400 Received: by mail-io1-f41.google.com with SMTP id b10so8756478iof.12 for <50813@debbugs.gnu.org>; Tue, 12 Oct 2021 06:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=greghogan-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=p5y/2TLXggwpXqsRYWKafZzIdbInLSMroUkaC8ZUSKI=; b=IyLWNAKqB0ilmqf/DSWfJ2oAZi2r5KCJQyY5IScckQ7WHvIfxWKvV3yDVZiQlyw8H3 4HkDr7UoDIaW36epSDacYpPo7pVm3roMF887JfYgbfw/Y/XzQNBjuLrIkYnTXe3SmyvL xl8z0tpOVGU0D9m+wMyoirXU6JNIE/xHwJo7iSpVFzUBh9iTdZ+QI/8FBdCmHVYX/1CV yyJIFNA4SoP7T2pdiAYFYMQEUmR4SdiQaOPrnbfG7Wny9pSfOeciJi7eyOUdgXgKYXvg 4+LAbRJWhy+rzZBThwkJiPJkfkmwjoYYUXF1sNqoZw84gxP14mT8h3JsA84cThvb47XT NePg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p5y/2TLXggwpXqsRYWKafZzIdbInLSMroUkaC8ZUSKI=; b=M5AkdD+/4NJjRpRTF6n9L5hmU8IPEUZHKpHkfk6TCgqF8m0SuvD7HBWkENlN10XuZ7 EOimfrnww3mRKgbSYDrmCroOaONYDu4nrvLSATAqTDtYys/LpoNoDGMAzqcXvph8u6TH rRlhq6+/o8F0dcYD38qF5xJ0O79+EaGFrniGrS5R1hliNWm4nMb9b6BqeA6wQQ4IlNfr /s2uCvu6v7c6OsZOoGjgHZQsObkRHv9YZ3wpk3c/jnV277dGnhiidjcAR8C/RESoh69u FHEIz+RJoqoe2C2izFgJz65PDYY+A4LN6UsNfnPBj8j1UBmQszr/FKiJ7J5yEq9rsC+P 1jTQ== X-Gm-Message-State: AOAM5302tOiXenJtcQLzfElRoNXA2E6/mF+q3ezlGlbQARFbrxVQSidF 4cEQOI7rUSmkPSL/57uq8GVz0rUmO6f8r5eowx/6Fe+JWmiAEQ== X-Google-Smtp-Source: ABdhPJxh5RcvUfeXBQWXC2k5rqbUZhgyIAfylCm6MajWktpN2tHqPbKRkJTt+bEhyA/Teh8WIrzUpZrQLXGbl3oZd0g= X-Received: by 2002:a02:b718:: with SMTP id g24mr22914823jam.45.1634045308733; Tue, 12 Oct 2021 06:28:28 -0700 (PDT) MIME-Version: 1.0 References: <87zgrldwzk.fsf@gnu.org> <20211010150434.1966-1-felgru@posteo.net> In-Reply-To: <20211010150434.1966-1-felgru@posteo.net> From: Greg Hogan Date: Tue, 12 Oct 2021 09:28:18 -0400 Message-ID: Subject: Re: [bug#50813] [PATCH v2 0/6] gnu: python-pandas: Update to 1.3.3. To: Felix Gruber Content-Type: multipart/alternative; boundary="0000000000002c9f2305ce27d24f" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50813 Cc: =?UTF-8?Q?Ludovic_Court=C3=A8s?= , 50813@debbugs.gnu.org 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: -1.0 (-) --0000000000002c9f2305ce27d24f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable #48703 was an attempt in May to update numpy, scipy, and pandas. If and when this patchset is accepted first I can then update #48703 for the more recent numpy and scipy releases. On Sun, Oct 10, 2021 at 11:06 AM Felix Gruber wrote: > Hi Ludo=E2=80=99, > > On 10/7/21 11:07 AM, Ludovic Court=C3=A8s wrote: > > > > Felix Gruber skribis: > > > >> * gnu/packages/python-science.scm (python-pandas): Update to 1.3.3. > > > > The upgrade appears to cause build failures for python-dask and > > pigx-rnaseq (via snakemake) among other things. > > > > Could you take a look? > > I could not reproduce the build failure in pigx-rnaseq. For python-dask > the build failure could be fixed by upgrading it to 2021.9.1, whose > changelog mentioned that they've deactivated a failing test when > building against Pandas >=3D 1.3.3. After updating dask, its dependent > packages python-distributed and python-eliot failed to build. I've > fixed both by updating them to their latest releases and disabling > failing tests. > I've also took the oppurtunity to update the synapse package which was > the only package depending on python-eliot. > > > For the record, I tried to build everything reported by =E2=80=98guix r= efresh -l > > python-pandas=E2=80=99 though some of them (ocaml4.07-re, etc.) would a= lready > > fail to build before the upgrade. > > Of the remaining packages reported by `guix refresh -l python-pandas`, > I've identified the following packages with build failures: > > * clipper@2.0 > sometimes fails due to nondeterministic test > `test_get_FDR_cutoff_mean`. The docstring of this test already says > "Difficult to test because of random sampling" followed by a TODO. > I've thus deactivated this test, to make it build deterministically. > * pplacer@1.1.alpha19 > already failed on master due to unbuildable ocaml4.07-re@1.10.3. > * python-scikit-rebate@0.6 > Already failed on master in test `skrebate`: > ModuleNotFoundError: No module named 'sklearn.externals.joblib' > (A guix refresh -u python-scikit-rebate would update it to 0.62 which > was buildable, but this version seemed to come without any tests, so > I'm not sure if this is the right solution.) > * orange@3.28.0 > Already failed to build on mater, because its dependency > python-orange-canvas-core. > I've looked into updating both to their latest version, but that > would require updating python-pygments to >=3D 2.8.0 which would entail > rebuilding 561 dependent packages. > * imp@2.13.0 > I was running out of memory while building imp, which in the end > killed the build process. It seems that my 8GB of RAM are not > sufficient to build imp, so I cannot tell if the update of > python-pandas might break imp. > * tadbit@1.0.1 > depends on imp, so I couldn't build it either. > > I've prepared patches for those packages that I was able to fix. > > Best, > Felix > > Felix Gruber (6): > gnu: python-pandas: Update to 1.3.3. > gnu: python-dask: Update to 2021.9.1. > gnu: python-distributed: Update to 2021.09.1. > gnu: python-eliot: Update to 1.13.0. > gnu: synapse: Update to 1.44.0. > gnu: clipper: Disable non-deterministic test. > > gnu/packages/bioinformatics.scm | 9 ++++++++- > gnu/packages/matrix.scm | 5 +++-- > gnu/packages/python-science.scm | 15 +++++++++------ > gnu/packages/python-xyz.scm | 19 +++++++++++++++---- > 4 files changed, 35 insertions(+), 13 deletions(-) > > -- > 2.30.2 > > > > > --0000000000002c9f2305ce27d24f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
#48703 was an attempt in May to update numpy, scipy, and p= andas. If and when this patchset is accepted first I can then update #48703= for the more recent numpy and scipy releases.

On Sun, Oct 10, 2021 at 11:06= AM Felix Gruber <felgru@posteo.net= > wrote:
= Hi Ludo=E2=80=99,

On 10/7/21 11:07 AM, Ludovic Court=C3=A8s wrote:
>
> Felix Gruber <felgru@posteo.net> skribis:
>
>> * gnu/packages/python-science.scm (python-pandas): Update to 1.3.3= .
>
> The upgrade appears to cause build failures for python-dask and
> pigx-rnaseq (via snakemake) among other things.
>
> Could you take a look?

I could not reproduce the build failure in pigx-rnaseq. For python-dask
the build failure could be fixed by upgrading it to 2021.9.1, whose
changelog mentioned that they've deactivated a failing test when
building against Pandas >=3D 1.3.3. After updating dask, its dependent packages python-distributed and python-eliot failed to build.=C2=A0 I'v= e
fixed both by updating them to their latest releases and disabling
failing tests.
I've also took the oppurtunity to update the synapse package which was<= br> the only package depending on python-eliot.

> For the record, I tried to build everything reported by =E2=80=98guix = refresh -l
> python-pandas=E2=80=99 though some of them (ocaml4.07-re, etc.) would = already
> fail to build before the upgrade.

Of the remaining packages reported by `guix refresh -l python-pandas`,
I've identified the following packages with build failures:

* clipper@2.0
=C2=A0 sometimes fails due to nondeterministic test
=C2=A0 `test_get_FDR_cutoff_mean`.=C2=A0 The docstring of this test already= says
=C2=A0 "Difficult to test because of random sampling" followed by= a TODO.
=C2=A0 I've thus deactivated this test, to make it build deterministica= lly.
* pplacer@1.1.alpha19
=C2=A0 already failed on master due to unbuildable ocaml4.07-re@1.10.3.
* python-scikit-rebate@0.6
=C2=A0 Already failed on master in test `skrebate`:
=C2=A0 ModuleNotFoundError: No module named 'sklearn.externals.joblib&#= 39;
=C2=A0 (A guix refresh -u python-scikit-rebate would update it to 0.62 whic= h
=C2=A0 =C2=A0was buildable, but this version seemed to come without any tes= ts, so
=C2=A0 =C2=A0I'm not sure if this is the right solution.)
* orange@3.28.0
=C2=A0 Already failed to build on mater, because its dependency
=C2=A0 python-orange-canvas-core.
=C2=A0 I've looked into updating both to their latest version, but that=
=C2=A0 would require updating python-pygments to >=3D 2.8.0 which would = entail
=C2=A0 rebuilding 561 dependent packages.
* imp@2.13.0
=C2=A0 I was running out of memory while building imp, which in the end
=C2=A0 killed the build process. It seems that my 8GB of RAM are not
=C2=A0 sufficient to build imp, so I cannot tell if the update of
=C2=A0 python-pandas might break imp.
* tadbit@1.0.1
=C2=A0 depends on imp, so I couldn't build it either.

I've prepared patches for those packages that I was able to fix.

Best,
Felix

Felix Gruber (6):
=C2=A0 gnu: python-pandas: Update to 1.3.3.
=C2=A0 gnu: python-dask: Update to 2021.9.1.
=C2=A0 gnu: python-distributed: Update to 2021.09.1.
=C2=A0 gnu: python-eliot: Update to 1.13.0.
=C2=A0 gnu: synapse: Update to 1.44.0.
=C2=A0 gnu: clipper: Disable non-deterministic test.

=C2=A0gnu/packages/bioinformatics.scm |=C2=A0 9 ++++++++-
=C2=A0gnu/packages/matrix.scm=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 5 ++= +--
=C2=A0gnu/packages/python-science.scm | 15 +++++++++------
=C2=A0gnu/packages/python-xyz.scm=C2=A0 =C2=A0 =C2=A0| 19 +++++++++++++++--= --
=C2=A04 files changed, 35 insertions(+), 13 deletions(-)

--
2.30.2




--0000000000002c9f2305ce27d24f-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 10:52:25 2021 Received: (at 50813-done) by debbugs.gnu.org; 12 Oct 2021 14:52:25 +0000 Received: from localhost ([127.0.0.1]:47031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maJ8i-0004kF-OB for submit@debbugs.gnu.org; Tue, 12 Oct 2021 10:52:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maJ8g-0004jn-L8 for 50813-done@debbugs.gnu.org; Tue, 12 Oct 2021 10:52:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43484) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maJ8a-0001RO-3x; Tue, 12 Oct 2021 10:52:16 -0400 Received: from [193.50.110.91] (port=34622 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maJ8Z-0003Et-Qr; Tue, 12 Oct 2021 10:52:16 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Gruber Subject: Re: bug#50813: [PATCH] gnu: python-pandas: Update to 1.3.3. References: <87zgrldwzk.fsf@gnu.org> <20211010150434.1966-1-felgru@posteo.net> Date: Tue, 12 Oct 2021 16:52:13 +0200 In-Reply-To: <20211010150434.1966-1-felgru@posteo.net> (Felix Gruber's message of "Sun, 10 Oct 2021 15:04:28 +0000") Message-ID: <87lf2yuwgy.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813-done Cc: 50813-done@debbugs.gnu.org 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: -3.3 (---) Hi Felix, Felix Gruber skribis: > On 10/7/21 11:07 AM, Ludovic Court=C3=A8s wrote: >>=20 >> Felix Gruber skribis: >>=20 >>> * gnu/packages/python-science.scm (python-pandas): Update to 1.3.3. >>=20 >> The upgrade appears to cause build failures for python-dask and >> pigx-rnaseq (via snakemake) among other things. >>=20 >> Could you take a look? > > I could not reproduce the build failure in pigx-rnaseq. For python-dask > the build failure could be fixed by upgrading it to 2021.9.1, whose > changelog mentioned that they've deactivated a failing test when > building against Pandas >=3D 1.3.3. After updating dask, its dependent > packages python-distributed and python-eliot failed to build. I've > fixed both by updating them to their latest releases and disabling > failing tests. > I've also took the oppurtunity to update the synapse package which was > the only package depending on python-eliot. Neat. >> For the record, I tried to build everything reported by =E2=80=98guix re= fresh -l >> python-pandas=E2=80=99 though some of them (ocaml4.07-re, etc.) would al= ready >> fail to build before the upgrade. > > Of the remaining packages reported by `guix refresh -l python-pandas`, > I've identified the following packages with build failures: > > * clipper@2.0 > sometimes fails due to nondeterministic test > `test_get_FDR_cutoff_mean`. The docstring of this test already says > "Difficult to test because of random sampling" followed by a TODO. > I've thus deactivated this test, to make it build deterministically. > * pplacer@1.1.alpha19 > already failed on master due to unbuildable ocaml4.07-re@1.10.3. > * python-scikit-rebate@0.6 > Already failed on master in test `skrebate`: > ModuleNotFoundError: No module named 'sklearn.externals.joblib' > (A guix refresh -u python-scikit-rebate would update it to 0.62 which > was buildable, but this version seemed to come without any tests, so > I'm not sure if this is the right solution.) > * orange@3.28.0 > Already failed to build on mater, because its dependency > python-orange-canvas-core. > I've looked into updating both to their latest version, but that > would require updating python-pygments to >=3D 2.8.0 which would entail > rebuilding 561 dependent packages. > * imp@2.13.0 > I was running out of memory while building imp, which in the end > killed the build process. It seems that my 8GB of RAM are not > sufficient to build imp, so I cannot tell if the update of > python-pandas might break imp. > * tadbit@1.0.1 > depends on imp, so I couldn't build it either. > > I've prepared patches for those packages that I was able to fix. Awesome. > gnu: python-pandas: Update to 1.3.3. > gnu: python-dask: Update to 2021.9.1. > gnu: python-distributed: Update to 2021.09.1. > gnu: python-eliot: Update to 1.13.0. > gnu: synapse: Update to 1.44.0. > gnu: clipper: Disable non-deterministic test. python-dask and pigx-rnaseq build fine for me with this patch series, along with everything in between. Applied, thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 13 08:02:37 2021 Received: (at 50813) by debbugs.gnu.org; 13 Oct 2021 12:02:37 +0000 Received: from localhost ([127.0.0.1]:58783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1macxx-0007Da-9k for submit@debbugs.gnu.org; Wed, 13 Oct 2021 08:02:37 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:49020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1macxu-0007DR-NH for 50813@debbugs.gnu.org; Wed, 13 Oct 2021 08:02:35 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1macxt-0007oM-33; Wed, 13 Oct 2021 14:02:33 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1macwr-0005JP-Kr; Wed, 13 Oct 2021 14:02:32 +0200 From: Michael Rohleder To: Felix Gruber Subject: Re: [bug#50813] [PATCH v2 5/6] gnu: synapse: Update to 1.44.0. References: <87zgrldwzk.fsf@gnu.org> <20211010150434.1966-6-felgru@posteo.net> Date: Wed, 13 Oct 2021 14:01:32 +0200 In-Reply-To: <20211010150434.1966-6-felgru@posteo.net> (Felix Gruber's message of "Sun, 10 Oct 2021 15:04:33 +0000") Message-ID: <878ryxgmlf.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1634126554;ed6f7676; X-HE-SMSGID: 1macxt-0007oM-33 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50813 Cc: 50813@debbugs.gnu.org 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: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello Felix, Thank you for the patch! Did you try running this version? I think, synapse > 1.30 needs a newer python-cryptography (I think >=3D3.4)= at runtime, which we dont have currently... (See also bug #48655) =2D-=20 Windows without the X is like making love without a partner. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmFmypwRHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyUh9wf/caAnKguaU/2quv7kkLU+d3mevg1kLBtR 9K7TnjQck+MUrYmEzDIHS14Xobq8cFserTxpat27lsR2jUlZIDjApKlY68Y2x9pU bRNAgaHHioaFiXUnoPehCvt4orUw5rIg4SmT78lWkl8XCzNqUZx4jT/K81pPN0C0 W85ulrzGnII0oSZW/AQ1/nctgSXixZBZe/67I20cIIR+SwUz7V1MFTZo0SEluZ1f tuAeuzM/Fzc0EHb+0prcmCCOZa5EG3CmHXYzZyDLO03SKyrDuJSDukKEsPpDIxz9 nFbW9pjXjDSeIRQZrj9QN8ca+dfeCQaH4aKnV4GE8DD0YragyYTH8w== =FAd9 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 13 12:33:26 2021 Received: (at 50813) by debbugs.gnu.org; 13 Oct 2021 16:33:26 +0000 Received: from localhost ([127.0.0.1]:33180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mahC2-0006Fr-09 for submit@debbugs.gnu.org; Wed, 13 Oct 2021 12:33:26 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42129) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mahBz-0006Fb-I6 for 50813@debbugs.gnu.org; Wed, 13 Oct 2021 12:33:25 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C6E4A240104 for <50813@debbugs.gnu.org>; Wed, 13 Oct 2021 18:33:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634142796; bh=pWAzsGJZ+nwi/g7VJUQFSjz9T0um2laRvrGMTunF/ok=; h=Subject:To:Cc:From:Date:From; b=rWMZCmkM6jAr709ZhupN2ZCXvgNs3z/EintBSZM5htEttIP76ATL86mUGkDXIjtLO NacR59NKSfIsYAOociSVu+fYQsCosGQUVkM44VL+rt+SW2tsmxvvVvi75LqmPZQLqz FR/RMzmyPpF/uiRD7sL2pEzlmnMZA3SirPnu6I6K/h+9tMo2INV3gF/1U+A3NeV5XX lCuwmQXUbFIC7MwTOigoyp9kmsjZSy5C2qTkDJBL87zBYA53lCyHnqavwwk4Wcq+n3 5Xxwaq80LsgbD91g/+8isjrUwsy2tP1rS+jQ9BGCodhIflSBgHokGtHY2XRIB8mdWW w95ATH1s4umlg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HTykz6DQpz6tmB; Wed, 13 Oct 2021 18:33:15 +0200 (CEST) Subject: Re: [bug#50813] [PATCH v2 5/6] gnu: synapse: Update to 1.44.0. To: Michael Rohleder References: <87zgrldwzk.fsf@gnu.org> <20211010150434.1966-6-felgru@posteo.net> <878ryxgmlf.fsf@rohleder.de> From: Felix Gruber Message-ID: Date: Wed, 13 Oct 2021 16:33:09 +0000 MIME-Version: 1.0 In-Reply-To: <878ryxgmlf.fsf@rohleder.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 Cc: 50813@debbugs.gnu.org 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: -3.3 (---) Hi Michael, On 10/13/21 2:01 PM, Michael Rohleder wrote: > Thank you for the patch! > > Did you try running this version? > > I think, synapse > 1.30 needs a newer python-cryptography (I think >=3.4) at > runtime, which we dont have currently... > (See also bug #48655) I didn't try to run synapse after the update. Sorry if I broke it. :-( From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 14 00:27:00 2021 Received: (at 50813) by debbugs.gnu.org; 14 Oct 2021 04:27:00 +0000 Received: from localhost ([127.0.0.1]:34247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1masKZ-0008RO-W0 for submit@debbugs.gnu.org; Thu, 14 Oct 2021 00:27:00 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:41240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1masKU-0008RA-6A for 50813@debbugs.gnu.org; Thu, 14 Oct 2021 00:26:58 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1masKS-0003nx-AG; Thu, 14 Oct 2021 06:26:52 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1masJR-0003e3-Fc; Thu, 14 Oct 2021 06:26:51 +0200 From: Michael Rohleder To: Felix Gruber Subject: Re: [bug#50813] [PATCH v2 5/6] gnu: synapse: Update to 1.44.0. References: <87zgrldwzk.fsf@gnu.org> <20211010150434.1966-6-felgru@posteo.net> <878ryxgmlf.fsf@rohleder.de> Date: Thu, 14 Oct 2021 06:25:52 +0200 In-Reply-To: (Felix Gruber's message of "Wed, 13 Oct 2021 16:33:09 +0000") Message-ID: <8735p4ut9r.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1634185614;c22c5db3; X-HE-SMSGID: 1masKS-0003nx-AG X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50813 Cc: 50813@debbugs.gnu.org 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: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Felix, Felix Gruber writes: > On 10/13/21 2:01 PM, Michael Rohleder wrote: >> Thank you for the patch! >>=20 >> Did you try running this version? >>=20 >> I think, synapse > 1.30 needs a newer python-cryptography (I think >=3D3= .4) at >> runtime, which we dont have currently... >> (See also bug #48655) > > I didn't try to run synapse after the update. Sorry if I broke it. :-( Maybe it's possible to revert this patch?! I think, a non working synapse is useless, no? =2D-=20 Software is like sex: it is better when it is free. - Linus Torvalds --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmFnsVARHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyXZxAf/eX9M31RyDXxll9+VyZACP//L7fC2M5zL sw/mKi8+pwStklJKlPb4Rg+E9ZuKhXRH68O+Y7MZof3b6lUvkwjiYgbeiR6BiXAX NEu1bqEJ9FYhTqQ+jgO5ED5cIhmyvMK6N+3ZKh73M/u+Pt0MAymkWXHFtGvG/3ES TG8JrQyb7VbOo/t/yzfHRZ8LvBikQWoGQv87/Mh2ZJbaDUbZ9iZBNMxullEzzLw3 Qm/1A6nnCcs+fUSrjxLekuExRpdEah9DMTND2P/Gk3hroyag+lK7qVVRVbZvqsbc cvGJMJlY+o6EaVMI88cOxFDK5oNU4CNEvI8f3xgj3CVF4LV5jqh2Lw== =popV -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 14 15:09:05 2021 Received: (at 50813) by debbugs.gnu.org; 14 Oct 2021 19:09:05 +0000 Received: from localhost ([127.0.0.1]:37133 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mb66C-0000xC-Rk for submit@debbugs.gnu.org; Thu, 14 Oct 2021 15:09:04 -0400 Received: from mout01.posteo.de ([185.67.36.65]:45803) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mb66A-0000wc-JD for 50813@debbugs.gnu.org; Thu, 14 Oct 2021 15:09:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 18215240027 for <50813@debbugs.gnu.org>; Thu, 14 Oct 2021 21:08:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634238536; bh=tFyCLlAP9CJdIVqb1BwbBWQ2AeBNIz9vEge5qHW8HKA=; h=Subject:To:Cc:From:Date:From; b=AaLHKt37fVt/VH8xEGldQpyi7iCqVy2VeMmy0sjF8VQ2okm+/y12Kk/Ez8LUV/Gdn 4QMEeF1KRBLF03iEUnLHTUmkMak9jxENqBqhHiE9pZeABFlDoV8GPgsVYy832r3SV0 YTTntsB6cRO9oOlg0qdjcE1xsapQlW+B/9Rk1Zjs7nSZPuYbiFOcoLL9KDp7K39J3b M0aGicyYTj1+lTHQbc5tvzWREqCBg+4SBzU+knQ4oTleR2253043/G4xFEzqXB1XYa t2j3twZFPeI+Xbl/JQZ5F0TEfRqJHU+csGI+g2hq1q3A8kLiwtOG8sZZ72L7BQPp0O 5IyNtH2UyqQmA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HVf872gR1z9rxL; Thu, 14 Oct 2021 21:08:55 +0200 (CEST) Subject: Re: [bug#50813] [PATCH v2 5/6] gnu: synapse: Update to 1.44.0. To: Michael Rohleder References: <87zgrldwzk.fsf@gnu.org> <20211010150434.1966-6-felgru@posteo.net> <878ryxgmlf.fsf@rohleder.de> <8735p4ut9r.fsf@rohleder.de> From: Felix Gruber Message-ID: Date: Thu, 14 Oct 2021 19:08:48 +0000 MIME-Version: 1.0 In-Reply-To: <8735p4ut9r.fsf@rohleder.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50813 Cc: 50813@debbugs.gnu.org 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: -3.3 (---) Hi Michael, On 10/14/21 6:25 AM, Michael Rohleder wrote: > Maybe it's possible to revert this patch?! > > I think, a non working synapse is useless, no? I've opened bug #51211 to revert my update of synapse. From unknown Sat Jun 14 03:50:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 12 Nov 2021 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator