From unknown Sun Jul 27 00:55:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58482] [PATCH] gnu: python-responses: Update to 0.22.0. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Oct 2022 06:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58482 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58482@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16656415651911 (code B ref -1); Thu, 13 Oct 2022 06:13:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 Oct 2022 06:12:45 +0000 Received: from localhost ([127.0.0.1]:59049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oirSX-0000Ul-BP for submit@debbugs.gnu.org; Thu, 13 Oct 2022 02:12:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:46934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oirSV-0000Ue-MJ for submit@debbugs.gnu.org; Thu, 13 Oct 2022 02:12:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56280) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oirSV-0000mI-FN for guix-patches@gnu.org; Thu, 13 Oct 2022 02:12:43 -0400 Received: from mx1.dismail.de ([78.46.223.134]:21896) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oirST-0000wG-MW for guix-patches@gnu.org; Thu, 13 Oct 2022 02:12:43 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 89747c1c for ; Thu, 13 Oct 2022 08:12:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=I7WsrxWfBYJQifNCNEBUZbbaF64JFQtrMiuQhvZNC8k=; b= I62EOnlPHzHPbbiNRSXP9ox/4TiAgtwfd41R0M2gte+/5n+YsU2ygyD4H/URv7Aa Kw8OPlJsXqXjJxqan+mFIwERggqwfz5LPr3wZbIKPj9l6ceMYG7txIGeYyTDXZin T2ZJJMWfX8eCFD42RRwTKSyOzdWuJNlpqzvNPbpBuMWWF/B+ZaHjyioZqrJChKR+ 1QSE/qdEMWDnAJ25hV0d5afbKF9J1FyRN1+37+Z/0iG3/z3woxr5J5u3tSg8ahcp Y0FF0U8FkcPcjrBGCj4djTtAaK/APkw7lqMsquQjxRJJSSq8+7IFrInIJ6hHzCLw y2XGvgD6d6dTiVM0vvjLQA== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 2acb0810 for ; Thu, 13 Oct 2022 08:12:36 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id abe45382 for ; Thu, 13 Oct 2022 08:12:36 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a940e060 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 13 Oct 2022 08:12:36 +0200 (CEST) From: jgart Date: Thu, 13 Oct 2022 01:12:32 -0500 Message-Id: <20221013061232.28887-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-web.scm (python-responses): Update to 0.22.0. [arguments]: Enable tests. [native-inputs]: Add python-pytest, python-pytest-asyncio, and python-pytest-httpserver. [inputs]: Add python-types-toml. --- gnu/packages/python-web.scm | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6a9d6ee61d..7f6b8b3daf 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3461,22 +3461,31 @@ (define-public python-cookies (define-public python-responses (package (name "python-responses") - (version "0.10.6") + (version "0.22.0") (source (origin (method url-fetch) (uri (pypi-uri "responses" version)) (sha256 (base32 - "147pacwkkqy3qf3hr33fnl1xbzgw0zsm3qppvvy9qhq8h069qbah")))) + "0bhhffwl0zqin4xc89nc97ynzr7l3j4b8rjqk9w9flnj2cmcnsir")))) (build-system python-build-system) (arguments - `(;; Test suite is not distributed: - ;; https://github.com/getsentry/responses/issues/38 - #:tests? #f)) + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" "-v"))))))) (native-inputs - (list python-mock)) + (list python-mock + python-pytest + python-pytest-asyncio + python-pytest-httpserver)) (propagated-inputs - (list python-requests python-cookies python-six)) + (list python-requests + python-cookies + python-six + python-types-toml)) (home-page "https://github.com/getsentry/responses") (synopsis "Utility for mocking out the `requests` Python library") (description "A utility library for mocking out the `requests` Python -- 2.38.0 From unknown Sun Jul 27 00:55:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#58482: closed (Re: bug#58482: [PATCH] gnu: python-responses: Update to 0.22.0.) Message-ID: References: <874js9iz7s.fsf@envs.net> <20221013061232.28887-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 58482 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58482@debbugs.gnu.org Date: Sun, 29 Jan 2023 07:21:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1674976862-31965-1" This is a multi-part message in MIME format... ------------=_1674976862-31965-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58482: [PATCH] gnu: python-responses: Update to 0.22.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 58482@debbugs.gnu.org. --=20 58482: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58482 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1674976862-31965-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58482-done) by debbugs.gnu.org; 29 Jan 2023 07:20:39 +0000 Received: from localhost ([127.0.0.1]:42136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM1zS-0008IX-R6 for submit@debbugs.gnu.org; Sun, 29 Jan 2023 02:20:39 -0500 Received: from mail.envs.net ([5.199.136.28]:60440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM1zP-0008IN-Uq for 58482-done@debbugs.gnu.org; Sun, 29 Jan 2023 02:20:37 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 27E2638A012C; Sun, 29 Jan 2023 07:20:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1674976834; bh=fZ3eEiYQIk6djgcYYpofiKty/r6EEereb6x+SMIx+XA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=dnDQb1x/LuNWXC2k11tfKUqTX2ytXjoMXXXGSbmbKw3IaNEnfLcDafDrfsR+Td2Oe xHmCjnPV++C3ukre+8ujQWlrzJzDBBngoy5E0lmA0rDu5AmMIiqU9yo8mubDP/YzoP e1FZWhbgBUWVatUQWqm8yoau4RPKX7uuf6dMaU/N2TuCuqPuiOl2oXL5sBkMdU+LWg su6LbGuKMtWsOIODOcZemAD4PGQJm7YTJ9KaUKNmkstcwOxf8eFYfA0PMfSpuvDdTk km4ZExcdY3eKHtUPhQwxWek+t0owOSyTN0x0NG2wduhkQUY44lzebXdA7ieWdcJveI LNGvgImIQmTM96Rg9CvaHuG2s0cWe3IrY6nQFcvo41foaLs7qxf2QFlwK+BiLWFGUo i2LKafBqUU3dgaoHkps4UzeJeGuhdN6cFscr/ecfLyz8Vt2gTrlOXuT6n01R+eenew lXRx9dCzAhi829EGQoxvXiLcmbVUlXwJrFwiO9u5EIB8Ksl2wHTsUzjXDIO2qkPsu9 qvHrP7EJxKWjCw+YEn2550+MggN64SiSn13V3M3OGAtUreU/w5AlU3ESrD4wSv2TZH YlcVlS2b+lNNMomyW46BahB7/LBesmkiExwJ/zO1Zkf6wCu3+0R5Ab4uTPZMIRDEdy IXhH2qzhSmD/PfF7HUWbG6Wg= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LPLzLhf9V8Kp; Sun, 29 Jan 2023 07:20:30 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 29 Jan 2023 07:20:26 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id aef50e73; Sun, 29 Jan 2023 07:20:23 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: jgart Subject: Re: bug#58482: [PATCH] gnu: python-responses: Update to 0.22.0. References: <20221013061232.28887-1-jgart@dismail.de> Date: Sun, 29 Jan 2023 15:20:23 +0800 In-Reply-To: <20221013061232.28887-1-jgart@dismail.de> (jgart@dismail.de's message of "Thu, 13 Oct 2022 01:12:32 -0500") Message-ID: <874js9iz7s.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58482-done Cc: 58482-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.0 (-) jgart writes: > * gnu/packages/python-web.scm (python-responses): Update to 0.22.0. > [arguments]: Enable tests. > [native-inputs]: Add python-pytest, python-pytest-asyncio, and > python-pytest-httpserver. > [inputs]: Add python-types-toml. Applied, thank you! ------------=_1674976862-31965-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Oct 2022 06:12:45 +0000 Received: from localhost ([127.0.0.1]:59049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oirSX-0000Ul-BP for submit@debbugs.gnu.org; Thu, 13 Oct 2022 02:12:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:46934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oirSV-0000Ue-MJ for submit@debbugs.gnu.org; Thu, 13 Oct 2022 02:12:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56280) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oirSV-0000mI-FN for guix-patches@gnu.org; Thu, 13 Oct 2022 02:12:43 -0400 Received: from mx1.dismail.de ([78.46.223.134]:21896) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oirST-0000wG-MW for guix-patches@gnu.org; Thu, 13 Oct 2022 02:12:43 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 89747c1c for ; Thu, 13 Oct 2022 08:12:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=I7WsrxWfBYJQifNCNEBUZbbaF64JFQtrMiuQhvZNC8k=; b= I62EOnlPHzHPbbiNRSXP9ox/4TiAgtwfd41R0M2gte+/5n+YsU2ygyD4H/URv7Aa Kw8OPlJsXqXjJxqan+mFIwERggqwfz5LPr3wZbIKPj9l6ceMYG7txIGeYyTDXZin T2ZJJMWfX8eCFD42RRwTKSyOzdWuJNlpqzvNPbpBuMWWF/B+ZaHjyioZqrJChKR+ 1QSE/qdEMWDnAJ25hV0d5afbKF9J1FyRN1+37+Z/0iG3/z3woxr5J5u3tSg8ahcp Y0FF0U8FkcPcjrBGCj4djTtAaK/APkw7lqMsquQjxRJJSSq8+7IFrInIJ6hHzCLw y2XGvgD6d6dTiVM0vvjLQA== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 2acb0810 for ; Thu, 13 Oct 2022 08:12:36 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id abe45382 for ; Thu, 13 Oct 2022 08:12:36 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a940e060 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 13 Oct 2022 08:12:36 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: python-responses: Update to 0.22.0. Date: Thu, 13 Oct 2022 01:12:32 -0500 Message-Id: <20221013061232.28887-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-web.scm (python-responses): Update to 0.22.0. [arguments]: Enable tests. [native-inputs]: Add python-pytest, python-pytest-asyncio, and python-pytest-httpserver. [inputs]: Add python-types-toml. --- gnu/packages/python-web.scm | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6a9d6ee61d..7f6b8b3daf 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3461,22 +3461,31 @@ (define-public python-cookies (define-public python-responses (package (name "python-responses") - (version "0.10.6") + (version "0.22.0") (source (origin (method url-fetch) (uri (pypi-uri "responses" version)) (sha256 (base32 - "147pacwkkqy3qf3hr33fnl1xbzgw0zsm3qppvvy9qhq8h069qbah")))) + "0bhhffwl0zqin4xc89nc97ynzr7l3j4b8rjqk9w9flnj2cmcnsir")))) (build-system python-build-system) (arguments - `(;; Test suite is not distributed: - ;; https://github.com/getsentry/responses/issues/38 - #:tests? #f)) + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" "-v"))))))) (native-inputs - (list python-mock)) + (list python-mock + python-pytest + python-pytest-asyncio + python-pytest-httpserver)) (propagated-inputs - (list python-requests python-cookies python-six)) + (list python-requests + python-cookies + python-six + python-types-toml)) (home-page "https://github.com/getsentry/responses") (synopsis "Utility for mocking out the `requests` Python library") (description "A utility library for mocking out the `requests` Python -- 2.38.0 ------------=_1674976862-31965-1--