From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcGzz-0000s3-KH for guix-patches@gnu.org; Mon, 31 Jul 2017 16:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcGzv-0002OT-Uf for guix-patches@gnu.org; Mon, 31 Jul 2017 16:09:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33091) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcGzv-0002OO-Qs for guix-patches@gnu.org; Mon, 31 Jul 2017 16:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcGzv-0004sT-Lu for guix-patches@gnu.org; Mon, 31 Jul 2017 16:09:03 -0400 Subject: [bug#27888] [PATCH 18/18] gnu: python-hypothesis: Update to 3.14.0. Resent-Message-ID: From: Marius Bakke Date: Mon, 31 Jul 2017 22:07:35 +0200 Message-Id: <20170731200735.28019-18-mbakke@fastmail.com> In-Reply-To: <20170731200735.28019-1-mbakke@fastmail.com> References: <20170731200735.28019-1-mbakke@fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27888@debbugs.gnu.org * gnu/packages/python.scm (python-hypothesis): Update to 3.14.0. [native-inputs]: Remove PYTHON-FLAKE8 and PYTHON-PYTEST. --- gnu/packages/python.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9a7f88c30..b32065f80 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9878,17 +9878,15 @@ Amazon Web Services (AWS) API.") (define-public python-hypothesis (package (name "python-hypothesis") - (version "3.1.0") + (version "3.14.0") (source (origin (method url-fetch) (uri (pypi-uri "hypothesis" version)) (sha256 (base32 - "0qyqq9akm4vshhn8cngjc1qykcvsn7cz6dlm6njfsgpbraqrmbbw")))) + "11q26a0j49hqw233gnvphlkin6piw2bpd0kji5zxr0980vl5rxvi")))) (build-system python-build-system) - (native-inputs - `(("python-flake8" ,python-flake8) - ("python-pytest" ,python-pytest-bootstrap))) + ;; FIXME: The PyPi release tarball does not contain tests. (synopsis "Library for property based testing") (description "Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s -- 2.13.3