From unknown Sat Sep 13 18:51: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#37968 <37968@debbugs.gnu.org> To: bug#37968 <37968@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-pyro4: Update to 4.77. Reply-To: bug#37968 <37968@debbugs.gnu.org> Date: Sun, 14 Sep 2025 01:51:13 +0000 retitle 37968 [PATCH] gnu: python-pyro4: Update to 4.77. reassign 37968 guix-patches submitter 37968 Giacomo Leidi severity 37968 normal tag 37968 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 13:44:46 2019 Received: (at submit) by debbugs.gnu.org; 28 Oct 2019 17:44:47 +0000 Received: from localhost ([127.0.0.1]:46330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP94O-0007z9-Q2 for submit@debbugs.gnu.org; Mon, 28 Oct 2019 13:44:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:56477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP94N-0007z2-4V for submit@debbugs.gnu.org; Mon, 28 Oct 2019 13:44:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51722) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP94K-0002Nq-7W for guix-patches@gnu.org; Mon, 28 Oct 2019 13:44:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP94I-0002WM-Ov for guix-patches@gnu.org; Mon, 28 Oct 2019 13:44:39 -0400 Received: from confino.investici.org ([2a00:c38:11e:ffff::a020]:25019) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iP94H-0002Uf-TQ for guix-patches@gnu.org; Mon, 28 Oct 2019 13:44:38 -0400 Received: from mx1.investici.org (localhost [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id CE46A21249; Mon, 28 Oct 2019 17:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1572284672; bh=1oK8dtPXhwiQ8ZE5fdM2mKf90LncwH5AhNMdvHmRgdE=; h=From:To:Cc:Subject:Date:From; b=uAxwEO1+eLBuGjWrnVCwZg9P+J6OaAtUgG5LUt6RSkhYTDheSpCFZZ4dfDPqdP54K GZne/q7uSK8ZxXuNl7LeHlg5nxGYe5se4dYQqMDpNTkC//t0T7Zjm8lpghgemeetz0 67y4t2kRLi9tNdvtK/C3ySeZvcxe6DjDhQp/L6Yc= Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id B654121247; Mon, 28 Oct 2019 17:44:31 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: python-pyro4: Update to 4.77. Date: Mon, 28 Oct 2019 18:44:14 +0100 Message-Id: <20191028174414.21606-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:c38:11e:ffff::a020 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi 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.4 (--) * gnu/packages/python-xyz.scm (python-pyro4): Update to 4.77. --- gnu/packages/python-xyz.scm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7dba1500b5..e58b2d84c4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14324,14 +14324,21 @@ such as figshare or Zenodo.") (define-public python-pyro4 (package (name "python-pyro4") - (version "4.75") + (version "4.77") (source (origin (method url-fetch) (uri (pypi-uri "Pyro4" version)) (sha256 - (base32 "1dfpp36imddx19yv0kd28gk1l71ckhpqy6jd590wpm2680jw15rq"))= )) + (base32 "0gsjg869y4gpy265s1gj1f2qy6jn5iz8r2bwwnq78r1r5yi15zib"))= )) (build-system python-build-system) + ;; FIXME + (arguments + '(#:tests? #f)) ; The test suite requires network access. + (native-inputs + `(("python-cloudpickle" ,python-cloudpickle) + ("python-dill" ,python-dill) + ("python-msgpack" ,python-msgpack))) (propagated-inputs `(("python-serpent" ,python-serpent))) (home-page "https://pyro4.readthedocs.io") --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 17:55:10 2019 Received: (at 37968-done) by debbugs.gnu.org; 28 Oct 2019 21:55:10 +0000 Received: from localhost ([127.0.0.1]:46474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPCyj-0006bX-TZ for submit@debbugs.gnu.org; Mon, 28 Oct 2019 17:55:10 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:35533) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPCyh-0006b1-6P for 37968-done@debbugs.gnu.org; Mon, 28 Oct 2019 17:55:08 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 3EAB64B8; Mon, 28 Oct 2019 17:55:01 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 28 Oct 2019 17:55:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm1; bh=1yXCnkcu90q7VrkM63d54nAZTS tRp/G90vY728Gpobc=; b=Q0YYJO1Fm+4ReHg7HK+BIt9rtlFudwAF5eBC8giTmc eFRCjaxbyJlTQP7xtFq3klMxZSGFr3aSw4qjwQJrdgjcecAmvjtamL98O08oHQhH VDjfxoV3MEXW78r/TmfIXl2KHUzU95A1A64KP0W5efoHEh8KPm2t3o7jZvsC9yvb m5P4ZK3DQFmCunA3nnsmGny0wUFBHZh7wjJHPzJ4StOYohHLYqg899mIAbxRKafE f5/+9q9e6TjUrKrPof0ZhCd1hx6NGm17WuV3gMvdLZ5upCkloxpUK+veqCqCtaox JE6ndcQdqdssGL8Wb/GwUg3XxtUKC43nFvuONbC/haXA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=1yXCnk cu90q7VrkM63d54nAZTStRp/G90vY728Gpobc=; b=b9jbbN4hagk3CF9CUPC5FC oswzThdVR9jqYRbq6nfvRBlsJwT3/1hKms2Ynmm0lf9e4pj2zEqs8N9GVnDasTSl LtqixZVqpYnXpRHIS54TOpzqSzcafK6I7KD7fUFtBB3JxlqE7r+fYF0qGZnKtSZH jcPSGvVf3Hj54aG/Jc/Ig8b1X8y/5TxqKrd1+5+OCkqDALMevncmjr5xqTo2JjN5 IKU43Yc74nnYUndwv8B2WnPxYu544t8bU55jMumwOnexfvRxGtV1SnTOiv4LNvdM olQgTdiQXrceJwF9xT5wXS0b8eXqOr+LbHOeG3HJqTNnMB2Ms5NJCzdWrbvTvbXQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleelgdduheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffujghffgffkfggtgesghdtre ertdertdenucfhrhhomhepofgrrhhiuhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghs thhmrghilhdrtghomheqnecukfhppeeivddrudeirdduledvrdduhedtnecurfgrrhgrmh epmhgrihhlfhhrohhmpehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmnecuvehluhhs thgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (ti0006q161-0149.bb.online.no [62.16.192.150]) by mail.messagingengine.com (Postfix) with ESMTPA id 0E7A88005C; Mon, 28 Oct 2019 17:54:59 -0400 (EDT) From: Marius Bakke To: Giacomo Leidi , 37968-done@debbugs.gnu.org Subject: Re: [bug#37968] [PATCH] gnu: python-pyro4: Update to 4.77. In-Reply-To: <20191028174414.21606-1-goodoldpaul@autistici.org> References: <20191028174414.21606-1-goodoldpaul@autistici.org> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu) Date: Mon, 28 Oct 2019 22:54:58 +0100 Message-ID: <874kzsv8lp.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37968-done Cc: Giacomo Leidi 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: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Giacomo Leidi writes: > * gnu/packages/python-xyz.scm (python-pyro4): Update to 4.77. Applied with this tiny change: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=diff diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 57fb77a95a..bf5371c07a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14337,9 +14337,8 @@ such as figshare or Zenodo.") (sha256 (base32 "0gsjg869y4gpy265s1gj1f2qy6jn5iz8r2bwwnq78r1r5yi15zib")))) (build-system python-build-system) - ;; FIXME (arguments - '(#:tests? #f)) ; The test suite requires network access. + '(#:tests? #f)) ;FIXME: Some tests require network access. (native-inputs `(("python-cloudpickle" ,python-cloudpickle) ("python-dill" ,python-dill) --=-=-= Content-Type: text/plain Apparently the tests never ran before. In the future, it would be great to selectively disable just the tests that require network access, so that we notice any breakage early. Anyway, thanks for the patch! --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl23Y7IACgkQoqBt8qM6 VPpxWwf+NGsxfiLHl+etDi64eUGekxiaXXfEbnI4LPV7WwKvIncaklBSSwFYi4ns 3ZKrKhWzAC5addO3aBBhBgxvGmsV7/VqHdh5laDTEf3Ob20TPqwJgW5SOEzm99Is m07NMKqPyMpx0As4UcdzfxYHU5DC/08Ax0HS9sWlFJRMwRUz05VlfOacW2oOsgDZ Nnv13o092U9BZ1U8txAM3Q7SwSz/AHLm7Zfvbuy95jNQ09LlFzt7ixSGbokqrY+4 5pmQesGhv5Ik0JSrRI5D9ExOaU043weVIqDd9FoqbUChMmJiLgF2LmQqfZHO6EhP lp4ZsQKgFj4vLuvIL2qL0F8rI9VZLQ== =hePR -----END PGP SIGNATURE----- --==-=-=-- From unknown Sat Sep 13 18:51: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: Tue, 26 Nov 2019 12:24:08 +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