From unknown Sun Jul 27 00:54:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58482 <58482@debbugs.gnu.org> To: bug#58482 <58482@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-responses: Update to 0.22.0. Reply-To: bug#58482 <58482@debbugs.gnu.org> Date: Sun, 27 Jul 2025 07:54:45 +0000 retitle 58482 [PATCH] gnu: python-responses: Update to 0.22.0. reassign 58482 guix-patches submitter 58482 jgart severity 58482 normal tag 58482 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 02:12:45 2022 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 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 29 02:20:39 2023 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! From unknown Sun Jul 27 00:54:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 26 Feb 2023 12:24:10 +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