From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:44:00 2021 Received: (at submit) by debbugs.gnu.org; 11 Aug 2021 23:44:00 +0000 Received: from localhost ([127.0.0.1]:36903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxt9-000190-Rn for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:44:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:44236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxt8-00018r-5o for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:43:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDxt7-0005tJ-Uh for guix-patches@gnu.org; Wed, 11 Aug 2021 19:43:57 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42709) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDxt5-0004MW-Ou for guix-patches@gnu.org; Wed, 11 Aug 2021 19:43:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 58EAA240101 for ; Thu, 12 Aug 2021 01:43:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725431; bh=ftP8Y22Nln2eg7/WzkGIgu+c+5n5EREOdwKUTmfFkl0=; h=From:To:Cc:Subject:Date:From; b=NZgLbvERc0FyIVKVKJMqcx1NnPDIx0F7od4tlYMmevEwYHgbDqDrFdyp9a44JP5x2 mMTWI4Wb97eekY+2qkmyxIriEPaaB2Os6CPk61pg2xLqF2t41KzynYRTfrrjPDIG6f JXfJvbSTfLgbFxIPwqkUSkS0V1uCsbRTiNtDgk9ItILdH6l6Y74DrXgsXF7bqu4OqN ajYDKGm80ePTLMhp1tmUklzK+m6X7P5HBxjb4b+FDuM54TbTmi0rLxcmFLa1Ji/n5z YxJHRf9cGYY7uQBJF5SuaEH/oawV6BEhY5xitASiOP2k1jnTrmx2MELjPxHIeylxfO YJ9H6H3pDMcIA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRGt2Q6Cz6tm6; Thu, 12 Aug 2021 01:43:50 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 00/19] Update Celery to version 5. Date: Wed, 11 Aug 2021 23:43:45 +0000 Message-Id: <20210811234345.32228-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, 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: Vinicius Monego 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 (--) Vinicius Monego (19): gnu: Add python-click-repl. gnu: Add python-click-didyoumean. gnu: Add python-pytest-subtests. gnu: python-aws-sam-translator: Update to 1.38.0. gnu: python-aws-sam-translator: Change source for tests. gnu: python-cfn-lint: Update to 0.53.0. gnu: python-cfn-lint: Respect #:tests?. gnu: python-moto: Update to 2.2.2. gnu: python-moto: Respect #:tests?. gnu: python-vine: Update to 5.0.0. gnu: Add python-pytest-rerunfailures. gnu: python-amqp: Update to 5.0.6. gnu: python-kombu: Update to 5.1.0. gnu: Add python-pytest-celery. gnu: python-celery: Update to 5.1.2. gnu: python-celery: Enable tests. gnu: Remove python2-celery. gnu: Remove python2-kombu. gnu: Remove python2-amqp. gnu/packages/python-check.scm | 76 ++++++++++ gnu/packages/python-web.scm | 100 +++++++----- gnu/packages/python-xyz.scm | 276 +++++++++++++++++++++++----------- 3 files changed, 323 insertions(+), 129 deletions(-) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:45:51 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:45:51 +0000 Received: from localhost ([127.0.0.1]:36908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxux-0001D1-6x for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:45:51 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxuv-0001Ck-GL for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:45:50 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id AEA7D240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:45:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725542; bh=9HI/7atIt/gC0qaRL5zsDI+KAbu0wWtwgre3De+pRMw=; h=From:To:Cc:Subject:Date:From; b=Hg5B/xUAgZOBXOyObg9Bjxw/sRM3LHVuf1lOIY38EkLOmf5e0O9tQRm1oqNIzwobh 41oTzvCBILg9SVoLWXuZr0EzIEhVRxWRfw7+sDAiQN52jC/JS9qvJ/hydau09dnrZG lCISKchlLVEy+bIoFHQ6Csf7/mkWX3JNPTMn6heVHDRYr6mWpYQPii1Wft0L6oTDWJ a4hR0QjpB/bLStmfuBpZmh5D22kJdHfmIUs/wxdVwn54ZnjFXVFqWWGF66Ht+P1VzW MK84vjY4CKV39/WS8k7pOXQiSWCdAQdGr592Q+6Iloe/6NQ+t9+1EjQcZ5CzYKx+9/ xqZHIDFAa+Uhg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRK15P7Yz9rxD; Thu, 12 Aug 2021 01:45:41 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 01/19] gnu: Add python-click-repl. Date: Wed, 11 Aug 2021 23:44:53 +0000 Message-Id: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-click-repl): New variable. --- gnu/packages/python-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 295d158bd3..7f2863e5fb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4067,6 +4067,40 @@ via commands such as @command{rst2man}, as well as supporting Python code.") format.") (license license:unlicense))) +(define-public python-click-repl + (package + (name "python-click-repl") + (version "0.2.0") + (source + (origin + ;; There are no tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/click-contrib/click-repl") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "16ybsnwlj2jlqcfxflky8jz7i3nhrd3f6mvkpgs95618l8lx994i")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-click" ,python-click) + ("python-prompt-toolkit" ,python-prompt-toolkit) + ("python-six" ,python-six))) + (home-page "https://github.com/untitaker/click-repl") + (synopsis "REPL plugin for Click") + (description "This package provides a REPL plugin for Click.") + (license license:expat))) + (define-public python-doc8 (package (name "python-doc8") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:45:55 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:45:56 +0000 Received: from localhost ([127.0.0.1]:36911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxv1-0001DI-FT for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:45:55 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47129) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxuz-0001Cr-QM for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:45:54 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id ADFC4240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:45:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725547; bh=zPLeR6nxJ/7xSUPXv1K3fLODlPCc164NKkyUJkrcZdo=; h=From:To:Cc:Subject:Date:From; b=UcE5yQFB2hT+H8pSu/TbpcLKJwkLHlQDN4iS2pSUlx/v1c0N1b1v0ps6hIBszyFJ6 vgw5zkzih07QPb0ZYcTma+LrySlvsrq5DiJXeqs966SWd1KhjX36Hy1PFet7dOIRU0 iy0DO7YGJLL1kZmR1qa6HeLDjNC/OOyfYcM8+AGwRQfKLyQAizXW1SE7jNhZDBjyA9 a/dcsrUGd7yi4z8o/SmIbRdvBlKrmbogNV5uBQEjzXGvbbhIq57+884nd6qSq9JgB/ DsFE+3ZTHgUzxbABm+/4Z4k8+vx/UXucwdnVAaFPTUHwSzCb2mmeRm/HT7xKoiYaF3 tzv58+hGwD/lg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRK6527wz6tmH; Thu, 12 Aug 2021 01:45:46 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 02/19] gnu: Add python-click-didyoumean. Date: Wed, 11 Aug 2021 23:44:54 +0000 Message-Id: <20210811234511.32450-2-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-click-didyoumean): New variable. --- gnu/packages/python-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f2863e5fb..af415e2666 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6888,6 +6888,40 @@ in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.") (license license:expat))) +(define-public python-click-didyoumean + (package + (name "python-click-didyoumean") + (version "0.0.3") + (source + (origin + ;; There are no tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/click-contrib/click-didyoumean") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0qb3csx27vby8w5534l4la08sq2nv7wb2fzghv1glrxnxk1a73vg")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; FIXME: tests fail because of single/double quote mismatch + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-click" ,python-click))) + (home-page "https://github.com/timofurrer/click-didyoumean") + (synopsis "Git-like did-you-mean feature in Click") + (description + "This plugin enables git-like did-you-mean feature in Click.") + (license license:expat))) + (define-public python-pywinrm (package (name "python-pywinrm") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:45:58 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:45:58 +0000 Received: from localhost ([127.0.0.1]:36914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxv3-0001DX-Ts for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:45:58 -0400 Received: from mout02.posteo.de ([185.67.36.66]:56155) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxv2-0001D8-Sc for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:45:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 3EB1F240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:45:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725551; bh=WeIi4M8iXwf2qUGYfpSx4maP9jzHmEpcNfWAd5BmpKo=; h=From:To:Cc:Subject:Date:From; b=CWMUND7MhwHWZoX9Y688ZsLrZGL+39aEMEey1NZ4G554jZZC0auZGq6Xw5CXT/mu5 hnUFIsmV976uIW07Cc6UsZwsu4TkeGYFKxD2L67zBv28UtqJptgrwVD0re36rNQSNB 8z4mxhE9VPofXGEUQUq8e+aDSy53GU4Y1bYpF3z2bgMHAM9ehm2uTYgSY4OXBxT6GJ 0G8adkcuMFF2jmPv5Ynz9EKa5tekGM8QhtXqo5dDxWYTOer26vYU1FNf/hoavJxHP8 HssjE9ik2Wrbjx37VBs5jw0N3T/wp6cPN6SXQArkH0wt+LqNxZjXOc+G7gp44Lv8gG FcK6fKDEWy6Kg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKB3SkMz9rxH; Thu, 12 Aug 2021 01:45:50 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 03/19] gnu: Add python-pytest-subtests. Date: Wed, 11 Aug 2021 23:44:55 +0000 Message-Id: <20210811234511.32450-3-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-check.scm (python-pytest-subtests): New variable. --- gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 038ca177af..0eef7ba8e5 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -576,6 +576,34 @@ in Pytest.") settings.") (license license:expat))) +(define-public python-pytest-subtests + (package + (name "python-pytest-subtests") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-subtests" version)) + (sha256 + (base32 "087i03nmkmfnrpc7mmizvr40ijnjw4lfxc22rnk8jk6s1szy9lav")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-setuptools-scm" ,python-setuptools-scm))) + (home-page "https://github.com/pytest-dev/pytest-subtests") + (synopsis "Unittest subTest() support and subtests fixture") + (description "This Pytest plugin provides unittest @code{subTest()} +support and @code{subtests} fixture.") + (license license:expat))) + (define-public python-pytest-vcr ;; This commit fixes integration with pytest-5 (let ((commit "4d6c7b3e379a6a7cba0b8f9d20b704dc976e9f05") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:02 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:02 +0000 Received: from localhost ([127.0.0.1]:36917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxv8-0001Dy-4c for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:02 -0400 Received: from mout02.posteo.de ([185.67.36.66]:39343) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxv6-0001DJ-LG for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:00 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 04BE2240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:45:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725555; bh=29N6QPxBPpxuBGCscT1UL3jzFunQDkHfnMhGc6EL4fM=; h=From:To:Cc:Subject:Date:From; b=kzQCVo+YXkcSp8gZ8ZcsW0AIE26YCtqSNwhH9sReKJVDSRf9Ax8R5a7/hLFW6pOS8 qONaZjjnfpn07g2Czzt3S4lM6sQCKXsQBn319zyFov0mwlfeffDZTLfQoMfz9T4M2C CRXweQ8iYJUQ9Vnwreff2mvzfdnYoIgiFDB7HIcFG0MiYlzeWKrq2o/iMLHC+5vY1z I2YPrKdIaZbFNboZPn149p/7qGy/zP+Q5vK2G3s7yi6P5852283EUaXdzJMAGz7r1d NhLjTcZdF8bMfOSNsBn2vUjcGy05v41VuWPR3VIPImnbuPLU+80qHeW5u4qZQaM+fQ RTO9sWGWAEfpg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKG1J81z6tm4; Thu, 12 Aug 2021 01:45:53 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 04/19] gnu: python-aws-sam-translator: Update to 1.38.0. Date: Wed, 11 Aug 2021 23:44:56 +0000 Message-Id: <20210811234511.32450-4-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0. --- gnu/packages/python-web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5df134ddff..787300e1f8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -363,13 +363,13 @@ WSGI. This package includes libraries for implementing ASGI servers.") (define-public python-aws-sam-translator (package (name "python-aws-sam-translator") - (version "1.36.0") + (version "1.38.0") (source (origin (method url-fetch) (uri (pypi-uri "aws-sam-translator" version)) (sha256 (base32 - "115mcbb4r205c1hln199llqrvvbijfqz075rwx991l99jc6rj6zs")))) + "1djwlsjpbh13m4biglimrm9lq7hmla0k29giay7k3cjsrylxvjhf")))) (build-system python-build-system) (arguments `(;; XXX: Tests are not distributed with the PyPI archive, and would @@ -387,6 +387,7 @@ WSGI. This package includes libraries for implementing ASGI servers.") (propagated-inputs `(("python-boto3" ,python-boto3) ("python-jsonschema" ,python-jsonschema) + ("python-pyrsistent" ,python-pyrsistent) ("python-six" ,python-six))) (home-page "https://github.com/awslabs/serverless-application-model") (synopsis "Transform AWS SAM templates into AWS CloudFormation templates") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:05 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:06 +0000 Received: from localhost ([127.0.0.1]:36924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvB-0001Ez-Kb for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:05 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41347) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvA-0001Df-FB for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:04 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C6B6A240103 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:45:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725558; bh=mAf2lKNlAdk2+4EQaTzVa6uG2BsPD6FwIOeRfcTeZCs=; h=From:To:Cc:Subject:Date:From; b=cXuX99oy/zijDe/dH76BhZX6FZh+L4Yak8J5LYxtPKyZgCDxSlTcjSx80biQmOIeR p8BbpTdzAcUrSmDkdft6pa5efStNHSCAjZmqDW0uZMJ22uA+qNueEaU15ttFtXAw0m cyM2YokDlTZUtSnyJGVpf3kF4191j6xwyyNuEnNAMnImUjh3h1xjkkkp7QgmjtP27L FO8ik29WPTecvWGpxheGH8PN+xtxwHvIFnECnqqlgwVepYhhRBiNlqmUK0AV5XCU8G MfDJCPRExZWH8FXjMfKGb9AseJI7Qgnph5IpDCNFV1lmEdyPyTNO5nqcuu/iDuGgB/ XIgrGqgkdnNbw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKK6Rtbz6tm4; Thu, 12 Aug 2021 01:45:57 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 05/19] gnu: python-aws-sam-translator: Change source for tests. Date: Wed, 11 Aug 2021 23:44:57 +0000 Message-Id: <20210811234511.32450-5-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-web.scm (python-aws-sam-translator)[source]: Fetch from GitHub. Make some cosmetic changes. [arguments]: Change explanation on why tests are disabled. Make some cosmetic changes. [native-inputs]: Add python-black, python-click, python-coverage, python-dateparser, python-docopt, python-flake8, python-mock, python-parameterized, python-pathlib2, python-pylint, python-pytest, python-pytest-cov, python-pyyaml, python-requests. --- gnu/packages/python-web.scm | 57 +++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 18 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 787300e1f8..041fb2d7b7 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -364,26 +364,47 @@ WSGI. This package includes libraries for implementing ASGI servers.") (package (name "python-aws-sam-translator") (version "1.38.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "aws-sam-translator" version)) - (sha256 - (base32 - "1djwlsjpbh13m4biglimrm9lq7hmla0k29giay7k3cjsrylxvjhf")))) + (source + (origin + ;; PyPI tarball does not include tests. + (method git-fetch) + (uri (git-reference + (url "https://github.com/aws/serverless-application-model") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0nn9jfqz13kzmxm0r9vy24p8sqxv3mrm5d3lx7ah6rc581q8nv1k")))) (build-system python-build-system) (arguments - `(;; XXX: Tests are not distributed with the PyPI archive, and would - ;; introduce a circular dependency on python-cfn-lint. - #:tests? #f - #:phases (modify-phases %standard-phases - (add-after 'unpack 'loosen-requirements - (lambda _ - ;; The package needlessly specifies exact versions - ;; of dependencies, when it works fine with others. - (substitute* "requirements/base.txt" - (("(.*)(~=[0-9\\.]+)" all package version) - package)) - #t))))) + ;; 25 test failures divided in the following two errors: + ;; 'botocore.exceptions.NoRegionError: You must specify a region.' + ;; AttributeError: 'TestDeploymentPreferenceCollection' object has + ;; no attribute 'function_logical_id'. + `(#:tests? #f + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'loosen-requirements + (lambda _ + ;; The package needlessly specifies exact versions + ;; of dependencies, when it works fine with others. + (substitute* "requirements/base.txt" + (("(.*)(~=[0-9\\.]+)" all package version) + package))))))) + (native-inputs + `(("python-black" ,python-black) + ("python-click" ,python-click) + ("python-coverage" ,python-coverage) + ("python-dateparser" ,python-dateparser) + ("python-docopt" ,python-docopt) + ("python-flake8" ,python-flake8) + ("python-mock" ,python-mock) + ("python-parameterized" ,python-parameterized) + ("python-pathlib2" ,python-pathlib2) + ("python-pylint" ,python-pylint) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pyyaml" ,python-pyyaml) + ("python-requests" ,python-requests))) (propagated-inputs `(("python-boto3" ,python-boto3) ("python-jsonschema" ,python-jsonschema) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:10 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:10 +0000 Received: from localhost ([127.0.0.1]:36927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvF-0001FG-VP for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:10 -0400 Received: from mout01.posteo.de ([185.67.36.65]:59767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvE-0001EI-4M for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:08 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8CFC5240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725562; bh=zvoiyhJIKvHzp4yU0JFidUtujL7lCPaHzW+4Gfpmv7M=; h=From:To:Cc:Subject:Date:From; b=W8/Hns5Sj6K851VoZ3s3Xga7C3gACBdTAf6lRscAJ5hT/0yDfnLqT1HTX71dTShPf 9V3/q8ra8rg4ZZD5l4z9bUuhV/nSUe8dDiwr2VRZVwawejYQWgJEaS3QxzbbZ1cxEk I3w77nsj0xf9qccpyMvPJ0XCABXFi/W/bkBMK+xqxo+ulWqLaYP9XWP9Zu5uvG/iDP uzRmGbyyD1JI0ypqkaFO9tM39inziOerLkv2dYt6hzQ3oCh6boAUBDWG8OfEVep2pj GDJ2rlQI4CVGsMa6T+HFdip+syWlQ2dh/Q8vDSfJ7yL5tWgxgjpw6KEBY4iwsCbfj3 4DvV5xED0Mupg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKP4n42z6tm4; Thu, 12 Aug 2021 01:46:01 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 06/19] gnu: python-cfn-lint: Update to 0.53.0. Date: Wed, 11 Aug 2021 23:44:58 +0000 Message-Id: <20210811234511.32450-6-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.53.0. --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 041fb2d7b7..e1da025cfb 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -488,7 +488,7 @@ emit information from within their applications to the AWS X-Ray service.") (define-public python-cfn-lint (package (name "python-cfn-lint") - (version "0.51.0") + (version "0.53.0") (home-page "https://github.com/aws-cloudformation/cfn-python-lint") (source (origin (method git-fetch) @@ -498,7 +498,7 @@ emit information from within their applications to the AWS X-Ray service.") (file-name (git-file-name name version)) (sha256 (base32 - "1027s243sik25c6sqw6gla7k7vl3jdicrik5zdsa8pafxh2baja4")))) + "1njcrwanq0py0qpz875bg05jyrs2cvpcc570xxb8rjh139n1nxsh")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:14 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:14 +0000 Received: from localhost ([127.0.0.1]:36930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvK-0001FX-6C for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:14 -0400 Received: from mout02.posteo.de ([185.67.36.66]:54095) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvI-0001F7-4R for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 658CA240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725566; bh=G0MrP9J0EoFd16pn6G5p9JKq5oB/OSUr9noWeUVDZ/4=; h=From:To:Cc:Subject:Date:From; b=DwN0ngnXxr4WjTE5WlGSdmrcQG7IpnDrprKZZyY0h7O4aDG1f/jtEQikRWzGwXYLU K9GnJ8ly4lH9YbXR0Eu348QwhImnJ7Y5QDW94Bsg4dNoPFx5HXehminJxzPi0WakJZ 47ugaIb8gKCbf1hMLx+1iAAH0pW6zTf1IUTI4iVlZWN2ZkuDK4dUf8ooBXsnD6QAm5 G4bioTMts74NuvA4iwMN46tD6j0pqOAdtLw2vczZWbLvDlveda+QDB/iTBCTFvarRn QAPAa6OKdNmEbQywCzK6deoOUo+hKqwpQUM/UTYVsYdQKx3u9gHfA1CxHfQjx8VXcK KOGAAMTXhakCg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKT3l8hz6tm4; Thu, 12 Aug 2021 01:46:05 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 07/19] gnu: python-cfn-lint: Respect #:tests?. Date: Wed, 11 Aug 2021 23:44:59 +0000 Message-Id: <20210811234511.32450-7-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-web.scm (python-cfn-lint)[arguments]: Make some cosmetic changes. Respect #:tests? in the custom 'check phase. --- gnu/packages/python-web.scm | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e1da025cfb..9572bed39c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -501,23 +501,25 @@ emit information from within their applications to the AWS X-Ray service.") "1njcrwanq0py0qpz875bg05jyrs2cvpcc570xxb8rjh139n1nxsh")))) (build-system python-build-system) (arguments - `(#:phases (modify-phases %standard-phases - (replace 'check - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - ;; Remove test for the documentation update scripts - ;; to avoid a dependency on 'git'. - (delete-file - "test/unit/module/maintenance/test_update_documentation.py") - (delete-file - "test/unit/module/maintenance/test_update_resource_specs.py") - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) - (setenv "PATH" (string-append out "/bin:" - (getenv "PATH"))) - (invoke "python" "-m" "unittest" "discover" - "-s" "test"))))))) + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key outputs tests? #:allow-other-keys) + (when tests? + (let ((out (assoc-ref outputs "out"))) + ;; Remove test for the documentation update scripts + ;; to avoid a dependency on 'git'. + (delete-file + "test/unit/module/maintenance/test_update_documentation.py") + (delete-file + "test/unit/module/maintenance/test_update_resource_specs.py") + (setenv "PYTHONPATH" + (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (setenv "PATH" (string-append out "/bin:" + (getenv "PATH"))) + (invoke "python" "-m" "unittest" "discover" + "-s" "test")))))))) (native-inputs `(("python-pydot" ,python-pydot) ("python-mock" ,python-mock))) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:17 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:17 +0000 Received: from localhost ([127.0.0.1]:36933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvN-0001Fn-GL for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:17 -0400 Received: from mout02.posteo.de ([185.67.36.66]:45207) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvM-0001FO-1I for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:16 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2E7DB240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725570; bh=fQkIqrgH71OrGVw1zZKOUW3GBC1nTq4oVnFaJsGSC3k=; h=From:To:Cc:Subject:Date:From; b=kz4oS+mIaQu3OHDx2MIl2ZAV+P3oQRwWQ5WlGIVdf1Znzt9jBsSbGsNFSenRSZH99 HApgpKwM9mlFP2VYpUgfTXisEaoPKt9Qnr0FR7E8xvz1NqFs0eJEYHeTkQKTDK5NxY svWI+RtWp6vOPCVeogObrIFcMU11Ni6IzcRGDH7bysRvJiH1W981+b74GoEXqXXOL5 XzJgcBD0FzTQkNrrJzbfycwH0AYvfVuzB3JWv43zO0MjJW4/TfIWX/w2ROcFUa3nck Jr1JQAeeHmEeEPWfG47b9zguRAbMKczfF0/8u13CJ+t/DWW2Zt3i8VZ7R8sc5BbGYn cpd5sAI4xBWaQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKY2gMwz6tmD; Thu, 12 Aug 2021 01:46:09 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 08/19] gnu: python-moto: Update to 2.2.2. Date: Wed, 11 Aug 2021 23:45:00 +0000 Message-Id: <20210811234511.32450-8-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-moto): Update to 2.2.2. [arguments]: Make some cosmetic changes. Skip more tests. Don't return #t on phases. --- gnu/packages/python-xyz.scm | 68 +++++++++++++++++++++++++------------ 1 file changed, 47 insertions(+), 21 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index af415e2666..57b4e7fa58 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12474,34 +12474,60 @@ text.") (define-public python-moto (package (name "python-moto") - ;; XXX: Use a pre-release for compatibility with latest botocore & friends. - (version "1.3.16.dev134") + (version "2.2.2") (source (origin (method url-fetch) (uri (pypi-uri "moto" version)) (sha256 (base32 - "1pix0c7zszjwzfy88n1rpih9vkdm25nqcvz93z850xvgwb4v81bd")))) + "09dpjxp7xb5y1haj5aq6f5lcfzjd0121xqv75zyk6j6bkcbskddh")))) (build-system python-build-system) (arguments - `(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-hardcoded-executable-names - (lambda _ - (substitute* "moto/batch/models.py" - (("/bin/sh") - (which "sh"))) - (substitute* (find-files "tests" "\\.py$") - (("#!/bin/bash") - (string-append "#!" (which "bash")))) - #t)) - (replace 'check - (lambda _ - (setenv "PYTHONPATH" (string-append "./build/lib:" - (getenv "PYTHONPATH"))) - (invoke "pytest" "-vv" "-m" "not network" - ;; These tests require Docker. - "-k" "not test_terminate_job \ -and not test_invoke_function_from_sqs_exception")))))) + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-hardcoded-executable-names + (lambda _ + (substitute* "moto/batch/models.py" + (("/bin/sh") + (which "sh"))) + (substitute* (find-files "tests" "\\.py$") + (("#!/bin/bash") + (string-append "#!" (which "bash")))))) + (replace 'check + (lambda _ + (setenv "PYTHONPATH" (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (invoke "pytest" "-vv" "-m" "not network" "-k" + ;; These tests require Docker. + (string-append "not test_terminate_job" + " and not test_invoke_function_from_sqs_exception" + " and not test_rotate_secret_lambda_invocations" + ;; No indication of why this one fails. + " and not test_container_overrides" + " and not test_dependencies" + ;; Exception from python-botocore 1.19.22. + ;; XXX: May pass after update. + " and not test_object_headers" + " and not test_delete_connection_not_present" + " and not test_delete_connection_success" + " and not test_describe_connection_not_present" + " and not test_describe_connection_success" + " and not test_delete_api_destination" + " and not test_create_and_list_api_destinations" + " and not test_delete_connection" + " and not test_create_and_describe_connection" + " and not test_create_and_list_connections" + " and not test_create_file_system_az_name_given_backup_default" + " and not test_create_file_system_aws_sample_2" + " and not test_describe_file_systems_aws_create_sample_2" + " and not test_create_file_system_aws_sample_1" + " and not test_create_image_with_tag_specification" + " and not test_get_group_configuration" + " and not test_create_and_update_api_destination" + ;; Exception from python-sure 1.4.11. + ;; XXX: May pass after update. + " and not test_encryption" + " and not test_create_transit_gateway"))))))) (native-inputs `(("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:21 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:21 +0000 Received: from localhost ([127.0.0.1]:36936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvQ-0001G3-RO for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:21 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvP-0001Ff-W6 for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:20 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 130ED240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725574; bh=oKn/1FvgxqmBtG8rkvNG328xwuVxy7FivIbTjnCxP3U=; h=From:To:Cc:Subject:Date:From; b=AylLcuxPLTnxBiSErZGWabD+O/kbgq6AHR5Yj5hICbnwH1lcuX39wBVffH3OUBs+G ofGoEsX6vNiljte3KvSQO+xzXsqh3D4TLcMW1PQtRbiTmtDIsazJfLdZEudmCv/PRg tuwNRC0pUhepceR4knvI5RJGdNFBhEcGxhQpnDhuZku5wRAlICNF3i1OgffKWW/mmW VAS7WfyPgvUtoBwPrt/dpAQIq7T8at8vG9i5ckwlyKWuzBiscNGHfKt/bUkcYwa4lo abX4aZlRf11lgjrTs4KTXNRKI9wSERh35iSw1qxZv59KsneuR4eWuOj3gBOOwjbU7F wImNJnCmSjOPA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKd1vW0z6tm4; Thu, 12 Aug 2021 01:46:13 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 09/19] gnu: python-moto: Respect #:tests?. Date: Wed, 11 Aug 2021 23:45:01 +0000 Message-Id: <20210811234511.32450-9-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-moto)[source]: Make some cosmetic changes. [arguments]: Respect #:tests? in the custom 'check phase. --- gnu/packages/python-xyz.scm | 81 +++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 57b4e7fa58..0b358ceca3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12475,12 +12475,12 @@ text.") (package (name "python-moto") (version "2.2.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "moto" version)) - (sha256 - (base32 - "09dpjxp7xb5y1haj5aq6f5lcfzjd0121xqv75zyk6j6bkcbskddh")))) + (source + (origin + (method url-fetch) + (uri (pypi-uri "moto" version)) + (sha256 + (base32 "09dpjxp7xb5y1haj5aq6f5lcfzjd0121xqv75zyk6j6bkcbskddh")))) (build-system python-build-system) (arguments `(#:phases @@ -12494,40 +12494,41 @@ text.") (("#!/bin/bash") (string-append "#!" (which "bash")))))) (replace 'check - (lambda _ - (setenv "PYTHONPATH" (string-append "./build/lib:" - (getenv "PYTHONPATH"))) - (invoke "pytest" "-vv" "-m" "not network" "-k" - ;; These tests require Docker. - (string-append "not test_terminate_job" - " and not test_invoke_function_from_sqs_exception" - " and not test_rotate_secret_lambda_invocations" - ;; No indication of why this one fails. - " and not test_container_overrides" - " and not test_dependencies" - ;; Exception from python-botocore 1.19.22. - ;; XXX: May pass after update. - " and not test_object_headers" - " and not test_delete_connection_not_present" - " and not test_delete_connection_success" - " and not test_describe_connection_not_present" - " and not test_describe_connection_success" - " and not test_delete_api_destination" - " and not test_create_and_list_api_destinations" - " and not test_delete_connection" - " and not test_create_and_describe_connection" - " and not test_create_and_list_connections" - " and not test_create_file_system_az_name_given_backup_default" - " and not test_create_file_system_aws_sample_2" - " and not test_describe_file_systems_aws_create_sample_2" - " and not test_create_file_system_aws_sample_1" - " and not test_create_image_with_tag_specification" - " and not test_get_group_configuration" - " and not test_create_and_update_api_destination" - ;; Exception from python-sure 1.4.11. - ;; XXX: May pass after update. - " and not test_encryption" - " and not test_create_transit_gateway"))))))) + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (setenv "PYTHONPATH" (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (invoke "pytest" "-vv" "-m" "not network" "-k" + ;; These tests require Docker. + (string-append "not test_terminate_job" + " and not test_invoke_function_from_sqs_exception" + " and not test_rotate_secret_lambda_invocations" + ;; No indication of why this one fails. + " and not test_container_overrides" + " and not test_dependencies" + ;; Exception from python-botocore 1.19.22. + ;; XXX: May pass after update. + " and not test_object_headers" + " and not test_delete_connection_not_present" + " and not test_delete_connection_success" + " and not test_describe_connection_not_present" + " and not test_describe_connection_success" + " and not test_delete_api_destination" + " and not test_create_and_list_api_destinations" + " and not test_delete_connection" + " and not test_create_and_describe_connection" + " and not test_create_and_list_connections" + " and not test_create_file_system_az_name_given_backup_default" + " and not test_create_file_system_aws_sample_2" + " and not test_describe_file_systems_aws_create_sample_2" + " and not test_create_file_system_aws_sample_1" + " and not test_create_image_with_tag_specification" + " and not test_get_group_configuration" + " and not test_create_and_update_api_destination" + ;; Exception from python-sure 1.4.11. + ;; XXX: May pass after update. + " and not test_encryption" + " and not test_create_transit_gateway")))))))) (native-inputs `(("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:25 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:25 +0000 Received: from localhost ([127.0.0.1]:36939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvV-0001GK-72 for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:25 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvT-0001Fv-Dx for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D76A2240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725577; bh=gSrNLROGb+FnSWmBpJbVp9hYGLnUzKLe6gzNJg52Yj8=; h=From:To:Cc:Subject:Date:From; b=AGNq4McxJKBYu3ByJRMWL3vSOKIb4azJ/quK+8z2zZgR7Zdn7cmLKVmUn1k4c6aa7 4D3OHJKtswjFdzAuTv/wIM7h3rHrAbri39ihSIn9FWDA2tGHgEOE9DL/di/1ZlcU+r fuCwqmiAOYBFGChi+CJx5c6SPJRsnhFqtc/kY3kDqskgFRvX6dHFdUrb0G7TND0uMI 27aKu29WbKNW+rLd6Jg0yPGdI3uKZiRfC4bIsoPRGopgsaZ+9BCiy8/aMxL72VO7tI 2GCdji5pAcQBOcn9eD4D4YuHMPmeO0OmIS0WEGDe0EJg5fRRLZjXZH3bMfokMSmaYo 1N65MJ0Jskaxg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKj0bNyz9rxH; Thu, 12 Aug 2021 01:46:16 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 10/19] gnu: python-vine: Update to 5.0.0. Date: Wed, 11 Aug 2021 23:45:02 +0000 Message-Id: <20210811234511.32450-10-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-vine): Update to 5.0.0. [source]: Make some cosmetic changes. --- gnu/packages/python-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0b358ceca3..69a0c369db 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3693,14 +3693,13 @@ provides Python-specific tags that represent an arbitrary Python object.") (define-public python-vine (package (name "python-vine") - (version "1.1.4") + (version "5.0.0") (source (origin (method url-fetch) (uri (pypi-uri "vine" version)) (sha256 - (base32 - "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj")))) + (base32 "0zk3pm0g7s4qfn0gk28lfmsyplvisaxi6826cgpq5njkm4j1cfvx")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:29 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:29 +0000 Received: from localhost ([127.0.0.1]:36942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvZ-0001Gc-E7 for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:29 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44745) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvX-0001GC-GZ for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A4CDC240104 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725581; bh=y5wSnWQjcC94WSgQ71EGAaX5fNd7VviloI/fIRkaufs=; h=From:To:Cc:Subject:Date:From; b=j6u2OS4PGWVwccHi59VYEpbH7UsSyRIG1AOLt0H5peGlkt9OEfMWfjQw4YutuuNOP X9cEMN8MkoarsxRGqSTgmsOtFmyVVIT/dFj6hhL+b7ovepog0BkJqJwxpJWi7EbH0b WxcEp0UvOPOY+auIxuB5MNrf3zUp9GXIbZ4b/v8tov44gNN/2J/8FmUHCgNLxE6Lux UpGaTlxclYqjABsMgyd7xCNEp65pwzlOWamOlkctfzkfmW4mmkG9NeLP2O3p1d7DEt FciDHL7m+B3YwvIzKeZk12n7ksmPe7SYBA420q/fzMVFMBrJsaqraPquyX/II6tj/b x//fPx5chJO3g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKm5vhnz9rxH; Thu, 12 Aug 2021 01:46:20 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 11/19] gnu: Add python-pytest-rerunfailures. Date: Wed, 11 Aug 2021 23:45:03 +0000 Message-Id: <20210811234511.32450-11-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-check.scm (python-pytest-rerunfailures): New variable. --- gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 0eef7ba8e5..148dfd5fad 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1037,6 +1037,34 @@ service processes for your tests with pytest.") new fixtures, new methods and new comparison objects.") (license license:expat))) +(define-public python-pytest-rerunfailures + (package + (name "python-pytest-rerunfailures") + (version "10.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-rerunfailures" version)) + (sha256 + (base32 "0ws2hbgh00nd6xchyi9ymyxfpg5jpxsy5mxdz4nxvriyw5nw05vn")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest" + "test_pytest_rerunfailures.py"))))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/pytest-dev/pytest-rerunfailures") + (synopsis "Pytest plugin to re-run tests to eliminate flaky failures") + (description "This package provides a Pytest plugin to re-run tests to +eliminate flaky failures.") + (license license:mpl2.0))) + (define-public python-pytest-aiohttp (package (name "python-pytest-aiohttp") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:32 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:33 +0000 Received: from localhost ([127.0.0.1]:36945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvc-0001Gs-NS for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:32 -0400 Received: from mout01.posteo.de ([185.67.36.65]:45305) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvb-0001GS-0O for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:31 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 6F934240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725585; bh=pLvHvsh7U7mH4oBd4Xan1Rr/Fn15nhJifzolm50J9cY=; h=From:To:Cc:Subject:Date:From; b=ScrhoLX0pIVYgaC4FtovwxSxWz8TleFqrFdPScIt+dIbY5I+gwiHt27OvhrQCWTLX 4ZqEez+LBfLq6vL7KZ3K0Ma/smASGkYExYcaD9oWZjSh7Ia8fbui4C3EDLMrKdpGFd DeZWJgrghGxCl8cp9Zkb6++wE9xcrkRBbH2lVffVRL1R6sdEzfYHx3uwLjXwzhJYXE UsZ7cExdrQgwQE3Yuk6fX8UTG71+9srEcF0iYb4oYxaUSgH/l07UtWOByq8mfg7eil 41AGF0U8VfTX49dV7bPEjfoTrEViCs+5NkiTLceka2diK3vYrHy24CBHY7ksuDtaRr a7IPwkM/Tp+rg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKr4qTwz9rxF; Thu, 12 Aug 2021 01:46:24 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 12/19] gnu: python-amqp: Update to 5.0.6. Date: Wed, 11 Aug 2021 23:45:04 +0000 Message-Id: <20210811234511.32450-12-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-amqp): Update to 5.0.6. [source]: Make some cosmetic changes. --- gnu/packages/python-xyz.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 69a0c369db..7c4232cbd5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13177,17 +13177,24 @@ and provides a uniform API regardless of which JSON implementation is used.") (define-public python-amqp (package (name "python-amqp") - (version "2.3.2") + (version "5.0.6") (source (origin (method url-fetch) (uri (pypi-uri "amqp" version)) (sha256 - (base32 - "1sv600dgqwpimr6i1g59y9hpn50mc236gdqkr7zin13kvlpx0g87")))) + (base32 "1hk8jli0s8dinxwihskzbwqlrancsgfxh1hjpzw32k5kyaa6xq83")))) (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'delete-rabbitmq-tests + (lambda _ + ;; All tests in this file require RabbitMQ. + (delete-file-recursively "t/integration/test_rmq.py")))))) (native-inputs `(("python-case" ,python-case) + ("python-pytest-rerunfailures" ,python-pytest-rerunfailures) ("python-pytest-sugar" ,python-pytest-sugar) ("python-mock" ,python-mock))) (propagated-inputs -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:37 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:37 +0000 Received: from localhost ([127.0.0.1]:36948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvg-0001H8-V4 for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:37 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53119) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxve-0001Gd-PK for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:35 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2A0E6240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725589; bh=fBk3FQdZu77znXgViO3uWMHrDiY4PZKvVOT2X+39Blc=; h=From:To:Cc:Subject:Date:From; b=MsPRqZ0Jr5qBl4ZjYT3kQbziPVo1d6Vs1Dbymq4Qsy5cxRmMGNWC2i9bN17s0BYOu hVKFlhqIHLYkzq4CdsdzdtaOgnbiEl+wBRoqhfrW/iEChxpgn3KZOXzA5vCwx2T3Zb GiRLI4PdOhW4nhYaS3wdLP2ypXdY/08QkTpSa8LVUH+xebO7eg7/v1Il4tADFwSkrZ nQfIPtTa9eJdmuQ0f7OQSZ7jwg6DToEybcpBCw5QALaMS3ys9QSu6MmbjSZKXxeeou IaGNFfXtl/H+JKQUs2gMWo4+Qz5KLDa5KEJLC97NOn1pEWI2UocwS4BdqbB/v8ng1w yJqs098JFJQyA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRKw2mNLz9rxF; Thu, 12 Aug 2021 01:46:28 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 13/19] gnu: python-kombu: Update to 5.1.0. Date: Wed, 11 Aug 2021 23:45:05 +0000 Message-Id: <20210811234511.32450-13-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-kombu): Update to 5.1.0. [source]: Make some cosmetic changes. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c4232cbd5..f14f40e55e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13251,25 +13251,31 @@ applications.") (define-public python-kombu (package (name "python-kombu") - (version "4.2.2") + (version "5.1.0") (source (origin (method url-fetch) (uri (pypi-uri "kombu" version)) (sha256 - (base32 - "15k8f7mzqr049sg9vi48m19vjykviafk3f0p5xzgw9by0x0kyxjj")))) + (base32 "0bap3b244h9jhaswyqjg7sgfwlyk9qk3gdn9rlwnjvv0yjcisj01")))) (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'delete-transport-tests + (lambda _ + ;; This tests message passing to many different databases. + (delete-file-recursively "t/unit/transport")))))) (native-inputs - `(("python-mock" ,python-mock) - ("python-case" ,python-case) + `(("python-case" ,python-case) + ("python-mock" ,python-mock) ("python-pyro4" ,python-pyro4) ("python-pytest-sugar" ,python-pytest-sugar) ("python-pytz" ,python-pytz))) (propagated-inputs - `(("python-anyjson" ,python-anyjson) - ("python-amqp" ,python-amqp) - ("python-redis" ,python-redis))) + `(("python-amqp" ,python-amqp) + ("python-cached-property" ,python-cached-property) + ("python-vine" ,python-vine))) (home-page "https://kombu.readthedocs.io") (synopsis "Message passing library for Python") (description "The aim of Kombu is to make messaging in Python as easy as -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:44 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:44 +0000 Received: from localhost ([127.0.0.1]:36951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvo-0001HX-6k for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:44 -0400 Received: from mout02.posteo.de ([185.67.36.66]:60917) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvn-0001HJ-5v for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:43 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 3F9C5240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725595; bh=2H/MJ1IBo/2ulSmKnDZKB5PQcKbc/ZgExqdnAvJ4gsI=; h=From:To:Cc:Subject:Date:From; b=pfGzgmt007qqpPtY6jcXQFn7bu0Po+LMcvIUor1n9u5E9gPaZBRKdp5F/etNZwAQm K5jZEDnTWMzEhpX36pjP83enNErDM/By5aEQ7n9l9L51Q+UpWrG9JIpWRnJyMjNiBz cqCKGUM6IhkTs/UnT+wMbhbRscuGGPv2YOJqjgNtwMaa/NeMhsjAtMT/d9yL625afb uDev1vPIV6Kgz43OWVvEHl7yUZNYRYKBmzqRSnHSmwJJoqBLYEXE4JkO8UxBVVvbKy K6i/XXaJSx5o3YaFg6dzlZkyLTve64985q1daBqx7x0ryYGWBhUx+IyZVJlN5me9vh r2Lgf7L8Js6kQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRL01RQWz6tm4; Thu, 12 Aug 2021 01:46:31 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 14/19] gnu: Add python-pytest-celery. Date: Wed, 11 Aug 2021 23:45:06 +0000 Message-Id: <20210811234511.32450-14-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-check.scm (python-pytest-celery): New variable. --- gnu/packages/python-check.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 148dfd5fad..18e3a27a18 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1156,6 +1156,26 @@ also ensuring that the notebooks are running without errors.") "This pytest plugin provides fixtures to simplify Flask app testing.") (license license:expat))) +(define-public python-pytest-celery + (package + (name "python-pytest-celery") + (version "0.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-celery" version)) + (sha256 + (base32 "01pli108qqiiyrn8qsqqabcpazrzj27r7cji9wgglsk76by61l6g")))) + (build-system python-build-system) + (arguments + ;; No tests and causes a circular dependency with python-celery. + `(#:tests? #f)) + (home-page "https://github.com/graingert/pytest-celery") + (synopsis "Shim pytest plugin to enable @code{celery.contrib.pytest}") + (description + "This package provides a shim Pytest plugin to enable a Celery marker.") + (license license:bsd-3))) + (define-public python-pytest-env (package (name "python-pytest-env") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:46 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:46 +0000 Received: from localhost ([127.0.0.1]:36954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvq-0001Hl-De for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:46 -0400 Received: from mout02.posteo.de ([185.67.36.66]:49747) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvo-0001HM-Fc for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:44 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C1FD6240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725598; bh=+w6iBSSWeHHtinZPutfBT2D8UnV0u7Fnd37JzSvtVqs=; h=From:To:Cc:Subject:Date:From; b=ObGGLuidpD6eyXmNQSaXubZJJWBgZxG/OE9pgJTsQY7kZmxjzfyI5sSRoOaGZPze1 a0o2EIrJXybQ4t9Yznef1cwelSog0iKEDswPlxlDUkwJddz54HKfPK12aoFt9bqn6Y Y6yBe5L8e4vX0sKaUhQdpMAE2CYt1c6yK9M1w3TKUGPoZjPQJPQIKeW7Y+ZK1DJOmt sPLvw8tSD3YFGxX2lXgQgFvlvy06HhlWG+6ru1sCIMB1xfNuJAr7iuZjuiwplcxuPW zImnBqP8nLv40NAmQRXzpD4z4d06a2I02HIqSYgGaeUiPW4/B39mY13TkIGap7b+yR MqkWCcAq32PXA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRL56nNMz9rxF; Thu, 12 Aug 2021 01:46:37 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 15/19] gnu: python-celery: Update to 5.1.2. Date: Wed, 11 Aug 2021 23:45:07 +0000 Message-Id: <20210811234511.32450-15-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-celery): Update to 5.1.2. [source]: Make some cosmetic changes. [propagated-inputs]: Add python-boto3, python-click, python-click-didyoumean, python-click-plugins, python-click-repl, python-cryptography, python-vine. --- gnu/packages/python-xyz.scm | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f14f40e55e..175bab1b89 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13335,14 +13335,13 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (define-public python-celery (package (name "python-celery") - (version "4.2.1") + (version "5.1.2") (source (origin (method url-fetch) (uri (pypi-uri "celery" version)) (sha256 - (base32 - "0y66rz7z8dfcgs3s0qxmdddlaq57bzbgxgfz896nbp14grkv9nkp")))) + (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld")))) (build-system python-build-system) (arguments '(;; TODO The tests fail with Python 3.7 @@ -13360,9 +13359,17 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") `(("python-case" ,python-case) ("python-pytest" ,python-pytest))) (propagated-inputs - `(("python-pytz" ,python-pytz) - ("python-billiard" ,python-billiard) - ("python-kombu" ,python-kombu))) + `(("python-billiard" ,python-billiard) + ("python-boto3" ,python-boto3) + ("python-click" ,python-click) + ("python-click-didyoumean" + ,python-click-didyoumean) + ("python-click-plugins" ,python-click-plugins) + ("python-click-repl" ,python-click-repl) + ("python-cryptography" ,python-cryptography) + ("python-kombu" ,python-kombu) + ("python-pytz" ,python-pytz) + ("python-vine" ,python-vine))) (home-page "https://celeryproject.org") (synopsis "Distributed Task Queue") (description "Celery is an asynchronous task queue/job queue based on -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:50 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:50 +0000 Received: from localhost ([127.0.0.1]:36957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvt-0001I1-Np for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:50 -0400 Received: from mout01.posteo.de ([185.67.36.65]:39153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvs-0001HR-Co for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:48 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CD3B8240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725602; bh=2PR+syNWideI42R/hssCIqXWV0qJ/L3MsQd8DliztWg=; h=From:To:Cc:Subject:Date:From; b=Pi2Eqk0atXych59s72cT3oeAd50bdFQjCuUbotNGhN43bB14BXHa0r6+4MR4LGj8l YYhje+kjUcm8zOLonYGx6Cf+6cAi5uSoIMwqGLP9jRHt+dpeIEOD2smgcTagWKCZxQ +Vp0fc0hVpZPJ47DK1nYv/VqAOizXZce0fS6v+rHO/dizy/UIh8OVD9bw/E96YGjiU J9wMr3IzQIpgQ1Q7LtZ5IvLe6jZowWDHNuKJsFhpXyvmymBCslxXTyfuiCv7+Cd3sL dxfV0JBSWEwJ9QJX39XbKFCLwj/olWiTwazIGkyoUaJQWYYwEzt4kkcIRRj2iU9VIW jWXhzAFJ+7V6A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRLB0RWJz9rxF; Thu, 12 Aug 2021 01:46:41 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 16/19] gnu: python-celery: Enable tests. Date: Wed, 11 Aug 2021 23:45:08 +0000 Message-Id: <20210811234511.32450-16-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python-celery)[arguments]: Remove 'patch-requirements phase. Remove #:tests?. Override 'check phase. [native-inputs]: Add python-flaky, python-iniconfig, python-moto, python-pytest-celery, python-pytest-subtests, python-pytest-timeout, python-toml. --- gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 175bab1b89..21b2d59d8a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13344,20 +13344,32 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld")))) (build-system python-build-system) (arguments - '(;; TODO The tests fail with Python 3.7 - ;; https://github.com/celery/celery/issues/4849 - #:tests? #f - #:phases + '(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-requirements + (add-after 'unpack 'skip-problematic-tests (lambda _ - (substitute* "requirements/test.txt" - (("pytest>=3\\.0,<3\\.3") - "pytest>=3.0")) - #t))))) + (for-each delete-file-recursively + '("t/distro" ; tests requirements for CI + "t/integration" ; hangs tests + ;; XXX: Requires many extra dependencies and network. + "t/unit/backends")))) + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest" "t" "-k" + ;; AssertionError. + "not test_check_privileges_no_fchown"))))))) (native-inputs `(("python-case" ,python-case) - ("python-pytest" ,python-pytest))) + ("python-flaky" ,python-flaky) + ("python-iniconfig" ,python-iniconfig) + ("python-moto" ,python-moto) + ("python-pytest" ,python-pytest-6) + ("python-pytest-celery" ,python-pytest-celery) + ("python-pytest-subtests" ,python-pytest-subtests) + ("python-pytest-timeout" ,python-pytest-timeout) + ("python-toml" ,python-toml))) (propagated-inputs `(("python-billiard" ,python-billiard) ("python-boto3" ,python-boto3) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:53 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:53 +0000 Received: from localhost ([127.0.0.1]:36960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvx-0001II-4m for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:53 -0400 Received: from mout01.posteo.de ([185.67.36.65]:53863) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxvw-0001Ht-7L for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:52 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A3666240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725606; bh=AA/UaUxX2B9o1g3k+BaycFIQZqEUoZlpJJnbKlzfmKI=; h=From:To:Cc:Subject:Date:From; b=rF/3xZ2hmCFYTvtIUHNq1qYUj8uZRbmoSJjTUiZsDlP0RGbigA2lz6O26Wq4qf6zr igNpaY38XrGWhM8+TEcVfyXSdgr1ofU9MI1fz5K2iLEiUHjN9eYKvcesX0JdxtQsXc S8rudoR8JR4rxgNFwGehtBJVtgAv/0hT5kd9jMpOl/X0hVgcf5rLiexNjWHy1qPMrA H4xtjny6tPYu220JCZnvlihm3ju8eyyzRFr5rE1xF4q4JNPodh0pW3Ek0MnjYw0Sqj d1eDpxftO+6ycpsekQkJEmqs8JZ4JbPn1D0DkJQGMcRdhj82pckpU0VkasCsnq3ken 6EULNZOvO1wNg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRLF6SF8z9rxF; Thu, 12 Aug 2021 01:46:45 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 17/19] gnu: Remove python2-celery. Date: Wed, 11 Aug 2021 23:45:09 +0000 Message-Id: <20210811234511.32450-17-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python2-celery): Remove variable. (python-celery)[properties]: Remove. --- gnu/packages/python-xyz.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 21b2d59d8a..a71ff206a7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13390,16 +13390,7 @@ supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-celery)))))) - -(define-public python2-celery - (let ((celery (package-with-python2 - (strip-python2-variant python-celery)))) - (package/inherit celery - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ("python2-mock" ,python2-mock) - ,@(package-native-inputs celery)))))) + (license license:bsd-3))) (define-public python-translitcodec (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:46:57 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:46:57 +0000 Received: from localhost ([127.0.0.1]:36963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxw1-0001IZ-Bl for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:57 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36625) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxw0-0001I9-3v for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:46:56 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8A23D240026 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725610; bh=hP24i4Wx/QK3HzXMtPrIvcrzU6LUuTuyVZ9H7ffBQkE=; h=From:To:Cc:Subject:Date:From; b=jpFsgVtbTPORR4WyomNIA8wy1+a1ga4s2FTnHjWSLs9j7aios4/8oS8SBMgspbUtP ulfkxZWywlRCeibfopCjLS/C/4nT7QX1A6JGbSNkqrLMG9Iy4B85Wuh20T3bmlfNj+ 6teb6nwG+tnB6FzWGwtKzStiFKg28LFyecI0xL8TX286OIMjGQ2qQrgKQSm34mbGF3 eKWkTJZTgtB7xr/k0OX0BC/lYg45ZJQMmrESC4hcTiwMR1t4I5ExYqzljnaWxumqwL AE4saf2qnUpMWjfeABkeukW82Af97c/E6nnHMISpvbatUnFMrObe15rZiBgtiBlcTi eayjXImkCKZ1Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRLK5SVCz9rxF; Thu, 12 Aug 2021 01:46:49 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 18/19] gnu: Remove python2-kombu. Date: Wed, 11 Aug 2021 23:45:10 +0000 Message-Id: <20210811234511.32450-18-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. --- gnu/packages/python-xyz.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a71ff206a7..ffb745f168 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13284,19 +13284,7 @@ and also provide proven and tested solutions to common messaging problems. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-kombu)))))) - -(define-public python2-kombu - (let ((kombu (package-with-python2 - (strip-python2-variant python-kombu)))) - (package/inherit kombu - (arguments `(;; FIXME: 'TestTransport.test_del_sync' fails on python2. - ;; It works fine on the python3 variant. - #:tests? #f - ,@(package-arguments kombu))) - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ,@(package-native-inputs kombu)))))) + (license license:bsd-3))) (define-public python-billiard (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 11 19:47:01 2021 Received: (at 50018) by debbugs.gnu.org; 11 Aug 2021 23:47:02 +0000 Received: from localhost ([127.0.0.1]:36966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxw5-0001Iy-Ip for submit@debbugs.gnu.org; Wed, 11 Aug 2021 19:47:01 -0400 Received: from mout02.posteo.de ([185.67.36.66]:43357) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDxw4-0001IR-9Z for 50018@debbugs.gnu.org; Wed, 11 Aug 2021 19:47:00 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id AA63E240101 for <50018@debbugs.gnu.org>; Thu, 12 Aug 2021 01:46:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628725614; bh=Ri6+xymZbzFecGcMBnk1NJi2QmqKrplT+/+hcgxJedw=; h=From:To:Cc:Subject:Date:From; b=O9jwu+/wqXraL/vU3BiUkhOyEHxCnxl1gAqPNLHqw6tGY1wFSnuDZUKIK5D+1T0br BukC/yMBUxR/bjXDz4G6oQmm6c0CRgjj2vBZIHpnDOYskmqFdi63lh04HEpJLPuMOM 9aEsj0tieNdaKCz5gJguy0k9qkt4LW1SsrDQHkszMqKJZSQO5BEGYawPPD36vlZs0Q FBExcITtOfD7jT8GQTyAX6fFFhVRn9mQ6OD1/BeBLDkMwMJJdaY7En3r7GrQZ46sIy 7jxgFlIpJxdZm59e8b3/7DkTlkobWcBpIi2vD43c7si4N9jKlQ0wzhGtFIlJDetw9W 2NBVKyCKJa0JA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GlRLP5lpxz6tm4; Thu, 12 Aug 2021 01:46:53 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH 19/19] gnu: Remove python2-amqp. Date: Wed, 11 Aug 2021 23:45:11 +0000 Message-Id: <20210811234511.32450-19-monego@posteo.net> In-Reply-To: <20210811234511.32450-1-monego@posteo.net> References: <20210811234511.32450-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-xyz.scm (python2-amqp): Remove variable. (python-amqp)[properties]: Remove. --- gnu/packages/python-xyz.scm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ffb745f168..9300b40d00 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13206,18 +13206,7 @@ and provides a uniform API regardless of which JSON implementation is used.") "This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available.") - (license license:lgpl2.1+) - (properties `((python2-variant . ,(delay python2-amqp)))))) - -(define-public python2-amqp - (let ((amqp (package-with-python2 - (strip-python2-variant python-amqp)))) - (package/inherit amqp - (arguments `(;; Tries to run coverage tests with nose-cover3, which seems - ;; unmaintained. Weirdly, does not do this on the python 3 - ;; version? - #:tests? #f - ,@(package-arguments amqp)))))) + (license license:lgpl2.1+))) (define-public python-txamqp (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 18:45:41 2021 Received: (at 50018) by debbugs.gnu.org; 13 Aug 2021 22:45:41 +0000 Received: from localhost ([127.0.0.1]:43197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfvp-00083q-AC for submit@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:41 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfvn-00083a-4V for 50018@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:40 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 63F51240103 for <50018@debbugs.gnu.org>; Sat, 14 Aug 2021 00:45:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628894732; bh=i6hV/hIaJdKFnGH+mBn1RSnHRReQRnuQVtd1jiDGIoo=; h=From:To:Cc:Subject:Date:From; b=krPIPsBJh4pcnkbHxkIiGVjSWZA1zd/giLeU88WCci/V/v8WgAP431NrZWiqYk1PW 30mgs13q7FBK8ZyuOpEeRrLj+hhvXvqTKzRDyEMF0wOfsRwynYE2Riut5UhxNILpop ng40ERQka4awiACTSzxOMgJxMc0vibJlsys4NOMWqf4o9zYF6mzuEkAyLFjegYsNN9 4Y7he716f5N3gNhNSLOpn4er+KiM5rwS07K7/mRQ83/0hFsW1UZ82wfyzyIqHZB89j 0X5ic72Xg597EO7OxDNZKm7SDHVeGY9gETpbzvphap7xx2yUdfwdSfApoRIDcGabKF yjVy0UStxV/aA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Gmdtg38Mcz9rxD; Sat, 14 Aug 2021 00:45:31 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v2 16/19] gnu: python-celery: Enable tests. Date: Fri, 13 Aug 2021 22:45:21 +0000 Message-Id: <20210813224524.33933-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-celery)[arguments]: Remove 'patch-requirements phase. Remove #:tests?. Override 'check phase. [native-inputs]: Add python-flaky, python-iniconfig, python-moto, python-msgpack, python-pytest-celery, python-pytest-subtests, python-pytest-timeout, python-toml. --- Enabled backend tests and added python-msgpack to native-inputs. Subsequent patches are rebase only. gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 175bab1b89..772e04f5c6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13344,20 +13344,31 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld")))) (build-system python-build-system) (arguments - '(;; TODO The tests fail with Python 3.7 - ;; https://github.com/celery/celery/issues/4849 - #:tests? #f - #:phases + '(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-requirements + (add-after 'unpack 'skip-problematic-tests (lambda _ - (substitute* "requirements/test.txt" - (("pytest>=3\\.0,<3\\.3") - "pytest>=3.0")) - #t))))) + (for-each delete-file-recursively + '("t/distro" ; tests requirements for CI + "t/integration")))) ; hangs tests + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest" "t" "-k" + ;; AssertionError. + "not test_check_privileges_no_fchown"))))))) (native-inputs `(("python-case" ,python-case) - ("python-pytest" ,python-pytest))) + ("python-flaky" ,python-flaky) + ("python-iniconfig" ,python-iniconfig) + ("python-moto" ,python-moto) + ("python-msgpack" ,python-msgpack) + ("python-pytest" ,python-pytest-6) + ("python-pytest-celery" ,python-pytest-celery) + ("python-pytest-subtests" ,python-pytest-subtests) + ("python-pytest-timeout" ,python-pytest-timeout) + ("python-toml" ,python-toml))) (propagated-inputs `(("python-billiard" ,python-billiard) ("python-boto3" ,python-boto3) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 18:45:45 2021 Received: (at 50018) by debbugs.gnu.org; 13 Aug 2021 22:45:45 +0000 Received: from localhost ([127.0.0.1]:43201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfvt-000849-Ic for submit@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:45 -0400 Received: from mout01.posteo.de ([185.67.36.65]:50241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfvq-00083e-DX for 50018@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:44 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5F3BD240026 for <50018@debbugs.gnu.org>; Sat, 14 Aug 2021 00:45:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628894736; bh=ipWuFzv1wU3ZVH450bFYeiEhWU16B3t8i4DYQ5kz6j0=; h=From:To:Cc:Subject:Date:From; b=OoEll+KN1HV789dsBJ5scolvbOx9pl0nXOkPKwcF1ujupTq6c+9O8Uin28P14UHYI 9yzSAYw+8eHSaBAkvIjgPVorCygPjELQsnW436Snd5qsd4qJoOLLXa73AbBAAhWaCS SJehFC1sIUyGRmqqz/1Fr+Mv7x8UU91QQVF1mPG2qgcFxze/mhU4+1V0fz2ASNnbDb wzzbHRjhMteQMjKzIIJ5w5ZggdZMBtXjGbknwoBYvoGAcb0lpDbQSsSdGqVbrp6lcq 7ZqC4BleXjpOWWjJKe/0b5JjdWdUNY68yIYBmyJ2G4XcIgYBnrReDH1to43fhyfnsM RRVRSPLeKx0aA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Gmdtl3R2tz6tmD; Sat, 14 Aug 2021 00:45:35 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v2 17/19] gnu: Remove python2-celery. Date: Fri, 13 Aug 2021 22:45:22 +0000 Message-Id: <20210813224524.33933-2-monego@posteo.net> In-Reply-To: <20210813224524.33933-1-monego@posteo.net> References: <20210813224524.33933-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-celery): Remove variable. (python-celery)[properties]: Remove. --- gnu/packages/python-xyz.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 772e04f5c6..b287ec1935 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13389,16 +13389,7 @@ supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-celery)))))) - -(define-public python2-celery - (let ((celery (package-with-python2 - (strip-python2-variant python-celery)))) - (package/inherit celery - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ("python2-mock" ,python2-mock) - ,@(package-native-inputs celery)))))) + (license license:bsd-3))) (define-public python-translitcodec (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 18:45:47 2021 Received: (at 50018) by debbugs.gnu.org; 13 Aug 2021 22:45:48 +0000 Received: from localhost ([127.0.0.1]:43205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfvv-00084N-P3 for submit@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:47 -0400 Received: from mout02.posteo.de ([185.67.36.66]:51255) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfvu-00083s-Pb for 50018@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:47 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1F254240101 for <50018@debbugs.gnu.org>; Sat, 14 Aug 2021 00:45:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628894741; bh=uajG3EWCzR8CUGxfa1mnGDxN1JtAbmj4mKX/6jvtge0=; h=From:To:Cc:Subject:Date:From; b=KWgMRjtVf3QmHOe4Qot5uceUc0hyvcxlJW/lPjLtRz2+jsZLs3TyK5juwwHgmkyaK Paf2mnx2+JxLRCXEhgNsMUEjvmrEQi2YkIIFO0N+BM2YBXvGLn0hoQ5JLI5MsmQBFE Mu60V4r6CLEv3RotDzDQuTyTZSXRl2Ykxms9Ril/LXj68hVCv03THPywmddAOKZN60 LCGaNMeh8vOQ4vQYrzr/QnKpwSxQVylyn7n+tr1ZCn+r4yvakDwnoGsHzCzkHTnlwd Jv8YZ3Xn3FqP5eH98BfoAiUca38FyBLP1Y/E7ZQSl0M71E55VNz0sk6uOoSHwp6SPW TdZUqBeOGVqFg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Gmdtr2b9Zz9rxG; Sat, 14 Aug 2021 00:45:40 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v2 18/19] gnu: Remove python2-kombu. Date: Fri, 13 Aug 2021 22:45:23 +0000 Message-Id: <20210813224524.33933-3-monego@posteo.net> In-Reply-To: <20210813224524.33933-1-monego@posteo.net> References: <20210813224524.33933-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. --- gnu/packages/python-xyz.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b287ec1935..4c29c044fb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13284,19 +13284,7 @@ and also provide proven and tested solutions to common messaging problems. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-kombu)))))) - -(define-public python2-kombu - (let ((kombu (package-with-python2 - (strip-python2-variant python-kombu)))) - (package/inherit kombu - (arguments `(;; FIXME: 'TestTransport.test_del_sync' fails on python2. - ;; It works fine on the python3 variant. - #:tests? #f - ,@(package-arguments kombu))) - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ,@(package-native-inputs kombu)))))) + (license license:bsd-3))) (define-public python-billiard (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 18:45:55 2021 Received: (at 50018) by debbugs.gnu.org; 13 Aug 2021 22:45:55 +0000 Received: from localhost ([127.0.0.1]:43209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfw2-00084i-W3 for submit@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:55 -0400 Received: from mout01.posteo.de ([185.67.36.65]:53315) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEfw2-00084V-6G for 50018@debbugs.gnu.org; Fri, 13 Aug 2021 18:45:54 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 949E0240028 for <50018@debbugs.gnu.org>; Sat, 14 Aug 2021 00:45:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628894748; bh=4a4URR0GVCpAYy3FFK/jEqmL6sqv0Jckp8jvHTSDmxY=; h=From:To:Cc:Subject:Date:From; b=fvOW4IO7kJ8EBH4q9X3GZlKt+y34Fgx5vds3y6woOEMsL5pMdfVTa7nZRvT0JGipr pNt2ygMNCY7lu6QWi1/Ghh1qLbqB6RrJ0TGotF+yg/F5Mh9hr+NKvFp7aFZuIvYBGO Hh8Hvte6spehfYnfFKbJ4elMtpt6puiz/ppEUFOo0WsNamHAmPmLCWTr0gxTUzHhGU oOdSWHMYrZrqTjWgreLqtrT0n2RUSHLgu+CZYnRCyHixQu7cUtrqA2A3wZ40t2t6tD spolq+cL7iypcP1dtsjSjQc486sxSIkv4zqwgi31viDm42f8cLNiOef+ijVtAcULZA 74YrHQF+cGkDA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Gmdtw33qsz6tmF; Sat, 14 Aug 2021 00:45:44 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v2 19/19] gnu: Remove python2-amqp. Date: Fri, 13 Aug 2021 22:45:24 +0000 Message-Id: <20210813224524.33933-4-monego@posteo.net> In-Reply-To: <20210813224524.33933-1-monego@posteo.net> References: <20210813224524.33933-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-amqp): Remove variable. (python-amqp)[properties]: Remove. --- gnu/packages/python-xyz.scm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4c29c044fb..c8faedcf82 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13206,18 +13206,7 @@ and provides a uniform API regardless of which JSON implementation is used.") "This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available.") - (license license:lgpl2.1+) - (properties `((python2-variant . ,(delay python2-amqp)))))) - -(define-public python2-amqp - (let ((amqp (package-with-python2 - (strip-python2-variant python-amqp)))) - (package/inherit amqp - (arguments `(;; Tries to run coverage tests with nose-cover3, which seems - ;; unmaintained. Weirdly, does not do this on the python 3 - ;; version? - #:tests? #f - ,@(package-arguments amqp)))))) + (license license:lgpl2.1+))) (define-public python-txamqp (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:22:34 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:22:34 +0000 Received: from localhost ([127.0.0.1]:56321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9i-00078K-CY for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:34 -0400 Received: from mout01.posteo.de ([185.67.36.65]:43857) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9f-000781-Af for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:33 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id B849A240028 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809344; bh=/br6PYu/ICD9wRLOG10HGPe//yRsolKBDV1IsetQRt8=; h=From:To:Cc:Subject:Date:From; b=dw43IdDvG1QcdHUIrlOWudNmrRUu1RZSOwQZ68ne7HiWb/+Xto44DRYqzcXGOCUBW tJpqnG9qN7Ohp5hMqUjsiVvdMQFfXUOUvJrbXeHxw2kGR8PZ628KZNoorOEgqHu87R 9K8NY7x53c5rlkWuX1O5dHRETsWd9VqjVARApKjfYKUSXGECodCK1Txy2D4OMiQe7z mDfWWestgMbKoORcRc3nG1rM5r6QQp4RB0F3J+cCX3GFa7RCKnfC/ojcoi8XX0D2fg MxuabJzhPJFCEsIIFGoH6v0qZiRXPg2JnMfLtfKE4eBsF7jAHzmLPC0FDHKwUc2SPX giQcus2NG8hUg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mmv4TMsz9rxH; Thu, 16 Sep 2021 18:22:23 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 00/21] Update Celery to version 5. Date: Thu, 16 Sep 2021 16:20:51 +0000 Message-Id: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 v3 skips patches 4 and 6 because they were pushed from another set. It also adds updates to botocore, s3transfer, boto3 and awscli to enable more tests in python-moto which is also updated to 2.2.7. I noticed that there is intention to package MediaGoblin which requires celery < 4.3.0 in setup.cfg [1]. The latest Celery 4 version is 4.4.7. Will MediaGoblin be updated to Celery 5? Other web apps have moved to celery 5 by now (Weblate, Flaskbb...) Patches 1-11 should be non-controversial. An older version of celery can also be added later if needed. Vinicius Monego (21): gnu: Add python-click-repl. gnu: Add python-click-didyoumean. gnu: Add python-pytest-subtests. gnu: python-cfn-lint: Respect #:tests?. gnu: python-botocore: Update to 1.21.42. gnu: python-s3transfer: Update to 0.5.0. gnu: python-boto3: Update to 1.18.42. gnu: awscli: Update to 1.20.42. gnu: python-aws-sam-translator: Change source for tests. gnu: python-moto: Update to 2.2.7. gnu: python-moto: Respect #:tests?. gnu: python-vine: Update to 5.0.0. gnu: Add python-pytest-rerunfailures. gnu: python-amqp: Update to 5.0.6. gnu: python-kombu: Update to 5.1.0. gnu: Add python-pytest-celery. gnu: python-celery: Update to 5.1.2. gnu: python-celery: Enable tests. gnu: Remove python2-celery. gnu: Remove python2-kombu. gnu: Remove python2-amqp. -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:22:38 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:22:38 +0000 Received: from localhost ([127.0.0.1]:56323 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9l-00078c-OJ for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:37 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47785) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9i-000788-2X for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:34 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 856C8240029 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809348; bh=OVF4lrAZ+WFu669cyuFFALqMTYVjfJuCHxPhQiemvSY=; h=From:To:Cc:Subject:Date:From; b=T6Rqtrn2Jc9d6LM4VenCjZViX+rIXhjjfA+/GhE2DputidVeVtwejGGzeORg2l1gv Jk0l5dNXfrcmlDHrEKbl+7Hsu10PzJmYYgUKjKnEVl4pd5El91yqQkKmxPzt8XiE5J APjDOIHU859tPzc/kyIxV5YAqNFyjNe5RIAqC5kh7ZSPXUcizPwwT53u24Ok2Hoya5 m9W1fNvjW2I8hoqDGfO4EwL7uYnJEyQJ6wpkiSQ7fCUXA9doRJd3WnW4kuUESZq/Mx tLqxTTyiPNu++DUxVKwsHFnCg6suzlVgbAVg1+D0ejugaY+eiBiny9iBTUGBf5kzlT yJhRl0DRmXZ2Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mmz5Tbwz9rxM; Thu, 16 Sep 2021 18:22:27 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 01/21] gnu: Add python-click-repl. Date: Thu, 16 Sep 2021 16:20:52 +0000 Message-Id: <20210916162112.54462-2-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-click-repl): New variable. --- gnu/packages/python-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c7045a604e..675437b726 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4104,6 +4104,40 @@ via commands such as @command{rst2man}, as well as supporting Python code.") format.") (license license:unlicense))) +(define-public python-click-repl + (package + (name "python-click-repl") + (version "0.2.0") + (source + (origin + ;; There are no tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/click-contrib/click-repl") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "16ybsnwlj2jlqcfxflky8jz7i3nhrd3f6mvkpgs95618l8lx994i")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-click" ,python-click) + ("python-prompt-toolkit" ,python-prompt-toolkit) + ("python-six" ,python-six))) + (home-page "https://github.com/untitaker/click-repl") + (synopsis "REPL plugin for Click") + (description "This package provides a REPL plugin for Click.") + (license license:expat))) + (define-public python-doc8 (package (name "python-doc8") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:22:42 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:22:42 +0000 Received: from localhost ([127.0.0.1]:56326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9q-00078v-0Z for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:42 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58653) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9n-00078D-Cn for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:40 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id D88D1240103 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809352; bh=shEkSuC6YRIGj76HEHGVimPTKqb60DbTIqh9LMHqz9g=; h=From:To:Cc:Subject:Date:From; b=KNGlecwhckFlvtcHRYw8/eiwSmqMLmfDBhYZsMOoz5w88KRloryr3auVnGtAY0OCC eRiK+CvfGdpt0634/Gj9yyHXAT8OagjORsBmhk16FthDo+cnnpBtHk4nqEuguwTyYM zCo4YDXoT7VF15dJLIRcdoQICha+NmUaKjUOEsnSDtDJ+IaibZlYJJJpKxVCAt7qAA j2UGA7bTSk48Dk3eJsRFexPpPjhxn5tXCm1i7ULYTTslt4zwN54aLxEFZHd1ieoHgC lNAwNEseP/bYm1QFKSLA5h6Z52NFwLtYbGhb3M9Z3gmMyeA72QYcK4amlDVJXVoX9F GPdcSHvN86GDA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mn35GsYz9rxF; Thu, 16 Sep 2021 18:22:31 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 02/21] gnu: Add python-click-didyoumean. Date: Thu, 16 Sep 2021 16:20:53 +0000 Message-Id: <20210916162112.54462-3-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-click-didyoumean): New variable. --- gnu/packages/python-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 675437b726..9262650afa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6961,6 +6961,40 @@ in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.") (license license:expat))) +(define-public python-click-didyoumean + (package + (name "python-click-didyoumean") + (version "0.0.3") + (source + (origin + ;; There are no tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/click-contrib/click-didyoumean") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0qb3csx27vby8w5534l4la08sq2nv7wb2fzghv1glrxnxk1a73vg")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; FIXME: tests fail because of single/double quote mismatch + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-click" ,python-click))) + (home-page "https://github.com/timofurrer/click-didyoumean") + (synopsis "Git-like did-you-mean feature in Click") + (description + "This plugin enables git-like did-you-mean feature in Click.") + (license license:expat))) + (define-public python-pywinrm (package (name "python-pywinrm") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:22:59 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:22:59 +0000 Received: from localhost ([127.0.0.1]:56329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9z-00079M-9D for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:59 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40721) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9v-000793-Mw for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:49 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id EDD34240103 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809362; bh=/MiL7cjseVl3P2Cs5tT2HKVjDivePWk/ptPpFkVoRZo=; h=From:To:Cc:Subject:Date:From; b=rmEa1Vk8p7aKN9f6r1Pwb9v04lsMkaBW5dUvR+2hmKPARWqXNXR0IHfq4hO4Ddqag N5yRTRv3sXhPfW/Uu8G2ZVaG4jEaArOMp6O7zGtjshuRLJk2sZSjtte6G+nxVs3DFj M8l/SAdtN7IAuxO/3wktyrvUp4BwG8d/eDdLbu6Gx4jorSkTwpw5MfuReUmlWWFQ+H DBJ8gCkbRO2Mg/mw502t1MtJkRIDipdpwTmOczyDfWt6U93WdYlTVUE2mAWNuEfHKT lMXeIb0dcUp0Ls0JJGKw3cH4bfPxUlQkZ05PYreqcllavSDVOYxQDZ5S07ewv9H06w oo6Ue7Wz1V7Cw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MnF0Mspz6tmH; Thu, 16 Sep 2021 18:22:40 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 03/21] gnu: Add python-pytest-subtests. Date: Thu, 16 Sep 2021 16:20:54 +0000 Message-Id: <20210916162112.54462-4-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-check.scm (python-pytest-subtests): New variable. --- gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index b8d63b8479..18d14a5966 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -576,6 +576,34 @@ in Pytest.") settings.") (license license:expat))) +(define-public python-pytest-subtests + (package + (name "python-pytest-subtests") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-subtests" version)) + (sha256 + (base32 "087i03nmkmfnrpc7mmizvr40ijnjw4lfxc22rnk8jk6s1szy9lav")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-setuptools-scm" ,python-setuptools-scm))) + (home-page "https://github.com/pytest-dev/pytest-subtests") + (synopsis "Unittest subTest() support and subtests fixture") + (description "This Pytest plugin provides unittest @code{subTest()} +support and @code{subtests} fixture.") + (license license:expat))) + (define-public python-pytest-vcr ;; This commit fixes integration with pytest-5 (let ((commit "4d6c7b3e379a6a7cba0b8f9d20b704dc976e9f05") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:01 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:01 +0000 Received: from localhost ([127.0.0.1]:56334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuA9-00079v-3o for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:01 -0400 Received: from mout01.posteo.de ([185.67.36.65]:39615) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuA4-00079K-3q for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:22:59 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8A0F424002A for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809370; bh=e+e1I0WsN3e7U4NaVlELMOvMp03DECOCLbbMVRjfAGU=; h=From:To:Cc:Subject:Date:From; b=II3GGrd25S7UaAnOWqcuIxIWzW8Jq8Kd66NbYo996ix6GiNFV61gU+TMEk5OWgGNy YqmA38yGD2T8Ez7lUygBT/SqAc4sioAV6Z4XFg93hDleW7C9geCIxqCLQX5fq8h6JW AGB/yRPy+Ylp7aaESWBLuSCWHcJ60Ne2t59HyNHBKQsHIAQB49wYOyhOMadCGLmZaI LNf0G629qsUNoEgsx1WbWOvMvX0/kKn9He9Gg77X8KW558gnuVpU6WK3GnG2+7uTof skMs39yjHXbeOX6Ev1Ew8xdVDzXvO7RAdFIVXO+vgXbEX91Mu0/knOB5mP9sx5FDoL hBA0wDf6WvCww== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MnP3rsFz6tmP; Thu, 16 Sep 2021 18:22:49 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 05/21] gnu: python-botocore: Update to 1.21.42. Date: Thu, 16 Sep 2021 16:20:56 +0000 Message-Id: <20210916162112.54462-6-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-botocore): Update to 1.21.42. --- 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 9262650afa..38acf05d37 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13031,14 +13031,14 @@ This software is unmaintained, and new projects should use @code{boto3} instead. ;; are compatible. (package (name "python-botocore") - (version "1.19.22") + (version "1.21.42") (source (origin (method url-fetch) (uri (pypi-uri "botocore" version)) (sha256 (base32 - "0iim86x7c6hqmvd61ygz6x6x9glnsfbnyzv2y67qjdcdx8jpkmw7")))) + "067srdizkdfpqg7jpqgy0gv8rqxsbgjfivs50125ndk814hd2lh9")))) (build-system python-build-system) (arguments ;; FIXME: Many tests are failing. -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:05 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:06 +0000 Received: from localhost ([127.0.0.1]:56343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAD-0007BP-FU for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:05 -0400 Received: from mout01.posteo.de ([185.67.36.65]:34811) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuA8-00079S-4e for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:00 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 94341240028 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809374; bh=OlNk+ZDNacIeiqMna5Pct4eEaIpt0yqNulz7udsLDH8=; h=From:To:Cc:Subject:Date:From; b=Lp+PepaOqLamGeMUBI2/bemECXSrptz4u6Gy87lgZlPfrRh38KkhBIl6J1rMQ0zV4 TgomDGLFnOhXvDFOhcgdtul3ozFjZOVqlboe+sCVv/PRIhjyOxLjYtUusga5ebiSYi /mlommyGZFZgnZWQfgXTdNeHlP03JsW3nCDsl27YOMZCwV/Bnp68bTqdJ2T6ivtmjD VBc/canshSFlZaDsNP2MTKhGFlIF7/PCcfKyUzvogdHXOgo7iQpfclwguTEwUp4GUP 2lU0LCvtzIJCQ+hfyl7i5vn46/XtXR8vNVm2sWshWBLt1xYWLYkLrpGm8eaat7l8sx ggtHZd8x4BXAg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MnT5SlLz6tm6; Thu, 16 Sep 2021 18:22:53 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 06/21] gnu: python-s3transfer: Update to 0.5.0. Date: Thu, 16 Sep 2021 16:20:57 +0000 Message-Id: <20210916162112.54462-7-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-web.scm (python-s3transfer): Update to 0.5.0. [arguments]<#:phases>: Remove 'patch phase because the issue was fixed upstream. Don't return #t in custom 'check phase. --- gnu/packages/python-web.scm | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8e0f768087..bb42c3b136 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3392,32 +3392,22 @@ Betamax that may possibly end up in the main package.") (define-public python-s3transfer (package (name "python-s3transfer") - (version "0.3.3") + (version "0.5.0") (source (origin (method url-fetch) (uri (pypi-uri "s3transfer" version)) (sha256 (base32 - "1nzp5kwmy9669334shcz9ipg89jgpdqhrmbkgdg18r7wmvi3f6lj")))) + "0k6sc956yrrv9b4laa0r79jhxajpyxr21jcd1ka8m1n53lz85vah")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - ;; There's a small issue with one test with Python 3.8, this - ;; change has been suggested upstream: - ;; https://github.com/boto/s3transfer/pull/164 - (substitute* "tests/unit/test_s3transfer.py" - (("super\\(FailedDownloadParts, self\\)\\.submit\\(function\\)") - "futures.Future()")) - #t)) (replace 'check (lambda _ ;; Some of the 'integration' tests require network access or ;; login credentials. - (invoke "nosetests" "--exclude=integration") - #t))))) + (invoke "nosetests" "--exclude=integration")))))) (native-inputs `(("python-docutils" ,python-docutils) ("python-mock" ,python-mock) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:10 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:10 +0000 Received: from localhost ([127.0.0.1]:56346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAH-0007Br-U4 for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:10 -0400 Received: from mout02.posteo.de ([185.67.36.66]:50773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAC-00079i-Nc for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:05 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A6216240103 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809378; bh=ubV2X5CZnH7IR2zSaECmEExk7eNQLfLebjykRFSh37k=; h=From:To:Cc:Subject:Date:From; b=PqqiqR2Uj512Lj7jJw63MtKvkmFRGaAxxm0QnmC91nxv/rdLUpORHLWnMbrRb34ii DrKbXnrlz0SQiCfgLaIUvpvX7aN1UrQS7OnXSosGUrXX7o1Cz7qLuVRaprNUIsjFRO fYhRX1zFDolU2OcyCiQOmNLI/qD/HCICE7nBapiblxAgzhP2vTVvShLgvB0BsI66FA nkZA4JSk2VnCaMVmh222tKzEVE3FW0oz5MEe4dQHlL7AjK97D372Yjng2Rm1C03b6B g1aFjBmHwVfA0FqsXm5td+0LATHhG1YLTWkeYfoPAHVkqMq8LlLP2qTDm7oCZK2Imi sypg6ugE/vr+Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MnY5mrkz6tmJ; Thu, 16 Sep 2021 18:22:57 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 07/21] gnu: python-boto3: Update to 1.18.42. Date: Thu, 16 Sep 2021 16:20:58 +0000 Message-Id: <20210916162112.54462-8-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-boto3): Update to 1.18.42. [arguments]<#:phases>: Don't return #t. --- gnu/packages/python-xyz.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 38acf05d37..2b737bc029 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13059,7 +13059,7 @@ interface to the Amazon Web Services (AWS) API.") (define-public python-boto3 (package (name "python-boto3") - (version "1.16.22") + (version "1.18.42") (home-page "https://github.com/boto/boto3") (source (origin (method git-fetch) @@ -13067,15 +13067,14 @@ interface to the Amazon Web Services (AWS) API.") (file-name (git-file-name name version)) (sha256 (base32 - "0h20hgl4yfl58g75qhb6ibrdmzn47md3srgar7hask14cjmfhfy3")))) + "022a77lmf9qmbzvr7p0g0ggxagycmg489zf4649pffygfzbiqyqx")))) (arguments `(#:phases (modify-phases %standard-phases (add-after 'unpack 'delete-network-tests ;; Deleting integration tests because they are trying to connect to AWS. (lambda _ - (delete-file-recursively "tests/integration") - #t))))) + (delete-file-recursively "tests/integration")))))) (build-system python-build-system) (native-inputs `(("python-nose" ,python-nose) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:19 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:19 +0000 Received: from localhost ([127.0.0.1]:56348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAJ-0007Bu-6g for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:19 -0400 Received: from mout01.posteo.de ([185.67.36.65]:50325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQu9z-000797-CV for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:05 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CF529240026 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:22:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809365; bh=thK7Lu7Fb4RHLO6h8vZybx2RihVtXdSuouixCzrm2zY=; h=From:To:Cc:Subject:Date:From; b=rMddnv2ppSWDoRapfTDy6mMgHPG+qj1+AzPs5z2OocX6qoRWRueXY2vF9N0m6KJWI KuGqar+GQSbdlgZFrgWA2ZvrwUxzagV2Vgzl6NJ9K4zWXQ2vK+9P080WO3sdzugI87 8cn6JhaIZzD6yVWIWNcgajEyJ7Q/AmJnpwJccWmd5JIXTHMEet1wt69WseAYtBPQdf gP5JqPUx4oiC+6Vjm83OKwdKKQUFWXemZIQYCyYlBcVFpMA9EK3R0lSatzhfgWkt5n BFT23gujtg274qAYT+tK8CnoiEMXc8M5kFI1QxXSZed4Gu1tueJMmC8/+ekZ6DmsvN FIjoxr5VKMQeQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MnK0G1wz9rxD; Thu, 16 Sep 2021 18:22:44 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 04/21] gnu: python-cfn-lint: Respect #:tests?. Date: Thu, 16 Sep 2021 16:20:55 +0000 Message-Id: <20210916162112.54462-5-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (-) * gnu/packages/python-web.scm (python-cfn-lint)[arguments]: Make some cosmetic changes. Respect #:tests? in the custom 'check phase. --- gnu/packages/python-web.scm | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e1742cf71b..8e0f768087 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -492,23 +492,25 @@ emit information from within their applications to the AWS X-Ray service.") "161mzzlpbi85q43kwzrj39qb32l6wg6xhnbbd4z860yrfbymsn87")))) (build-system python-build-system) (arguments - `(#:phases (modify-phases %standard-phases - (replace 'check - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - ;; Remove test for the documentation update scripts - ;; to avoid a dependency on 'git'. - (delete-file - "test/unit/module/maintenance/test_update_documentation.py") - (delete-file - "test/unit/module/maintenance/test_update_resource_specs.py") - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) - (setenv "PATH" (string-append out "/bin:" - (getenv "PATH"))) - (invoke "python" "-m" "unittest" "discover" "-v" - "-s" "test"))))))) + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key outputs tests? #:allow-other-keys) + (when tests? + (let ((out (assoc-ref outputs "out"))) + ;; Remove test for the documentation update scripts + ;; to avoid a dependency on 'git'. + (delete-file + "test/unit/module/maintenance/test_update_documentation.py") + (delete-file + "test/unit/module/maintenance/test_update_resource_specs.py") + (setenv "PYTHONPATH" + (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (setenv "PATH" (string-append out "/bin:" + (getenv "PATH"))) + (invoke "python" "-m" "unittest" "discover" + "-s" "test")))))))) (native-inputs `(("python-pydot" ,python-pydot) ("python-mock" ,python-mock))) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:20 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:20 +0000 Received: from localhost ([127.0.0.1]:56352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAR-0007CT-MH for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:19 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAG-0007Aj-3L for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:08 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8B01B240028 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809382; bh=CSuc6yOZL5klXNjo1JIDOrkz+wcH6NQtUtx1xZohWaU=; h=From:To:Cc:Subject:Date:From; b=CPNRuYMArsgfUE4cHjS+tZM8SdLdjRt/kwkRX+mcmJWmbslc5CsboIV2nQaeK1MB7 1UJe+55RT5nxuO8FigMsTiRmNTgADSAvucpWT8tTAyIrxJVWM1QHvzBdG6/d+rffzH eT9J9lk+epoXDagvcX4r0wHLD7tgtMv343Azcyvri16Hlvd0wrfM7icO6rVBkyB3b7 7Fqo5YF6kIdYcWhO+e5oeIREkXosYa7AeLpnPb77YmznA0cNEwkxTuGJvRve2pDfOr 8IOce7BOFkxebQdEuK5efZiPUfCgr0t45hLV47q683gkYowBfaClFL+AEWWp2wdlkn mH331YaNJ40og== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mnd5g68z6tmH; Thu, 16 Sep 2021 18:23:01 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 08/21] gnu: awscli: Update to 1.20.42. Date: Thu, 16 Sep 2021 16:20:59 +0000 Message-Id: <20210916162112.54462-9-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-web.scm (awscli): Update to 1.20.42. [arguments]<#:phases>: Don't return #t. --- gnu/packages/python-web.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index bb42c3b136..5449911f3f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2854,14 +2854,14 @@ supports url redirection and retries, and also gzip and deflate decoding.") (package ;; Note: updating awscli typically requires updating botocore as well. (name "awscli") - (version "1.18.203") + (version "1.20.42") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "128zg24961j8nmnq2dxqg6a7zwh3qgv87cmvclsdqwwih9nigxv9")))) + "0fzlf42by4xxl23higfcgdjpcpi7fp9mrxpwkwn13wxhki4p7x96")))) (build-system python-build-system) (arguments ;; FIXME: The 'pypi' release does not contain tests. @@ -2874,8 +2874,7 @@ supports url redirection and retries, and also gzip and deflate decoding.") (("if not self._exists_on_path\\('groff'\\):") "") (("raise ExecutableNotFoundError\\('groff'\\)") "") (("cmdline = \\['groff'") - (string-append "cmdline = ['" (which "groff") "'"))) - #t))))) + (string-append "cmdline = ['" (which "groff") "'")))))))) (propagated-inputs `(("python-colorama" ,python-colorama) ("python-botocore" ,python-botocore) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:20 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:20 +0000 Received: from localhost ([127.0.0.1]:56354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAS-0007Ca-0J for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:20 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42815) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAK-0007Bd-AY for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B0CF1240103 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809386; bh=ScL7y8F4E1MwR5wxh5AD/yhOhLaIrCLlGBjorKmABVw=; h=From:To:Cc:Subject:Date:From; b=QMd/675V9GS3CsznlOBfX5DxvDQFTJ2FCVozr8CdxBLMcJA46dhP59FdhLJSptsVG xmEh76O0/7yAkpGobHej9ZB4LZWfNK2hbd+rhurG2fAWCecLUlNT2Eyzih6f1BHTlp m2w7xXmDGnkPVQ3Qj8SwE3usfVWLIxskVf7RHkS9wQ6PzGsUDwZ3BLiWw291QR7aiF HPgImt4HIxBKwbOiJzq91u72S2V5PRKmTO/37JR4tqfINUNKhKwlKD5VS7g/EMyifF tBkJD2i4LSotgIryvWU5K9Ayeih/of3fUNxnhFwZ/Pa6FvRhyHR9v4crBLL/uwLx2m RHqFeQFexOqJQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mnj6Hprz9rxK; Thu, 16 Sep 2021 18:23:05 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 09/21] gnu: python-aws-sam-translator: Change source for tests. Date: Thu, 16 Sep 2021 16:21:00 +0000 Message-Id: <20210916162112.54462-10-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-web.scm (python-aws-sam-translator)[source]: Fetch from GitHub. Make some cosmetic changes. [arguments]: Change explanation on why tests are disabled. Make some cosmetic changes. [native-inputs]: Add python-black, python-click, python-coverage, python-dateparser, python-docopt, python-flake8, python-mock, python-parameterized, python-pathlib2, python-pylint, python-pytest, python-pytest-cov, python-pyyaml, python-requests. --- gnu/packages/python-web.scm | 57 +++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 18 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5449911f3f..fc3f1473af 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -377,26 +377,47 @@ WSGI. This package includes libraries for implementing ASGI servers.") (package (name "python-aws-sam-translator") (version "1.38.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "aws-sam-translator" version)) - (sha256 - (base32 - "1djwlsjpbh13m4biglimrm9lq7hmla0k29giay7k3cjsrylxvjhf")))) + (source + (origin + ;; PyPI tarball does not include tests. + (method git-fetch) + (uri (git-reference + (url "https://github.com/aws/serverless-application-model") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0nn9jfqz13kzmxm0r9vy24p8sqxv3mrm5d3lx7ah6rc581q8nv1k")))) (build-system python-build-system) (arguments - `(;; XXX: Tests are not distributed with the PyPI archive, and would - ;; introduce a circular dependency on python-cfn-lint. - #:tests? #f - #:phases (modify-phases %standard-phases - (add-after 'unpack 'loosen-requirements - (lambda _ - ;; The package needlessly specifies exact versions - ;; of dependencies, when it works fine with others. - (substitute* "requirements/base.txt" - (("(.*)(~=[0-9\\.]+)" all package version) - package)) - #t))))) + ;; FIXME: 25 test failures divided in the following two errors: + ;; 'botocore.exceptions.NoRegionError: You must specify a region.' + ;; AttributeError: 'TestDeploymentPreferenceCollection' object has + ;; no attribute 'function_logical_id'. + `(#:tests? #f + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'loosen-requirements + (lambda _ + ;; The package needlessly specifies exact versions + ;; of dependencies, when it works fine with others. + (substitute* "requirements/base.txt" + (("(.*)(~=[0-9\\.]+)" all package version) + package))))))) + (native-inputs + `(("python-black" ,python-black) + ("python-click" ,python-click) + ("python-coverage" ,python-coverage) + ("python-dateparser" ,python-dateparser) + ("python-docopt" ,python-docopt) + ("python-flake8" ,python-flake8) + ("python-mock" ,python-mock) + ("python-parameterized" ,python-parameterized) + ("python-pathlib2" ,python-pathlib2) + ("python-pylint" ,python-pylint) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pyyaml" ,python-pyyaml) + ("python-requests" ,python-requests))) (propagated-inputs `(("python-boto3" ,python-boto3) ("python-jsonschema" ,python-jsonschema) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:20 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:21 +0000 Received: from localhost ([127.0.0.1]:56356 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAS-0007Cm-Ff for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:20 -0400 Received: from mout02.posteo.de ([185.67.36.66]:51585) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAO-0007C1-IL for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:17 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id CDB76240103 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809390; bh=3UgMyH++DifIuq6nJ2qVhyWjffRiJvcHSum7QeeqF9M=; h=From:To:Cc:Subject:Date:From; b=L2l4KOWBlZO/x/0tkWQfHkLA2n00RpHlAiYPP9ZpSVYj+03B3h/5gNYdLZDC9A2AM OV9IHCDLJFWEW7Yl6ETaOdo6F1GTyA1AdSi1MFEUvpi7YX6PJKg2rA8yRKL0tfzNjj ny9/LW2wp/p8GpZnE19vTdDAaMpRInNrBee88OrMMnm/LCGM9SFrUfaMpOeU/qHzE2 HvEV8aQlHbo1zJ/BrDJgZF5mm4KfuqgfGbrreydJaAxmn4frq7uGsc4nbnn/BQoEc4 +ti1LROrexwBeAf0DEhyG03CLGDU7XpQU5GJdzIgtrV+p5ZZj0hWy9in/Skn1ZexMs 2XFlUfWKIxJBA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mnn6bpDz9rxR; Thu, 16 Sep 2021 18:23:09 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 10/21] gnu: python-moto: Update to 2.2.7. Date: Thu, 16 Sep 2021 16:21:01 +0000 Message-Id: <20210916162112.54462-11-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-moto): Update to 2.2.7. [arguments]: Make some cosmetic changes. Skip more tests. Don't return #t on phases. --- gnu/packages/python-xyz.scm | 49 +++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2b737bc029..b2be163eec 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12653,34 +12653,41 @@ text.") (define-public python-moto (package (name "python-moto") - ;; XXX: Use a pre-release for compatibility with latest botocore & friends. - (version "1.3.16.dev134") + (version "2.2.7") (source (origin (method url-fetch) (uri (pypi-uri "moto" version)) (sha256 (base32 - "1pix0c7zszjwzfy88n1rpih9vkdm25nqcvz93z850xvgwb4v81bd")))) + "065m24x9d7vlmd7xfa9f5m7829axhq7r6mj5r44hi2bipv833lgm")))) (build-system python-build-system) (arguments - `(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-hardcoded-executable-names - (lambda _ - (substitute* "moto/batch/models.py" - (("/bin/sh") - (which "sh"))) - (substitute* (find-files "tests" "\\.py$") - (("#!/bin/bash") - (string-append "#!" (which "bash")))) - #t)) - (replace 'check - (lambda _ - (setenv "PYTHONPATH" (string-append "./build/lib:" - (getenv "PYTHONPATH"))) - (invoke "pytest" "-vv" "-m" "not network" - ;; These tests require Docker. - "-k" "not test_terminate_job \ -and not test_invoke_function_from_sqs_exception")))))) + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-hardcoded-executable-names + (lambda _ + (substitute* "moto/batch/models.py" + (("/bin/sh") + (which "sh"))) + (substitute* (find-files "tests" "\\.py$") + (("#!/bin/bash") + (string-append "#!" (which "bash")))))) + (replace 'check + (lambda _ + (setenv "PYTHONPATH" (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (invoke "pytest" "-vv" "-m" "not network" "-k" + (string-append + ;; These tests require Docker. + "not test_terminate_job" + " and not test_invoke_function_from_sqs_exception" + " and not test_rotate_secret_lambda_invocations" + ;; ConnectionAborted errors. + " and not test_put_record_batch_http_destination" + " and not test_put_record_http_destination" + " and not test_dependencies" + " and not test_cancel_running_job" + " and not test_container_overrides"))))))) (native-inputs `(("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:23 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:23 +0000 Received: from localhost ([127.0.0.1]:56359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAU-0007D6-Rn for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:23 -0400 Received: from mout01.posteo.de ([185.67.36.65]:34159) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAS-0007CF-Dz for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:20 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DD44524002A for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809394; bh=hcvjmMWt069UqcWN4EAGKTn41zxw3F5obaQoU1hrCMo=; h=From:To:Cc:Subject:Date:From; b=RV+5MvzU3bdyiA+EFOwIrTukLdnMHcDQr4i0Dvz/5gvzpdihjzpj2MVYbkUYJDdne clqyc845bGgoVOvVhwfZZrYDMjTVNZvcYbBDFzdzYEtK2TX+yzcVTCZ2I7LLGRwzZ3 qmdNTOWodBRStPfIsP9TOSBacGadobbOaDe/LKR42yMTNYUgraTWE2IJV4m8H5JtGy XuOaZ1gIoYwoo28QftqBWCgEW3SZhGBMQyNeHNFMwy33CCd8ZbNC8jd1bNliH1uV9X fIkfhQHTA3q37Ej0XloJRUD/Y+z1tqMp5DpqSDjuRDGMk712jLh8Q6A3SFO0cjVQN9 pytPrh/l5GaOQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mns6wl1z9rxR; Thu, 16 Sep 2021 18:23:13 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 11/21] gnu: python-moto: Respect #:tests?. Date: Thu, 16 Sep 2021 16:21:02 +0000 Message-Id: <20210916162112.54462-12-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-moto)[source]: Make some cosmetic changes. [arguments]: Respect #:tests? in the custom 'check phase. --- gnu/packages/python-xyz.scm | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b2be163eec..9f8df19a66 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12673,21 +12673,22 @@ text.") (("#!/bin/bash") (string-append "#!" (which "bash")))))) (replace 'check - (lambda _ - (setenv "PYTHONPATH" (string-append "./build/lib:" - (getenv "PYTHONPATH"))) - (invoke "pytest" "-vv" "-m" "not network" "-k" - (string-append - ;; These tests require Docker. - "not test_terminate_job" - " and not test_invoke_function_from_sqs_exception" - " and not test_rotate_secret_lambda_invocations" - ;; ConnectionAborted errors. - " and not test_put_record_batch_http_destination" - " and not test_put_record_http_destination" - " and not test_dependencies" - " and not test_cancel_running_job" - " and not test_container_overrides"))))))) + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (setenv "PYTHONPATH" (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (invoke "pytest" "-vv" "-m" "not network" "-k" + (string-append + ;; These tests require Docker. + "not test_terminate_job" + " and not test_invoke_function_from_sqs_exception" + " and not test_rotate_secret_lambda_invocations" + ;; ConnectionAborted errors. + " and not test_put_record_batch_http_destination" + " and not test_put_record_http_destination" + " and not test_dependencies" + " and not test_cancel_running_job" + " and not test_container_overrides")))))))) (native-inputs `(("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:26 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:26 +0000 Received: from localhost ([127.0.0.1]:56362 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAY-0007DP-3l for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:26 -0400 Received: from mout02.posteo.de ([185.67.36.66]:37773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAW-0007CR-Oi for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:25 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id ECADC240106 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809399; bh=V6nYLq4NmRZzEiZDCFx1/00hmWU7a0nYW4//J4cr1So=; h=From:To:Cc:Subject:Date:From; b=qKWgPZVdM33TeOMBTRnCW9CuNxaN+aQhtEJKPZ/sm98DzrxhEmuQCnAeOqPmG7pw6 GAoDLO7epxAFVmjohFIeBN4h5VDXOH7lHzbJi1wEIscazqc4fGWoVh7bKQF27y7LHM vXnUZYARh3jPHdxb08KRohjB5rsOnpXhqY1i8SF9vdohKDC79t1qe5LNInkxtHtLJL JGwbVOGW/5lqWBcHs93A01E3zmvbX8RP2ixAhEXTaxM2Qyo0uGUM6OVO6Dyf4sMBxO 7qL+h3wRHXiYSXJpchwfhhH/UH9RhmKhWF5G+de/9ez10exSFhPVsCVozxfCIKqs9b ypXcSP97ON7Pg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mny0dBYz9rxS; Thu, 16 Sep 2021 18:23:17 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 12/21] gnu: python-vine: Update to 5.0.0. Date: Thu, 16 Sep 2021 16:21:03 +0000 Message-Id: <20210916162112.54462-13-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-vine): Update to 5.0.0. [source]: Make some cosmetic changes. --- gnu/packages/python-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9f8df19a66..7b5a63b28f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3730,14 +3730,13 @@ provides Python-specific tags that represent an arbitrary Python object.") (define-public python-vine (package (name "python-vine") - (version "1.1.4") + (version "5.0.0") (source (origin (method url-fetch) (uri (pypi-uri "vine" version)) (sha256 - (base32 - "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj")))) + (base32 "0zk3pm0g7s4qfn0gk28lfmsyplvisaxi6826cgpq5njkm4j1cfvx")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:29 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:29 +0000 Received: from localhost ([127.0.0.1]:56365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAb-0007Dj-C6 for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:29 -0400 Received: from mout01.posteo.de ([185.67.36.65]:37329) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAa-0007DC-B6 for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C606B240027 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809402; bh=v/EEzTcqy8pUWtDpNnLxaYH5lM4MX4nUR4/U3C2bsgw=; h=From:To:Cc:Subject:Date:From; b=miIrVOiFmM+qNMbUYsMUOFBZAy61LdBMOYSISd8+A4tZOZ3yHHpivaaGPlgzChkPc 3PBOZmSAcxWZj6jXMS6HMWY+UfyUu+vef8F2que3p9riqJMXcVSLdD4PERrTeXBkRT sfrJgmPzOdCUiN2msanefeK+5pAPdm2F3ZiNsgeVRKDhthLkEEmeoAMc2FBJti9o03 d3dMCBKolCrjGJi6JIT1aikOlOb3TYMV5sjBiFXAs+am49kS/4oWXv1S6d8wSK4IMG tZNOscclIH1+LduIIx2gNhto2yhHBaKvzsbd5BA5pqX2NalP/d+oXsPnSdymmV8T0r lilX4rGe0HBDw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mp202ztz9rxS; Thu, 16 Sep 2021 18:23:21 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 13/21] gnu: Add python-pytest-rerunfailures. Date: Thu, 16 Sep 2021 16:21:04 +0000 Message-Id: <20210916162112.54462-14-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-check.scm (python-pytest-rerunfailures): New variable. --- gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 18d14a5966..1e00691a75 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1037,6 +1037,34 @@ service processes for your tests with pytest.") new fixtures, new methods and new comparison objects.") (license license:expat))) +(define-public python-pytest-rerunfailures + (package + (name "python-pytest-rerunfailures") + (version "10.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-rerunfailures" version)) + (sha256 + (base32 "0ws2hbgh00nd6xchyi9ymyxfpg5jpxsy5mxdz4nxvriyw5nw05vn")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest" + "test_pytest_rerunfailures.py"))))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/pytest-dev/pytest-rerunfailures") + (synopsis "Pytest plugin to re-run tests to eliminate flaky failures") + (description "This package provides a Pytest plugin to re-run tests to +eliminate flaky failures.") + (license license:mpl2.0))) + (define-public python-pytest-aiohttp (package (name "python-pytest-aiohttp") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:33 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:33 +0000 Received: from localhost ([127.0.0.1]:56368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAf-0007E2-K2 for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:33 -0400 Received: from mout01.posteo.de ([185.67.36.65]:58343) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAe-0007DZ-AA for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:32 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id BEA7B24002A for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809406; bh=zLIRK+tCQuj0a3L/wUbaQnAPUQlx2ztsstR3oyTWOl8=; h=From:To:Cc:Subject:Date:From; b=EcnfidCwYJ0KKsRsmYIOahH9FkRhfkLrhE9eLoPs72MDG4YkxfLh4AHVeDFg384jA A82JGfwJj/m7cr0U6O526B4cUU+mWffFjirWMmWyIgDKlkXKBSGi7D2Tvou2ioxqV+ YRUemYjrLcQZtoZEVzqMcKhziyKIPzKOuMLtNeZoTICoppfpIVsdbgkLu2lVf3s1HJ 50sSKz9NdwYF4hgRNnEylxERvbUNUWZGyh8oMEJdHzJbl4Uqr2XEMHgCqDMt4jyFnk a355hzoPcoJHQXgZFoJDdG2/hdop4HQFf6Y8VxrD/p+tzPwEsX7AIMDH2vv0YI+ONj b3elg6h/wMpYQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mp56wgxz9rxW; Thu, 16 Sep 2021 18:23:25 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 14/21] gnu: python-amqp: Update to 5.0.6. Date: Thu, 16 Sep 2021 16:21:05 +0000 Message-Id: <20210916162112.54462-15-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-amqp): Update to 5.0.6. [source]: Make some cosmetic changes. --- gnu/packages/python-xyz.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7b5a63b28f..f5c1f7768c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13336,17 +13336,24 @@ and provides a uniform API regardless of which JSON implementation is used.") (define-public python-amqp (package (name "python-amqp") - (version "2.3.2") + (version "5.0.6") (source (origin (method url-fetch) (uri (pypi-uri "amqp" version)) (sha256 - (base32 - "1sv600dgqwpimr6i1g59y9hpn50mc236gdqkr7zin13kvlpx0g87")))) + (base32 "1hk8jli0s8dinxwihskzbwqlrancsgfxh1hjpzw32k5kyaa6xq83")))) (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'delete-rabbitmq-tests + (lambda _ + ;; All tests in this file require RabbitMQ. + (delete-file-recursively "t/integration/test_rmq.py")))))) (native-inputs `(("python-case" ,python-case) + ("python-pytest-rerunfailures" ,python-pytest-rerunfailures) ("python-pytest-sugar" ,python-pytest-sugar) ("python-mock" ,python-mock))) (propagated-inputs -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:43 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:43 +0000 Received: from localhost ([127.0.0.1]:56372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAo-0007ER-Sn for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:43 -0400 Received: from mout02.posteo.de ([185.67.36.66]:46787) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAn-0007EB-1v for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:41 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1A84F240104 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809415; bh=+eofZUojPV7V/l4Ac/StZi6xOXUywjpw8VLnFLsF5XI=; h=From:To:Cc:Subject:Date:From; b=d/8gX21T2bkb2cPXqDBMlPE/v7dDojkTvbeh0YBIBqjlRxi46oJh5faOnMtBUwsZe f8yl4RbuBPLDB/4Uv5pNBKr6l7BsbMSfoJ6OwzKPjQli0/QXeDfFzIG+421dOSJQGm eFrAKiHIJE+B6/JAh3W9fc88prkrd5yylnJk6uhNXNkJvYSFJf5uNYQtjl40o/+3ui LeNzlTCnbwWTyb1htLuVzCuJsVtr128++K5BUiF/QxIBDgSqmwn4qzAZM2O1AY/v4j tmdQtMAJvnRhAksHC27ZShUZzsJn83MiwRQc31W57B3Rci7wRC4Q70XkyzPfPYsufr DwSOMMomeCvoQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MpG0qKNz9rxd; Thu, 16 Sep 2021 18:23:33 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 16/21] gnu: Add python-pytest-celery. Date: Thu, 16 Sep 2021 16:21:07 +0000 Message-Id: <20210916162112.54462-17-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-check.scm (python-pytest-celery): New variable. --- gnu/packages/python-check.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 1e00691a75..a3f105d9ec 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1221,6 +1221,26 @@ fixtures for testing Tornado (version 5.0 or newer) apps and easy handling of plain (undecoratored) native coroutine tests.") (license license:expat))) +(define-public python-pytest-celery + (package + (name "python-pytest-celery") + (version "0.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-celery" version)) + (sha256 + (base32 "01pli108qqiiyrn8qsqqabcpazrzj27r7cji9wgglsk76by61l6g")))) + (build-system python-build-system) + (arguments + ;; No tests and causes a circular dependency with python-celery. + `(#:tests? #f)) + (home-page "https://github.com/graingert/pytest-celery") + (synopsis "Shim pytest plugin to enable @code{celery.contrib.pytest}") + (description + "This package provides a shim Pytest plugin to enable a Celery marker.") + (license license:bsd-3))) + (define-public python-pytest-env (package (name "python-pytest-env") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:47 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:47 +0000 Received: from localhost ([127.0.0.1]:56375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAt-0007Er-4u for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:47 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47625) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAq-0007EI-Ul for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:45 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 65E95240029 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809419; bh=LWKjBond3wy5TiNAibDmJZ0z1BjnG7Mxda3hL4kzS3c=; h=From:To:Cc:Subject:Date:From; b=ioQFJTQd288WaFi5JO4huxJ9Mf5NeIFZrL19NJDkC11rDbK+Y/9LcvUXmYrtyO6zy lhQTX1dOVT3TX1r4xYNenbLR6AAV7OFyzTNs1ocP413uRh9gmp5p3Mjzkzdtx/3h27 8+P8ORW3oTIJGzQZbh3L/qX9zzg2EsTc9Q9wTJVfIueRrxmll9KaW5+NcE9cBcHYzu fJJNEdL6mPgZr/B/GuU1y8wu/u2IDoQnR+pSIdXTnlLkbmskMt5xP/dqF/ie/PL00o wyLlG8GNfwIDpyNdJiIWM3FEQRdcWWCCaX8xbDDCpHBvGDeXlpUVUGprO+tZ5TSnUg pj3Mn1/t3qtrQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MpL1mF8z6tmH; Thu, 16 Sep 2021 18:23:37 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 17/21] gnu: python-celery: Update to 5.1.2. Date: Thu, 16 Sep 2021 16:21:08 +0000 Message-Id: <20210916162112.54462-18-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-celery): Update to 5.1.2. [source]: Make some cosmetic changes. [propagated-inputs]: Add python-boto3, python-click, python-click-didyoumean, python-click-plugins, python-click-repl, python-cryptography, python-vine. --- gnu/packages/python-xyz.scm | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a0bb50805d..a3484a94ba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13494,14 +13494,13 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (define-public python-celery (package (name "python-celery") - (version "4.2.1") + (version "5.1.2") (source (origin (method url-fetch) (uri (pypi-uri "celery" version)) (sha256 - (base32 - "0y66rz7z8dfcgs3s0qxmdddlaq57bzbgxgfz896nbp14grkv9nkp")))) + (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld")))) (build-system python-build-system) (arguments '(;; TODO The tests fail with Python 3.7 @@ -13519,9 +13518,17 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") `(("python-case" ,python-case) ("python-pytest" ,python-pytest))) (propagated-inputs - `(("python-pytz" ,python-pytz) - ("python-billiard" ,python-billiard) - ("python-kombu" ,python-kombu))) + `(("python-billiard" ,python-billiard) + ("python-boto3" ,python-boto3) + ("python-click" ,python-click) + ("python-click-didyoumean" + ,python-click-didyoumean) + ("python-click-plugins" ,python-click-plugins) + ("python-click-repl" ,python-click-repl) + ("python-cryptography" ,python-cryptography) + ("python-kombu" ,python-kombu) + ("python-pytz" ,python-pytz) + ("python-vine" ,python-vine))) (home-page "https://celeryproject.org") (synopsis "Distributed Task Queue") (description "Celery is an asynchronous task queue/job queue based on -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:50 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:50 +0000 Received: from localhost ([127.0.0.1]:56378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAw-0007F8-JV for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:50 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAi-0007Ds-Lq for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:46 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id D8B80240103 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809410; bh=niT4WNmdn6soaKrKguEWYbSm4S/vry9mI2x8NkITkO4=; h=From:To:Cc:Subject:Date:From; b=a3evF3S2qb84rjOyKjEkUdSukc9tPDMn3GyriTuziyJogSgjDuiz/mNxwogqEXjDe dN9GOGn4p2Xr6XrOfsBi8Mu485AFfNDxGdYhkMmMZvqS8sjmaKPVejKehtln8Nxd71 A29DVdKV6mxqx9c2xRkWdSORfTNtmbtNwduki8lYErjK+7x4tyPVprakRhgBCGxLY4 5wyJqvXxbDJl/YwXFa8Hyontv0HYBS+hDnE+ej6nl3lvr5etzIeP8sCNLCPkFBIZ/0 xzMiguuHmn1FODt9nvPrq2dhu/S7FrUPI7ovZuwLn4D+7QTJY68QQvZZme7AMbygDI n6ultEoKWmz7Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mp975X1z9rxW; Thu, 16 Sep 2021 18:23:29 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 15/21] gnu: python-kombu: Update to 5.1.0. Date: Thu, 16 Sep 2021 16:21:06 +0000 Message-Id: <20210916162112.54462-16-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-kombu): Update to 5.1.0. [source]: Make some cosmetic changes. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f5c1f7768c..a0bb50805d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13410,25 +13410,31 @@ applications.") (define-public python-kombu (package (name "python-kombu") - (version "4.2.2") + (version "5.1.0") (source (origin (method url-fetch) (uri (pypi-uri "kombu" version)) (sha256 - (base32 - "15k8f7mzqr049sg9vi48m19vjykviafk3f0p5xzgw9by0x0kyxjj")))) + (base32 "0bap3b244h9jhaswyqjg7sgfwlyk9qk3gdn9rlwnjvv0yjcisj01")))) (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'delete-transport-tests + (lambda _ + ;; This tests message passing to many different databases. + (delete-file-recursively "t/unit/transport")))))) (native-inputs - `(("python-mock" ,python-mock) - ("python-case" ,python-case) + `(("python-case" ,python-case) + ("python-mock" ,python-mock) ("python-pyro4" ,python-pyro4) ("python-pytest-sugar" ,python-pytest-sugar) ("python-pytz" ,python-pytz))) (propagated-inputs - `(("python-anyjson" ,python-anyjson) - ("python-amqp" ,python-amqp) - ("python-redis" ,python-redis))) + `(("python-amqp" ,python-amqp) + ("python-cached-property" ,python-cached-property) + ("python-vine" ,python-vine))) (home-page "https://kombu.readthedocs.io") (synopsis "Message passing library for Python") (description "The aim of Kombu is to make messaging in Python as easy as -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:51 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:51 +0000 Received: from localhost ([127.0.0.1]:56380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAw-0007FB-RX for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:51 -0400 Received: from mout01.posteo.de ([185.67.36.65]:57781) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAv-0007EZ-0u for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:49 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 782FA24002A for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809423; bh=uX1k9EvyJKiHHj9zcKS3+Io6BZ4wyJ1xnx4GvAcy2zg=; h=From:To:Cc:Subject:Date:From; b=fd+uyyeiRh4mMAbfR7iYKsx+5/d7Z2ZE5u6ViB0XK8N0nmLX+bJSkMhZMNShv3Hvj vbutoJNZPROSzFRqdCei+QEZ2Uc7vUXBMU3rHkMQBArp7bYFXO/OjMWB49P/YoVIzs 1ZCBDxk7ODJaDJgBgxcaBry5fJ25brAVxFxruKw8x+3gacoREWxeupFparLroHydSK p+289KZ7ndOvlMM14PUvriM4rBScYQ+qUAwg4krX2Aa8kJAbQ2adwD19B9b3DBIFmi jt/NaVb2MaKQvvbAYPTzRwrXR8l1AoSXVczPG7Hr6Sax4/ci81Zaww1mGZywNuHD28 ybZK3oqANFk+w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MpQ4hyfz6tmJ; Thu, 16 Sep 2021 18:23:42 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 18/21] gnu: python-celery: Enable tests. Date: Thu, 16 Sep 2021 16:21:09 +0000 Message-Id: <20210916162112.54462-19-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-celery)[arguments]: Remove 'patch-requirements phase. Remove #:tests?. Override 'check phase. [native-inputs]: Add python-flaky, python-iniconfig, python-moto, python-msgpack, python-pytest-celery, python-pytest-subtests, python-pytest-timeout, python-toml. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a3484a94ba..aa0c7118a2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13503,20 +13503,31 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld")))) (build-system python-build-system) (arguments - '(;; TODO The tests fail with Python 3.7 - ;; https://github.com/celery/celery/issues/4849 - #:tests? #f - #:phases + '(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-requirements + (add-after 'unpack 'skip-problematic-tests (lambda _ - (substitute* "requirements/test.txt" - (("pytest>=3\\.0,<3\\.3") - "pytest>=3.0")) - #t))))) + (for-each delete-file-recursively + '("t/distro" ; tests requirements for CI + "t/integration")))) ; hangs tests + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest" "t" "-k" + ;; AssertionError. + "not test_check_privileges_no_fchown"))))))) (native-inputs `(("python-case" ,python-case) - ("python-pytest" ,python-pytest))) + ("python-flaky" ,python-flaky) + ("python-iniconfig" ,python-iniconfig) + ("python-moto" ,python-moto) + ("python-msgpack" ,python-msgpack) + ("python-pytest" ,python-pytest-6) + ("python-pytest-celery" ,python-pytest-celery) + ("python-pytest-subtests" ,python-pytest-subtests) + ("python-pytest-timeout" ,python-pytest-timeout) + ("python-toml" ,python-toml))) (propagated-inputs `(("python-billiard" ,python-billiard) ("python-boto3" ,python-boto3) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:54 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:23:54 +0000 Received: from localhost ([127.0.0.1]:56383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuB0-0007FZ-6r for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:54 -0400 Received: from mout01.posteo.de ([185.67.36.65]:44683) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuAz-0007Ez-C0 for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:53 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CB902240028 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809427; bh=yaZ8Q5PCqsfoLeQYJNSQ9iLsYzFfisxU5UHypLroRV4=; h=From:To:Cc:Subject:Date:From; b=CjlTPpQTublb6tlNvO6CYCtPTGVGmmDeuXwu5O4/E0o4kN75EU/6vgvunCFXPJfvT eAv+kBFcktR/8C0iqXQHvxsVDjLX/d6cv/sK2b/3ouWXc1xPFEYjkMbQMPSDsDUTEo B3Ju9PnoxCXZ5zk43CAxiB7v6gOlfX9DJyZpvhO4c/s8srw7oOlk+juRj+tqrnqF1+ bDfvu7xKvCXcLo8REwYXjqjurr3bDQetCsi7r9olqU9wpexDc8yUy50NHyLhCVEU6D 5G72vSF4P8586rM19XkfA7fBFZ6IFz31+pz7FsZHND/kOPKtxRjWuOD3NkcIF61+rl YBMi6V0NOhfcw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9MpV6g7jz9rxB; Thu, 16 Sep 2021 18:23:46 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 19/21] gnu: Remove python2-celery. Date: Thu, 16 Sep 2021 16:21:10 +0000 Message-Id: <20210916162112.54462-20-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-celery): Remove variable. (python-celery)[properties]: Remove. --- gnu/packages/python-xyz.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index aa0c7118a2..ab04f50b71 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13548,16 +13548,7 @@ supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-celery)))))) - -(define-public python2-celery - (let ((celery (package-with-python2 - (strip-python2-variant python-celery)))) - (package/inherit celery - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ("python2-mock" ,python2-mock) - ,@(package-native-inputs celery)))))) + (license license:bsd-3))) (define-public python-translitcodec (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:23:59 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:24:00 +0000 Received: from localhost ([127.0.0.1]:56386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuB5-0007Fv-Lb for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:59 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58147) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuB3-0007FQ-SB for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:23:58 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 23A5D240107 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809432; bh=uY6poxKNG0IS4NNfHbLlNxzGdCvPkNHjDsiW0ivFcMY=; h=From:To:Cc:Subject:Date:From; b=HKq5km+XP+6D5Ylc9Paej18vNW3SQBO2Y+iOPYC+MfLfiV3HGwEeTcpa85eiEf3sD 4dR9l1KKwVdeNsbgEape8T9NRCNKjwDmIJ4hayM/yJC8g0DGSeVPBCFMehugolOwhW 5Oxl7FMZjTLl/bfEk4tlqQiVIYRupErBcdHbhnsQIfT67EtCBsIUCWrhN2CX6noStK d5nQvfNBHtj0XiJ6nlg3nC155YHV3RBZpCPfgAsDUVKSsXC7D0/AIZbL9LcnHRNfan Zm2q0XTmqhlXmzpUp9i3vinHYLJglmcXGioqTXGUNtYIiI0VmTOu4L7DKGxlfiODUf B3yqN7lE7ieig== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mpb26vtz9rxS; Thu, 16 Sep 2021 18:23:51 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 20/21] gnu: Remove python2-kombu. Date: Thu, 16 Sep 2021 16:21:11 +0000 Message-Id: <20210916162112.54462-21-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. --- gnu/packages/python-xyz.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ab04f50b71..37c5a48bb0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13443,19 +13443,7 @@ and also provide proven and tested solutions to common messaging problems. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-kombu)))))) - -(define-public python2-kombu - (let ((kombu (package-with-python2 - (strip-python2-variant python-kombu)))) - (package/inherit kombu - (arguments `(;; FIXME: 'TestTransport.test_del_sync' fails on python2. - ;; It works fine on the python3 variant. - #:tests? #f - ,@(package-arguments kombu))) - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ,@(package-native-inputs kombu)))))) + (license license:bsd-3))) (define-public python-billiard (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 16 12:24:04 2021 Received: (at 50018) by debbugs.gnu.org; 16 Sep 2021 16:24:04 +0000 Received: from localhost ([127.0.0.1]:56395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuB9-0007H0-VH for submit@debbugs.gnu.org; Thu, 16 Sep 2021 12:24:04 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQuB7-0007Fk-U3 for 50018@debbugs.gnu.org; Thu, 16 Sep 2021 12:24:02 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 34CF4240104 for <50018@debbugs.gnu.org>; Thu, 16 Sep 2021 18:23:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1631809436; bh=fcdZ69A9xCJvek0nQijO8Gze1TWKepkrescv1o7ZOlk=; h=From:To:Cc:Subject:Date:From; b=mitKTZyezJQCVMAXp9I9qlJnaZMI/xYVF7u04ngJsLs6gpUzdVzufHmpoxZlN9a4u fmxkgFFTsLfHvqxx2BYWos5L3ff7Ts92TPFxeOELEN5tKeCPDgcrkFldgxQRh0I4Iq 3YI5YT4P0uk+S6GVeU7OacnHZVcQnW3GiiRVOhTX/8ENAr7VB4YtYDgKv6GmR0XMJ2 ty9Ed2rVLU+zGcFM1V+TnEMSlYnADBfHdTiANo+sKmje4WKKE428tIUa4k3MGeM5dn necgEMj5sgLu5jUrvZm/eRcnMN03Cf0XS+N9t2WGq8J6lzTuXXdnXk25Cvqfd3w+DU iKZHjxjgvgZxA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H9Mpg2VtJz9rxB; Thu, 16 Sep 2021 18:23:55 +0200 (CEST) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v3 21/21] gnu: Remove python2-amqp. Date: Thu, 16 Sep 2021 16:21:12 +0000 Message-Id: <20210916162112.54462-22-monego@posteo.net> In-Reply-To: <20210916162112.54462-1-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-amqp): Remove variable. (python-amqp)[properties]: Remove. --- gnu/packages/python-xyz.scm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 37c5a48bb0..6c0d9b8114 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13365,18 +13365,7 @@ and provides a uniform API regardless of which JSON implementation is used.") "This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available.") - (license license:lgpl2.1+) - (properties `((python2-variant . ,(delay python2-amqp)))))) - -(define-public python2-amqp - (let ((amqp (package-with-python2 - (strip-python2-variant python-amqp)))) - (package/inherit amqp - (arguments `(;; Tries to run coverage tests with nose-cover3, which seems - ;; unmaintained. Weirdly, does not do this on the python 3 - ;; version? - #:tests? #f - ,@(package-arguments amqp)))))) + (license license:lgpl2.1+))) (define-public python-txamqp (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 26 13:08:29 2021 Received: (at 50018) by debbugs.gnu.org; 26 Sep 2021 17:08:29 +0000 Received: from localhost ([127.0.0.1]:38636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUXdd-0007lH-0X for submit@debbugs.gnu.org; Sun, 26 Sep 2021 13:08:29 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:38142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUXda-0007l7-LV for 50018@debbugs.gnu.org; Sun, 26 Sep 2021 13:08:27 -0400 Received: from ptr-bvsjgyjmffd7q9timvx.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:aaf1:9810:a0b8:a55d]) by xavier.telenet-ops.be with bizsmtp id yh8Q2500G0mfAB401h8Q9k; Sun, 26 Sep 2021 19:08:25 +0200 Message-ID: Subject: Re: [bug#50018] [PATCH v3 10/21] gnu: python-moto: Update to 2.2.7. From: Maxime Devos To: Vinicius Monego , 50018@debbugs.gnu.org Date: Sun, 26 Sep 2021 19:08:17 +0200 In-Reply-To: <20210916162112.54462-11-monego@posteo.net> References: <20210916162112.54462-1-monego@posteo.net> <20210916162112.54462-11-monego@posteo.net> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-JE55HAfMpRVlwDjU+yMO" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1632676105; bh=Y4FU3N4biCD656Mu7ve499uTweUjbInUtakWMUnWKy0=; h=Subject:From:To:Date:In-Reply-To:References; b=pa3NoKnmToTu2IJrICb8azkEeRPeNu6+Fa+e9FzSSwK6l/Z9+Trd/BbNadYQLZls0 /MzaR+O2yZ9JzrgMKWvRlj4vkKa5qtGG0jF5e0SXE662SJJ0B0NZIrMvbFKsJv5gSv 8F9M0X6BqwPX+PH2atRRAaNAFOOVL3M+4UtSxr04puFmOPKgE42AB8vE8qHDWPv7Dy oo7UfpgKvUABOXdsFlb2+oeg1QS67+K0wywKUr/Jz7GhLWUoZ/P6wwXy1Un4Yb2RQa s2727cfq+38RPmrikpf/eNhipthW7LLUjx2myWRnACFUKD7CvRK5kDok0z+c+Xg3Vo DxKwyqSYKNJcw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 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 (-) --=-JE55HAfMpRVlwDjU+yMO Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Vinicius Monego schreef op do 16-09-2021 om 16:21 [+0000]: > * gnu/packages/python-xyz.scm (python-moto): Update to 2.2.7. > [arguments]: Make some cosmetic changes. Skip more tests. Don't return #t= on > phases. > --- > gnu/packages/python-xyz.scm | 49 +++++++++++++++++++++---------------- > 1 file changed, 28 insertions(+), 21 deletions(-) >=20 > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 2b737bc029..b2be163eec 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -12653,34 +12653,41 @@ text.") > (define-public python-moto > (package > (name "python-moto") > - ;; XXX: Use a pre-release for compatibility with latest botocore & f= riends. > - (version "1.3.16.dev134") > + (version "2.2.7") > (source (origin > (method url-fetch) > (uri (pypi-uri "moto" version)) > (sha256 > (base32 > - "1pix0c7zszjwzfy88n1rpih9vkdm25nqcvz93z850xvgwb4v81bd"))= )) > + "065m24x9d7vlmd7xfa9f5m7829axhq7r6mj5r44hi2bipv833lgm"))= )) > (build-system python-build-system) > (arguments > - `(#:phases (modify-phases %standard-phases > - (add-after 'unpack 'patch-hardcoded-executable-names > - (lambda _ > - (substitute* "moto/batch/models.py" > - (("/bin/sh") > - (which "sh"))) > - (substitute* (find-files "tests" "\\.py$") > - (("#!/bin/bash") > - (string-append "#!" (which "bash")))) > - #t)) > - (replace 'check > - (lambda _ > - (setenv "PYTHONPATH" (string-append "./build/lib:" > - (getenv "PYTHO= NPATH"))) > - (invoke "pytest" "-vv" "-m" "not network" > - ;; These tests require Docker. > - "-k" "not test_terminate_job \ > -and not test_invoke_function_from_sqs_exception")))))) > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'patch-hardcoded-executable-names > + (lambda _ > + (substitute* "moto/batch/models.py" > + (("/bin/sh") > + (which "sh"))) This needs to be something like (search-input-file "bin/sh") instead for cross-compiling python-moto (though python-build-system doesn't support cross-compilation currently), with "bash-minimal" added to the inputs. Or (string-append (assoc-ref inputs "bash-minimal") "/bin/sh"), because search-input-file is only in core-updates and core-updates-frozen, and not yet in master. Greetings, Maxime --=-JE55HAfMpRVlwDjU+yMO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYVCpARccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lFRAP9BYnC8eftfCBn3nRcmQu0gE6lO DXgs71/F5W23K4k0BAEA76oM3Go8q5IiNrjGC763pzA1tvs56Uc/vNIF2LkFEAU= =IFWy -----END PGP SIGNATURE----- --=-JE55HAfMpRVlwDjU+yMO-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 25 16:01:12 2021 Received: (at 50018) by debbugs.gnu.org; 25 Oct 2021 20:01:13 +0000 Received: from localhost ([127.0.0.1]:44413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf69g-00011c-Nc for submit@debbugs.gnu.org; Mon, 25 Oct 2021 16:01:12 -0400 Received: from mout02.posteo.de ([185.67.36.66]:51673) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf69f-00011O-AH for 50018@debbugs.gnu.org; Mon, 25 Oct 2021 16:01:11 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A4912240101 for <50018@debbugs.gnu.org>; Mon, 25 Oct 2021 22:01:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1635192064; bh=Crs3tCNaVD7BgNcWySdo61KTVQJjpoDD9TiEJwvgJHM=; h=Subject:From:To:Cc:Date:From; b=nOJ1e3XGacUQPTE2gRiaq74hGrJgZbsRGehM/pYxdNXyXWXzw+y2OFkCofDju9AGA FD8jMdgchq8hhs0uP/4WYzG5nA1wgRU6FZMYovvgdXgDnQdUpZfaP4skactgIvVxVx 2XvvK1jH9idMjoAsZyeMqzVs6N7xfC36zi5R/kfRrRCt0m/AT3B5j5e3nLTfNDSCY2 Yrb00f/zI4N5f2pEtbILBB9nCHZGSXQ1nODuH3ljVofXjRVeTOpyJKm5t8ejUNmcj7 IhGVjEj14XtWxkJPkX+fHEN40plBu+6NGmVqte8hnWJH9gcquPnjDRHHLTQJM5RCeR 5VqWPK0/OmUeQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HdQnB62Byz6tmW; Mon, 25 Oct 2021 22:01:02 +0200 (CEST) Message-ID: Subject: [PATCH v3 10/21] gnu: python-moto: Update to 2.2.7. From: Vinicius Monego To: 50018@debbugs.gnu.org Date: Mon, 25 Oct 2021 20:00:48 +0000 Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Maxime Devos 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 needs to be something like (search-input-file "bin/sh") instead > for cross-compiling python-moto (though python-build-system doesn't > support cross-compilation currently), with "bash-minimal" added to > the inputs. > > Or (string-append (assoc-ref inputs "bash-minimal") "/bin/sh"), > because search-input-file is only in core-updates and core-updates- > frozen, and not yet in master. > > Greetings, > Maxime I submitted the python-moto update in the new issue #51396 with the suggested change. I will hold the Celery update until the moto update is merged, to make it easier to review since some of the patches in this series are only for moto. This would reduce the number of Celery patches to 13. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:29:48 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:29:48 +0000 Received: from localhost ([127.0.0.1]:44472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5E-0003xV-JU for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:29:48 -0500 Received: from mout02.posteo.de ([185.67.36.66]:49427) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5C-0003xD-9O for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:29:47 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 39273240101 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:29:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873780; bh=Mrd4QFQfHwh1YRprL76boy3MNc9+5k8CWLO5NTNDco4=; h=From:To:Cc:Subject:Date:From; b=L6Rz+ArBLstuMrRJxSPXzcyGLJFoCFuVBCEHeEdjXzP7GbjDKSPvWWvC2AafS71zB 5Uoc3aGhIbgn2LPLT1LZFMk+NqwTmE4NpnNFphZb0d1YW8pqAmZ9VXA4p+PhUR2lX7 SsolT9rA5iRGrhl99hLkGrfflUI5A6JPbCPVU5ly5ay9UmWL7Izz0XLUtQgr94oepJ K846EbYG8NhQ/Ny9GZzv5tKX8cloOmKrcFzaNi+a8+x/qwwTDCZKjT6YVKtCeX/mN6 EHlWJA4InzSxBRusw6Qc85Im3KJQ7op9evdsg6vntxR1W+rACdo21bTmGpkQyGsy+0 UBQsNV04lzIIg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBB64bpz6tm4; Sun, 19 Dec 2021 01:29:38 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 01/12] gnu: Add python-click-repl. Date: Sun, 19 Dec 2021 00:29:06 +0000 Message-Id: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-click-repl): New variable. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5e26fe724f..dccf102c34 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4211,6 +4211,37 @@ via commands such as @command{rst2man}, as well as supporting Python code.") format.") (license license:unlicense))) +(define-public python-click-repl + (package + (name "python-click-repl") + (version "0.2.0") + (source + (origin + (method git-fetch) ; no tests in PyPI release + (uri (git-reference + (url "https://github.com/click-contrib/click-repl") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "16ybsnwlj2jlqcfxflky8jz7i3nhrd3f6mvkpgs95618l8lx994i")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + (list python-pytest)) + (propagated-inputs + (list python-click python-prompt-toolkit python-six)) + (home-page "https://github.com/untitaker/click-repl") + (synopsis "REPL plugin for Click") + (description "This package provides a REPL plugin for Click.") + (license license:expat))) + (define-public python-doc8 (package (name "python-doc8") base-commit: 86d6c6053c7d1c7a82c83f0daf0f5e09b1ecfb63 -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:29:52 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:29:52 +0000 Received: from localhost ([127.0.0.1]:44476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5H-0003xl-Rw for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:29:52 -0500 Received: from mout02.posteo.de ([185.67.36.66]:47751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5G-0003xM-O0 for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:29:51 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2B21C240101 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:29:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873785; bh=9YmCVeA0gofA2UXMyPnG0OAuynpCHS0y8ZaHRuPttnU=; h=From:To:Cc:Subject:Date:From; b=URSO2AqoagfJ2m0L+99EBJytI91EGN7W2xMy/tGzEdnMQ9mfk15lLtfCpX5VxmrM0 kHKRZs09tA7YSAD9oPMnDZD8LUJUN0xsYvLoZrayI2t89zzpQUdnH9z+dW+9tiQK9V pLaWrW4lrxmucVT9veyT9O+aGnAZxvvQX4a9jVzLb1gC2k40Du2v/cqG0BbwHyxgGW O1C10OrS6+kE7TjwO7Qc1LgaM55+fMf9Yv2Kq8WlX9wJotv1nRYHeOBE9pDGDo8W81 S3Hy0mFEX/vlPDmuXW/Wk+CUmsZkS/6rlaj8Viw7PKyT4Ta51vShBvWrixwrLsEdM7 nhmEd/z5WgciQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBJ2lLwz9rxM; Sun, 19 Dec 2021 01:29:43 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 02/12] gnu: Add python-click-didyoumean. Date: Sun, 19 Dec 2021 00:29:07 +0000 Message-Id: <20211219002917.119449-2-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-click-didyoumean): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dccf102c34..cbf6bc95d7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7369,6 +7369,27 @@ in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.") (license license:expat))) +(define-public python-click-didyoumean + (package + (name "python-click-didyoumean") + (version "0.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "click-didyoumean" version)) + (sha256 + (base32 "0dc0xrmqbw0idpx843ahzzvivmvx3fcfsm3k54lnssyra7cg117i")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; no tests in PyPI and no setup.py in github + (propagated-inputs + (list python-click)) + (home-page "https://github.com/timofurrer/click-didyoumean") + (synopsis "Git-like did-you-mean feature in Click") + (description + "This plugin enables git-like did-you-mean feature in Click.") + (license license:expat))) + (define-public python-pywinrm (package (name "python-pywinrm") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:29:57 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:29:57 +0000 Received: from localhost ([127.0.0.1]:44480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5N-0003y4-3M for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:29:57 -0500 Received: from mout01.posteo.de ([185.67.36.65]:55909) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5L-0003xd-Jz for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:29:56 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 98A1B240027 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:29:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873789; bh=tOcWYD+Qe9RpmR82obmsxCSEPZS6g5LUDHwUlOPX5OI=; h=From:To:Cc:Subject:Date:From; b=i0bhB8QuC4gU+VWCTUxZ/Y5o3ZULKLN8ocUQXAmrmtFaO6q79ZETP0HB/Ih+NiTrP TLf9GI8r+YxPS07RDKJXO9x1xyoCswgXwZRnS1MWuXgRTW27PAPWTKDpYrDVv49gEe YydLAGvrh/EFJsXyvDSwGYuGVU9/e7U9XerqGVm85LtUryRyFFJHoWmbD8kBETIo3K ldSRj76X056n8i9Hu5mEomccJG/F/xml+bjTXSIAguIrNSZv9L/TzgG36ELEoS1AMn vZkqryVe8a+VeOP41USC/bk7o/MmjCnUFB0Kb+kd1MGnMLrXiXaCaQgDck5cWYbeRU wuT9x/BLGFq7w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBN2kKpz9rxK; Sun, 19 Dec 2021 01:29:48 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 03/12] gnu: Add python-pytest-subtests. Date: Sun, 19 Dec 2021 00:29:08 +0000 Message-Id: <20211219002917.119449-3-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-check.scm (python-pytest-subtests): New variable. --- gnu/packages/python-check.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index e94e2d0011..7c92252818 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -707,6 +707,33 @@ in Pytest.") settings.") (license license:expat))) +(define-public python-pytest-subtests + (package + (name "python-pytest-subtests") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-subtests" version)) + (sha256 + (base32 "087i03nmkmfnrpc7mmizvr40ijnjw4lfxc22rnk8jk6s1szy9lav")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (native-inputs + (list python-pytest python-setuptools-scm)) + (home-page "https://github.com/pytest-dev/pytest-subtests") + (synopsis "Unittest subTest() support and subtests fixture") + (description "This Pytest plugin provides unittest @code{subTest()} +support and @code{subtests} fixture.") + (license license:expat))) + (define-public python-pytest-vcr ;; This commit fixes integration with pytest-5 (let ((commit "4d6c7b3e379a6a7cba0b8f9d20b704dc976e9f05") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:00 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:00 +0000 Received: from localhost ([127.0.0.1]:44484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5Q-0003yK-C3 for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:00 -0500 Received: from mout02.posteo.de ([185.67.36.66]:38865) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5O-0003xv-TS for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:29:59 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5394F240103 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:29:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873793; bh=E90uHPRDK1GrelUBky++YOh5HqY84VA++YA+RbYM8XU=; h=From:To:Cc:Subject:Date:From; b=qNGV4tFlqOJkBntXuSOh27kBnTyBQvDxAYBuOIC0c0ljm6LBe7pYpNry10Ivj3LCm hJSQcLRM9t+3mzZ8ltXiZXZGi0wADyiGz27CJU0g1YAiR3K+9Pdmy7Hs+1uPPI49xa 0G4tsLoflH6ZzP1AyDQ0FgVN5wlMli+6Tg/F0KFzG8UlKJkaYQVTehbJWsjfsaRlL9 L3f/UXP0ijmHRGpFMgOKzOWEiuMnX3hq9b4gE48uv3m6ynfxlyBg6KVT52kiyJsRpU e95tJZhAWlKEio8R61h/GfAIPhIfR8iLYDmt9WPfVh+xDKy4hYFl75nv+lHnII/wGN 9XKGQwCHnsKwg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBS3DjQz6tp7; Sun, 19 Dec 2021 01:29:52 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 04/12] gnu: Add python-pytest-rerunfailures. Date: Sun, 19 Dec 2021 00:29:09 +0000 Message-Id: <20211219002917.119449-4-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-check.scm (python-pytest-rerunfailures): New variable. --- gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 7c92252818..c0436afea7 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1145,6 +1145,34 @@ service processes for your tests with pytest.") new fixtures, new methods and new comparison objects.") (license license:expat))) +(define-public python-pytest-rerunfailures + (package + (name "python-pytest-rerunfailures") + (version "10.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-rerunfailures" version)) + (sha256 + (base32 "15v68kggjvkflbqr0vz8gp5yp3pcsk0rz05bpg2l4xp0a6nin7ly")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest" + "test_pytest_rerunfailures.py"))))))) + (native-inputs + (list python-pytest)) + (home-page "https://github.com/pytest-dev/pytest-rerunfailures") + (synopsis "Pytest plugin to re-run tests to eliminate flaky failures") + (description "This package provides a Pytest plugin to re-run tests to +eliminate flaky failures.") + (license license:mpl2.0))) + (define-public python-pytest-aiohttp (package (name "python-pytest-aiohttp") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:06 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:06 +0000 Received: from localhost ([127.0.0.1]:44492 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5V-0003zm-KI for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:06 -0500 Received: from mout01.posteo.de ([185.67.36.65]:53197) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5T-0003yB-0O for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:03 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 6D299240026 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:29:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873797; bh=SFP+UqU5F/1tWWoYHIUn4gFgX2qa8g2Y5v4nCkApDyc=; h=From:To:Cc:Subject:Date:From; b=V7eAVxGHfnl/TIyCLWr8uyCuXF3C1mPDw49sdCN4OADnjA35cRgJVLy8G86cH2bxe zSAGs54NiEz/4Fs7wfJILrsMfJhThKHBbJGAnDh1GQDEXEAbcAl36t2pCYn0wdpQB3 z8MbJqkwWLnzIsT9BG9JAE8gfqC9Q2iojB2JoxntJgle7oIFVNuzVTkQLFUTxZCW5o QVmfBLrFNNGuYl0D3gtU3T/0QbdLu/PqqztbQvKaN00jlD6rIBu/kxgFyBH6B9Ly5N dHJU/FJ/8DmkDzlSpdDA8XTlocv1PciE9WDYtEdub5eMmLFDbTUoVZEF3+SdHmankr 13sjVhqZCsOpw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBX4L6wz6tmd; Sun, 19 Dec 2021 01:29:56 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 05/12] gnu: Add python-pytest-celery. Date: Sun, 19 Dec 2021 00:29:10 +0000 Message-Id: <20211219002917.119449-5-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-check.scm (python-pytest-celery): New variable. --- gnu/packages/python-check.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index c0436afea7..48f22c681a 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1321,6 +1321,28 @@ fixtures for testing Tornado (version 5.0 or newer) apps and easy handling of plain (undecoratored) native coroutine tests.") (license license:expat))) +(define-public python-pytest-celery + (package + (name "python-pytest-celery") + (version "0.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-celery" version)) + (sha256 + (base32 "01pli108qqiiyrn8qsqqabcpazrzj27r7cji9wgglsk76by61l6g")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; no tests and circular dependency on python-celery + #:phases + (modify-phases %standard-phases + (delete 'sanity-check)))) ; checks for celery + (home-page "https://github.com/graingert/pytest-celery") + (synopsis "Shim pytest plugin to enable @code{celery.contrib.pytest}") + (description + "This package provides a shim Pytest plugin to enable a Celery marker.") + (license license:bsd-3))) + (define-public python-pytest-env (package (name "python-pytest-env") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:10 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:10 +0000 Received: from localhost ([127.0.0.1]:44496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5a-000408-1d for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:10 -0500 Received: from mout02.posteo.de ([185.67.36.66]:52815) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5Y-0003yg-ER for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:08 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A6E62240101 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:30:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873801; bh=xLQAkGAbl/Em9o1St4+mc1vr5TmPmJEIrSkfq1Bp+O8=; h=From:To:Cc:Subject:Date:From; b=ANPbijR0vXxnqG8+PAfusvS5y00QsyE48dEYcxo3MkRyVqcIKKh1IXwDvoiH1WVXn Bm9cYlpU6ktYFxSs3luYU14N/jz44xJP4I0p5gLElQ3HIEwvmCzkNmahix8qhMDeGS CGwubILFrDMpSkWL/IXPot3IFYJxd1/EFFXPO8faudzAoKFmj+WvdOIoP8yF+0yjKZ uSmNK/+w/fM+R2XtzBBgs/RUwAEmB14SQb6sYYtVvmRDbmQqjDH9DUYKrO9/LFI/7J 5LYPAS+m/bt1WOiRIKHwVCFYuaCujCEZEFcfaPUdDt1/C8YGtfkgdux50LXIn3hxeO i1iNEB8UgLSfw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBc65XJz9rxK; Sun, 19 Dec 2021 01:30:00 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 06/12] gnu: python-billiard: Update to 3.6.4.0. Date: Sun, 19 Dec 2021 00:29:11 +0000 Message-Id: <20211219002917.119449-6-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python-billiard): Update to 3.6.4.0. [source]: Make some cosmetic changes. [arguments]: Add 'remove-win-files to remove files that break tests. [native-inputs]: Add python-psutil. [synopsis]: Don't break the line. --- gnu/packages/python-xyz.scm | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cbf6bc95d7..a7493cb0ec 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14003,20 +14003,29 @@ RabbitMQ messaging server is the most popular implementation.") (define-public python-billiard (package (name "python-billiard") - (version "3.5.0.5") + (version "3.6.4.0") (source (origin (method url-fetch) (uri (pypi-uri "billiard" version)) (sha256 - (base32 - "03msmapj3s5zgqk87d646mafz7a01h5bm2wijalgpi0s80ks5na2")))) + (base32 "0ismj2p8c66ykpss94rs0bfra5agxxmljz8r3gaq79r8valfb799")))) (build-system python-build-system) - (native-inputs - (list python-case python-pytest)) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'remove-win-files + (lambda _ + (for-each delete-file-recursively + ;; test_multiprocessing seem to be written in Python2. + '("t/integration/tests/test_multiprocessing.py" + "t/unit/test_win32.py" + "billiard/popen_spawn_win32.py" + "billiard/_win.py"))))))) + (native-inputs + (list python-case python-psutil python-pytest)) (home-page "https://github.com/celery/billiard") - (synopsis - "Python multiprocessing fork with improvements and bugfixes") + (synopsis "Python multiprocessing fork with improvements and bugfixes") (description "Billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:13 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:13 +0000 Received: from localhost ([127.0.0.1]:44500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5d-00041O-DT for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:13 -0500 Received: from mout01.posteo.de ([185.67.36.65]:58415) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5b-0003zt-B9 for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:12 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id BD81F240026 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:30:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873805; bh=uStAMBhISanPMFXbzeZu+bUUXd7iQxFMvYLZoJV+Y10=; h=From:To:Cc:Subject:Date:From; b=mwhewwOjNrNcuDfrd/XvetUvstxyLcOTRCutaNsWiV/olKNqqWuLNcO22STd26OHS 7mS2H8AGjRDZ/h1UM2PuKr0A17uq34fGXbRQsZubkVtb+RA0B7CR7/1+bxYd5U7/6G 7q9HIrOtvtCxdurWbWJ+52LvKJDAChCoy/NNcMTmwwe9mnV9ydsMPOQqKdQEinogoL ixNRnI125vqF1hHLttLopQzq1w56tzP3lTs1RGlsIsaZr8NtmvXa182lST/0VS5IRE +GPOijqKaydR2An9njS44ImQKLd4k4wOipqhOB2aNc91NIDb3T2hu3QgoizxaLfzcS UTCSJblkgcGmQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBh6ZXLz6tm4; Sun, 19 Dec 2021 01:30:04 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 07/12] gnu: python-celery: Update to 5. Date: Sun, 19 Dec 2021 00:29:12 +0000 Message-Id: <20211219002917.119449-7-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (---) Celery tracks major versions of python-kombu and python-vine. The latter is also tracked by the major version of python-amqp. * gnu/packages/python-xyz.scm (python-celery): Update to 5.1.2. [source]: Make some cosmetic changes. [propagated-inputs]: Add python-boto3, python-click, python-click-didyoumean, python-click-plugins, python-click-repl, python-cryptography, python-vine. (python-kombu): Update to 5.2.2. [source]: Make some cosmetic changes. [arguments]<#:phases>: Skip a problematic test file. [native-inputs]: Order alphabetically. [propagated-inputs]: Remove python-anyjson, python-redis. ADd python-cachedproperty, python-vine. (python-amqp): Update to 5.0.7. [source]: Make some cosmetic changes. [arguments]: Add #:tests? to skip tests. [synopsis]: Don't break the line. [native-inputs]: Remove python-case, python-pytest-sugar, python-mock. (python-vine): Update to 5.0.0. [source]: Make some cosmetic changes. --- gnu/packages/python-xyz.scm | 41 ++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a7493cb0ec..00a834a33a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3803,14 +3803,13 @@ provides Python-specific tags that represent an arbitrary Python object.") (define-public python-vine (package (name "python-vine") - (version "1.1.4") + (version "5.0.0") (source (origin (method url-fetch) (uri (pypi-uri "vine" version)) (sha256 - (base32 - "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj")))) + (base32 "0zk3pm0g7s4qfn0gk28lfmsyplvisaxi6826cgpq5njkm4j1cfvx")))) (build-system python-build-system) (native-inputs (list python-pytest python-case)) @@ -13903,22 +13902,20 @@ and provides a uniform API regardless of which JSON implementation is used.") (define-public python-amqp (package (name "python-amqp") - (version "2.3.2") + (version "5.0.7") (source (origin (method url-fetch) (uri (pypi-uri "amqp" version)) (sha256 - (base32 - "1sv600dgqwpimr6i1g59y9hpn50mc236gdqkr7zin13kvlpx0g87")))) + (base32 "0p9alyinl24z699w4gpd8wvn90sm2il1p0gfwdhbpinksy7vfmyp")))) (build-system python-build-system) - (native-inputs - (list python-case python-pytest-sugar python-mock)) + (arguments + `(#:tests? #f)) ; not compatible with pytest>=6 as of 5.0.7 (propagated-inputs (list python-vine)) (home-page "https://github.com/celery/py-amqp") - (synopsis - "Low-level AMQP client for Python (fork of amqplib)") + (synopsis "Low-level AMQP client for Python (fork of amqplib)") (description "This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python @@ -13964,20 +13961,25 @@ applications.") (define-public python-kombu (package (name "python-kombu") - (version "4.2.2") + (version "5.2.2") (source (origin (method url-fetch) (uri (pypi-uri "kombu" version)) (sha256 - (base32 - "15k8f7mzqr049sg9vi48m19vjykviafk3f0p5xzgw9by0x0kyxjj")))) + (base32 "0256915q3z4pjrkqxw16a31np3p25dxnk1mq2zv0hs4izdihfp8g")))) (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'delete-transport-tests + (lambda _ ; this tests message passing to many different databases + (delete-file-recursively "t/unit/transport")))))) (native-inputs - (list python-mock python-case python-pyro4 python-pytest-sugar + (list python-case python-mock python-pyro4 python-pytest-sugar python-pytz)) (propagated-inputs - (list python-anyjson python-amqp python-redis)) + (list python-amqp python-cached-property python-vine)) (home-page "https://kombu.readthedocs.io") (synopsis "Message passing library for Python") (description "The aim of Kombu is to make messaging in Python as easy as @@ -14045,14 +14047,13 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (define-public python-celery (package (name "python-celery") - (version "4.2.1") + (version "5.1.2") ; newer versions require python-click>=8 (source (origin (method url-fetch) (uri (pypi-uri "celery" version)) (sha256 - (base32 - "0y66rz7z8dfcgs3s0qxmdddlaq57bzbgxgfz896nbp14grkv9nkp")))) + (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld")))) (build-system python-build-system) (arguments '(;; TODO The tests fail with Python 3.7 @@ -14069,7 +14070,9 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (native-inputs (list python-case python-pytest)) (propagated-inputs - (list python-pytz python-billiard python-kombu)) + (list python-billiard python-boto3 python-click python-click-didyoumean + python-click-plugins python-click-repl python-cryptography + python-kombu python-pytz python-vine)) (home-page "https://celeryproject.org") (synopsis "Distributed Task Queue") (description "Celery is an asynchronous task queue/job queue based on -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:17 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:17 +0000 Received: from localhost ([127.0.0.1]:44504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5g-00041f-Sz for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:17 -0500 Received: from mout02.posteo.de ([185.67.36.66]:49217) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5f-000407-8D for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:15 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A592B240103 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:30:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873809; bh=kDvkaif1BnaFdqv0XVc2wr4PCsxe1y3/zH3F1YoHeu4=; h=From:To:Cc:Subject:Date:From; b=C0L3jPGNR12qH0DLBhtCL2EaFx2AxTFProWh+lFvb9SfycdkDL/tZfWxQSTmdyXdE GxJs1ltLpwCAdbFQLFeHd2qBu3fUHUFQC+DUXE+iK5LP7C8B2yJdp+pJ/POaFZp8XT YGhJAS6UxzN+Oc8EOEEXf2LPoL44bqNQ0gZcyreAmrFHo+hE0ZkBIXvoTIfCpFsT6f WrsJUANUUBWAL6ORH/jrjZG+2ImUWlNPgArZ0NnfPwnCUXPbKs3IStAysWDdQSXDuK fSN9hHqAl2wwLqziWOqTRRDeQWbYMYWxAJGSVJarPlcxHRPTaTbsmgKNPxTJqnqqPw pTTsYP0Cc7YoA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBm6NHtz9rxK; Sun, 19 Dec 2021 01:30:08 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 08/12] gnu: python-celery: Enable tests. Date: Sun, 19 Dec 2021 00:29:13 +0000 Message-Id: <20211219002917.119449-8-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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-celery)[arguments]: Remove 'patch-requirements phase. Remove #:tests?. Override 'check phase. [native-inputs]: Add python-flaky, python-iniconfig, python-moto, python-msgpack, python-pytest-celery, python-pytest-subtests, python-pytest-timeout, python-toml. --- gnu/packages/python-xyz.scm | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 00a834a33a..870685211b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14056,19 +14056,23 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") (base32 "1c6lw31i3v81fyj4yn37lbvv70xdgb389iccirzyjr992vlkv6ld")))) (build-system python-build-system) (arguments - '(;; TODO The tests fail with Python 3.7 - ;; https://github.com/celery/celery/issues/4849 - #:tests? #f - #:phases + '(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-requirements + (add-after 'unpack 'delete-integration-tests (lambda _ - (substitute* "requirements/test.txt" - (("pytest>=3\\.0,<3\\.3") - "pytest>=3.0")) - #t))))) - (native-inputs - (list python-case python-pytest)) + (delete-file-recursively "t/integration"))) ; hangs tests + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest" "t" "-k" + (string-append ; AssertionErrors + "not test_check_privileges_no_fchown" + " and not test_all_reqs_enabled_in_tests")))))))) + (native-inputs + (list python-case python-flaky python-iniconfig python-moto + python-msgpack python-pytest python-pytest-celery + python-pytest-subtests python-pytest-timeout python-toml)) (propagated-inputs (list python-billiard python-boto3 python-click python-click-didyoumean python-click-plugins python-click-repl python-cryptography -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:21 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:21 +0000 Received: from localhost ([127.0.0.1]:44508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5l-00041w-6y for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:21 -0500 Received: from mout01.posteo.de ([185.67.36.65]:60727) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5j-00041W-9h for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:19 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id B152D240026 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:30:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873813; bh=4I77vDfEHN2KPZmu6Fj9KNvAti2jz8tg7WcA0Io0tT4=; h=From:To:Cc:Subject:Date:From; b=OUjz4sLo2uiUE7f5U0/8qhELiFK4J9QdsBmINY5jhYi/8xvLWQsDEe+D+5FMX7Q0h V8xDUM1MOWRyNDM/hL6CRl+d0F+jDKoA36OVsrqwH5pKXyDRpx9S6Xa3rMYrCe/Q0T HyBrl9FVW+L84XJju3V5QjOYOIzW0VD8i6Z09HyOPil647DKttvjOyv8OiMLlpubcW JJXSwYH7QKWrBtu8cE0oRMORmXVYyVxesoAdX0H2d8ByxryqHXqepVURJGhY6dNdpZ YcnRTsQ/81E4QekazVADUV/XFKEj4pRDWob91mIiEgcrHfawjZqo+chtITSWDPsXZ0 AV7eDY+wfUwAg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkBr6Z1Lz9rxK; Sun, 19 Dec 2021 01:30:12 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 09/12] gnu: Remove python2-celery. Date: Sun, 19 Dec 2021 00:29:14 +0000 Message-Id: <20211219002917.119449-9-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-celery): Remove variable. (python-celery)[properties]: Remove. --- gnu/packages/python-xyz.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 870685211b..0b4f1d3719 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14085,16 +14085,7 @@ supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-celery)))))) - -(define-public python2-celery - (let ((celery (package-with-python2 - (strip-python2-variant python-celery)))) - (package/inherit celery - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ("python2-mock" ,python2-mock) - ,@(package-native-inputs celery)))))) + (license license:bsd-3))) (define-public python-translitcodec (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:33 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:33 +0000 Received: from localhost ([127.0.0.1]:44512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5w-00042L-FE for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:32 -0500 Received: from mout02.posteo.de ([185.67.36.66]:42065) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5s-000425-GF for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:32 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E1D02240101 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:30:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873822; bh=fabAzlPOPjDnhwZssmbDTcCqk6JnNZV6eHzwcmCBW7s=; h=From:To:Cc:Subject:Date:From; b=KuRVWMcjo9qsT5wyL87Wxal1h314Ys3mGgkQ/z/RmzE4jGrJwZLBTV6TOie4alhAI QjlEpQ5iZT788AOFL5Imrkp9RYM7keyZdqPWOr9gZaSITczh8ZXE2aBh7xWo8Z0tm9 vTbzaeHYdMkLR33LUSiTG+fxnMVRPUas4iiZBSGJW5kbiMnKrxvgCRMtV2+ymFpq8y snQ7TnARKY2nyrLkCk4Hax2781SMM5owGvzQlFHo/cefdk6xICIQ6NIyDXji+oKs8J kzfFI4OR6+ITUMfsccQvms7pLM+RRNFxfjC7qqPikdNRIv2/o4O111r8X2xc2SxtG/ zDpTqAIiXWrLw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkC20lWTz9rxM; Sun, 19 Dec 2021 01:30:21 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 10/12] gnu: Remove python2-kombu. Date: Sun, 19 Dec 2021 00:29:15 +0000 Message-Id: <20211219002917.119449-10-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. --- gnu/packages/python-xyz.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0b4f1d3719..b673f01211 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13988,19 +13988,7 @@ and also provide proven and tested solutions to common messaging problems. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-kombu)))))) - -(define-public python2-kombu - (let ((kombu (package-with-python2 - (strip-python2-variant python-kombu)))) - (package/inherit kombu - (arguments `(;; FIXME: 'TestTransport.test_del_sync' fails on python2. - ;; It works fine on the python3 variant. - #:tests? #f - ,@(package-arguments kombu))) - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ,@(package-native-inputs kombu)))))) + (license license:bsd-3))) (define-public python-billiard (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:36 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:36 +0000 Received: from localhost ([127.0.0.1]:44516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk60-00042b-0Y for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:36 -0500 Received: from mout02.posteo.de ([185.67.36.66]:60935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk5w-00042A-Q0 for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:33 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id ECF39240101 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:30:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873827; bh=1cl0eWcABag/9fchfvN5Bx3uvBcxbFKPaoZCo5B9CQo=; h=From:To:Cc:Subject:Date:From; b=YUhrFO/ZqenGqplFhKVTWiqUo7ci87xVPSvIip14QxvH8AS+5IPLMZIijRixdc2Nr UYUpKHr65HoPw1v06qmKpryKhZO7T2dBO/11WLabL1dttt1kFUhPcD1hfbcXAgC0bs dAKADDPdvgnzYCZxtttG44ii5g5X6wloOfPK8WmGx4VRtRLK0bhxx8rAHlXEDKOSs/ xi3Cf7v5V6818s3+M0ER+u7qzN9LxA2PvJq5dsHDeVusaLx7aY+wsw8u18f+qCdoQs VSWP5qB4xniUdUQmTN08h37T/qpE9mbJ+qwjV/4nHBm+q1wDUqBF/SUHPQDGZd88Ev l2f1vF+l36PZw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkC61FJKz9rxK; Sun, 19 Dec 2021 01:30:25 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 11/12] gnu: Remove python2-amqp. Date: Sun, 19 Dec 2021 00:29:16 +0000 Message-Id: <20211219002917.119449-11-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-amqp): Remove variable. (python-amqp)[properties]: Remove. --- gnu/packages/python-xyz.scm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b673f01211..5887eb9c26 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13920,18 +13920,7 @@ and provides a uniform API regardless of which JSON implementation is used.") "This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available.") - (license license:lgpl2.1+) - (properties `((python2-variant . ,(delay python2-amqp)))))) - -(define-public python2-amqp - (let ((amqp (package-with-python2 - (strip-python2-variant python-amqp)))) - (package/inherit amqp - (arguments `(;; Tries to run coverage tests with nose-cover3, which seems - ;; unmaintained. Weirdly, does not do this on the python 3 - ;; version? - #:tests? #f - ,@(package-arguments amqp)))))) + (license license:lgpl2.1+))) (define-public python-txamqp (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 18 19:30:43 2021 Received: (at 50018) by debbugs.gnu.org; 19 Dec 2021 00:30:43 +0000 Received: from localhost ([127.0.0.1]:44520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk67-00042v-Au for submit@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:43 -0500 Received: from mout01.posteo.de ([185.67.36.65]:38265) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myk65-00042i-Mh for 50018@debbugs.gnu.org; Sat, 18 Dec 2021 19:30:42 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 206BD240026 for <50018@debbugs.gnu.org>; Sun, 19 Dec 2021 01:30:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1639873836; bh=j8F6xhIxfwPFz/m/sUaAYhRaIp/2Y6Ln2eT+Nw4Ht7I=; h=From:To:Cc:Subject:Date:From; b=kVH3ksI9jh4jnSR7XTqWN08Fwm83PyFkFbKFJBwXVHfp2udqtpz6QcM4L50JFKuD4 faYLrEhNobdIJuJy4glCDeVNAb/ABCPAWFyYmu23VsiswyaamLq/NI4k/9m/KxYpmq R+Bstbid+7BxVoILDnoawZ3eP/k2Y/pTaUOxwxOv/AmQ4k+RxrGeNUtE9mJSEbIKMh r3lBkRvxQwtTEVlTnG3AoEyMEL/8dFR2hU4B5If63C1syEpiKpf/laqAC9p7sKdvPH rUEban+59ST7/akj6e4jFKgNfWb+qzYYIWVNHBkDk6USb6oIYh4QRSFNP/QGSf+AxM D+qpq/75u5+Fg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JGkCH255Lz6tpN; Sun, 19 Dec 2021 01:30:35 +0100 (CET) From: Vinicius Monego To: 50018@debbugs.gnu.org Subject: [PATCH v4 12/12] gnu: Remove python2-billiard. Date: Sun, 19 Dec 2021 00:29:17 +0000 Message-Id: <20211219002917.119449-12-monego@posteo.net> In-Reply-To: <20211219002917.119449-1-monego@posteo.net> References: <20211219002917.119449-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50018 Cc: Vinicius Monego 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 (python2-billiard): Remove variable. (python-billiard)[properties]: Remove. --- gnu/packages/python-xyz.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5887eb9c26..309bfd5161 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14010,16 +14010,7 @@ RabbitMQ messaging server is the most popular implementation.") multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended to be compatible with Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") - (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-billiard)))))) - -(define-public python2-billiard - (let ((billiard (package-with-python2 - (strip-python2-variant python-billiard)))) - (package/inherit billiard - (native-inputs `(("python2-unittest2" ,python2-unittest2) - ("python2-mock" ,python2-mock) - ,@(package-native-inputs billiard)))))) + (license license:bsd-3))) (define-public python-celery (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 26 18:10:57 2021 Received: (at 50018-done) by debbugs.gnu.org; 26 Dec 2021 23:10:57 +0000 Received: from localhost ([127.0.0.1]:41780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1cfI-00045i-P6 for submit@debbugs.gnu.org; Sun, 26 Dec 2021 18:10:56 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53517) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1cfG-00045U-D0 for 50018-done@debbugs.gnu.org; Sun, 26 Dec 2021 18:10:55 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 734C4E0006; Sun, 26 Dec 2021 23:10:47 +0000 (UTC) From: Nicolas Goaziou To: Vinicius Monego Subject: Re: [bug#50018] [PATCH 00/19] Update Celery to version 5. References: <20210811234345.32228-1-monego@posteo.net> Date: Mon, 27 Dec 2021 00:10:46 +0100 In-Reply-To: <20210811234345.32228-1-monego@posteo.net> (Vinicius Monego's message of "Wed, 11 Aug 2021 23:43:45 +0000") Message-ID: <87lf079d3d.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018-done Cc: 50018-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: -1.7 (-) Hello, Vinicius Monego writes: > Vinicius Monego (19): > gnu: Add python-click-repl. > gnu: Add python-click-didyoumean. > gnu: Add python-pytest-subtests. > gnu: python-aws-sam-translator: Update to 1.38.0. > gnu: python-aws-sam-translator: Change source for tests. > gnu: python-cfn-lint: Update to 0.53.0. > gnu: python-cfn-lint: Respect #:tests?. > gnu: python-moto: Update to 2.2.2. > gnu: python-moto: Respect #:tests?. > gnu: python-vine: Update to 5.0.0. > gnu: Add python-pytest-rerunfailures. > gnu: python-amqp: Update to 5.0.6. > gnu: python-kombu: Update to 5.1.0. > gnu: Add python-pytest-celery. > gnu: python-celery: Update to 5.1.2. > gnu: python-celery: Enable tests. > gnu: Remove python2-celery. > gnu: Remove python2-kombu. > gnu: Remove python2-amqp. I applied v4 of this patch set. Thanks. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 26 19:58:00 2021 Received: (at 50018) by debbugs.gnu.org; 27 Dec 2021 00:58:00 +0000 Received: from localhost ([127.0.0.1]:41916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1eKu-0007EQ-F2 for submit@debbugs.gnu.org; Sun, 26 Dec 2021 19:58:00 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:42505) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1eKr-0007Ds-E0 for 50018@debbugs.gnu.org; Sun, 26 Dec 2021 19:57:57 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 4957E5C006B; Sun, 26 Dec 2021 19:57:52 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sun, 26 Dec 2021 19:57:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=gcQ7fov+TKHPBFPsU3MCvVEX +SDpOefBs8jgVkJbE9s=; b=D4vH7VopgUtSm+blozbHLa1izuMwvyKdMaghaEeW 5P3LXUxfw2kLQr6kZsDXWR0bbVXcVeyTWrz/bKGMaj/LwoyvJdRHFA737fp5JIVc kJ6Z7sRP0LQ55h92NXl7SsPRgK/EB4Jcx2VtfFov/Tn0160HYHw5xrtWcUzZVxCf U6s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=gcQ7fo v+TKHPBFPsU3MCvVEX+SDpOefBs8jgVkJbE9s=; b=QiFOlhJT+1pqYpVy6GSxs7 pE6q1HoI1KaUjc0pH4+z0IXbmaODhWsYQGJr0D33Y+6VhRK51K2+uGt0VRJyutin tSWigX3dlA4sbbib/JNX/2uNF5lqdVM4JWePEagyf8KOf9HzAj0fEgbjomay+8Ir +D9LYLVnlH2Im8mJzi07Ev67FzxyyDiCwweP7Y6OW4NMKuzB/H/ae+YzHDYhQgAB CTvU9kAyOzF72YNzOTX0CMx0mFTlvF/kwqvSGdUpmVtlLeyCMlO60rD25r8Yu33D ZpDEzIdZVTPwAaosVhl87+tGUoKONisEOE+SYKmMWr32uHacbuzdKAFi/WfRQ5hw == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrudduhedgtdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggujgesthdtre dttddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgr rhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepueekkedtffdvtddugeejgedtvefhue efiedvjeeitdeigedtveejvdejheffvefgnecuvehluhhsthgvrhfuihiivgeptdenucfr rghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 26 Dec 2021 19:57:51 -0500 (EST) Date: Sun, 26 Dec 2021 18:39:21 -0500 From: Leo Famulari To: 50018@debbugs.gnu.org, mail@nicolasgoaziou.fr, monego@posteo.net Subject: Re: bug#50018: [PATCH 00/19] Update Celery to version 5. Message-ID: References: <20210811234345.32228-1-monego@posteo.net> <87lf079d3d.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lf079d3d.fsf@nicolasgoaziou.fr> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50018 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 (-) On Mon, Dec 27, 2021 at 12:10:46AM +0100, Nicolas Goaziou wrote: > Vinicius Monego writes: [...] > > gnu: Add python-pytest-rerunfailures. > > I applied v4 of this patch set. Thanks. We already had this package, so I reverted the commit. From unknown Sun Jul 27 09:36:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Jan 2022 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