From patchwork Tue Dec 11 17:31:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christopher Baines X-Patchwork-Id: 453 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C9CF316904; Tue, 11 Dec 2018 17:32:14 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) by mira.cbaines.net (Postfix) with ESMTP id 62275168FB for ; Tue, 11 Dec 2018 17:32:14 +0000 (GMT) Received: from localhost ([::1]:40412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWltG-0000QY-16 for patchwork@mira.cbaines.net; Tue, 11 Dec 2018 12:32:14 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWlt7-0000NF-VP for guix-patches@gnu.org; Tue, 11 Dec 2018 12:32:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWlt4-0005JG-Fe for guix-patches@gnu.org; Tue, 11 Dec 2018 12:32:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39889) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWlt4-0005Ik-Cc for guix-patches@gnu.org; Tue, 11 Dec 2018 12:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gWlt4-0001TF-32 for guix-patches@gnu.org; Tue, 11 Dec 2018 12:32:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#33707] [PATCH 1/2] gnu: python-billiard: Update to 3.5.0.5. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Dec 2018 17:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33707 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33707@debbugs.gnu.org Received: via spool by 33707-submit@debbugs.gnu.org id=B33707.15445494715584 (code B ref 33707); Tue, 11 Dec 2018 17:32:02 +0000 Received: (at 33707) by debbugs.gnu.org; 11 Dec 2018 17:31:11 +0000 Received: from localhost ([127.0.0.1]:44145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWlsE-0001Rz-OD for submit@debbugs.gnu.org; Tue, 11 Dec 2018 12:31:10 -0500 Received: from li622-129.members.linode.com ([212.71.249.129]:39250 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWlsC-0001Rl-T6 for 33707@debbugs.gnu.org; Tue, 11 Dec 2018 12:31:09 -0500 Received: from localhost (unknown [IPv6:2a00:8c40:243:232:e578:c72a:a557:a8f1]) by mira.cbaines.net (Postfix) with ESMTPSA id D2AE1168FB for <33707@debbugs.gnu.org>; Tue, 11 Dec 2018 17:31:07 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id e8df801f for <33707@debbugs.gnu.org>; Tue, 11 Dec 2018 17:31:07 +0000 (UTC) From: Christopher Baines Date: Tue, 11 Dec 2018 18:31:06 +0100 Message-Id: <20181211173107.23478-1-mail@cbaines.net> X-Mailer: git-send-email 2.18.0 In-Reply-To: <87a7lcf18l.fsf@cbaines.net> References: <87a7lcf18l.fsf@cbaines.net> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches This is to enable updating python-celery. * gnu/packages/python.scm (python-billiard): Update to 3.5.0.5. [native-inputs]: Remove python-nose, add python-case and python-pytest. --- gnu/packages/python.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 52e23a19fa..709916d42c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8384,17 +8384,18 @@ RabbitMQ messaging server is the most popular implementation.") (define-public python-billiard (package (name "python-billiard") - (version "3.3.0.23") + (version "3.5.0.5") (source (origin (method url-fetch) (uri (pypi-uri "billiard" version)) (sha256 (base32 - "02wxsc6bhqvzh8j6w758kvgqbnj14l796mvmrcms8fgfamd2lak9")))) + "03msmapj3s5zgqk87d646mafz7a01h5bm2wijalgpi0s80ks5na2")))) (build-system python-build-system) (native-inputs - `(("python-nose" ,python-nose))) + `(("python-case" ,python-case) + ("python-pytest" ,python-pytest))) (home-page "https://github.com/celery/billiard") (synopsis "Python multiprocessing fork with improvements and bugfixes")