From unknown Sat Aug 09 09:36:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#66969] [PATCH] gnu: python-pythonanywhere: Update to 0.12.1 Resent-From: Filip Lajszczak Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Nov 2023 16:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66969 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66969@debbugs.gnu.org Cc: Filip Lajszczak X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16992873953901 (code B ref -1); Mon, 06 Nov 2023 16:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Nov 2023 16:16:35 +0000 Received: from localhost ([127.0.0.1]:40429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r02HC-00010q-Kd for submit@debbugs.gnu.org; Mon, 06 Nov 2023 11:16:34 -0500 Received: from lists.gnu.org ([2001:470:142::17]:44212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r02HA-00010d-W5 for submit@debbugs.gnu.org; Mon, 06 Nov 2023 11:16:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r02GT-0003yO-9E for guix-patches@gnu.org; Mon, 06 Nov 2023 11:15:49 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r02GR-0004L9-KA for guix-patches@gnu.org; Mon, 06 Nov 2023 11:15:49 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 2521220010; Mon, 6 Nov 2023 16:15:43 +0000 (UTC) From: Filip Lajszczak Date: Mon, 6 Nov 2023 16:15:15 +0000 Message-ID: <20231106161515.1045169-1-filip@lajszczak.dev> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Sasl: filip@lajszczak.dev Received-SPF: pass client-ip=217.70.183.200; envelope-from=filip@lajszczak.dev; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) 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: -0.3 (/) * gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1 Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76 --- gnu/packages/python-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e521c1580d..36a75a0366 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15891,7 +15891,7 @@ (define-public python-docopt (define-public python-pythonanywhere (package (name "python-pythonanywhere") - (version "0.9.10") + (version "0.12.1") (source (origin (method git-fetch) @@ -15901,7 +15901,7 @@ (define-public python-pythonanywhere (file-name (git-file-name name version)) (sha256 (base32 - "0vzzc1g8pl7cb9yvm3n1j5zlzxf0jd423rzspc2kvpb8yhvydklx")))) + "12898jrq8bi90s5v3wirj7zprk08smwzwdx09y07x770frqd80vl")))) (build-system python-build-system) (arguments `(#:phases @@ -15932,8 +15932,9 @@ (define-public python-pythonanywhere (home-page "https://github.com/pythonanywhere/helper_scripts/") (synopsis "PythonAnywhere helper tools for users") (description "PythonAnywhere provides a command-line interface and an -application programming interface that allows managing Web apps and scheduled -tasks. It includes single-command deployment for the Django Girls tutorial.") +application programming interface that allows managing files Web apps, scheduled +tasks and students. It includes single-command deployment for the Django Girls +tutorial.") (license license:expat))) (define-public python-pythondialog -- 2.42.0 From unknown Sat Aug 09 09:36:48 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: Filip Lajszczak Subject: bug#66969: closed (Re: [bug#66969] [PATCH] gnu: python-pythonanywhere: Update to 0.12.1) Message-ID: References: <87a5qshnpv.fsf@gnu.org> <20231106161515.1045169-1-filip@lajszczak.dev> X-Gnu-PR-Message: they-closed 66969 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 66969@debbugs.gnu.org Date: Sat, 02 Dec 2023 11:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1701514982-2040-1" This is a multi-part message in MIME format... ------------=_1701514982-2040-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #66969: [PATCH] gnu: python-pythonanywhere: Update to 0.12.1 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 66969@debbugs.gnu.org. --=20 66969: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D66969 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1701514982-2040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 66969-done) by debbugs.gnu.org; 2 Dec 2023 11:02:24 +0000 Received: from localhost ([127.0.0.1]:56778 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9NlQ-0000Vt-Co for submit@debbugs.gnu.org; Sat, 02 Dec 2023 06:02:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9NlN-0000Vg-Jg for 66969-done@debbugs.gnu.org; Sat, 02 Dec 2023 06:02:22 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r9Nl7-0001Bk-Rp; Sat, 02 Dec 2023 06:02:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=guPVc/X+p6V8+eP2QEoxF7sSZS9oY1fXwWPHABMQVtU=; b=HpCEa0xa2bunGFDLGwVz wGuJK23RQ9NX/9bW9PupwRUIuD9QzpdVTgjsWeJu2+ofEVxfuAHCMfVhB4oLOiMv+L7V10DyhTylO dexOo7e0BhwHw5aB3/IwJqQR0Rx3VQWJHwFLCMlnRF4xu+0Ymqlf8mWb2GSKZAAUDwwotymWQ3h1h jjsnH7NhfIvK+pd/KjqHsUXIwE6AUvPB4Ko1eSa6blFUyi1zqu7Qdc5JbjQULOjQgeF0CYA603gZt HcOwmTjASC7iFpzcAvMzHCyWJ4Q9AjCWwI6TBbzuiOlpKa25QmqyXj6zVDhnf8NLrVy4KozD46CxZ YVtc3N/u+PZDxg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Filip Lajszczak Subject: Re: [bug#66969] [PATCH] gnu: python-pythonanywhere: Update to 0.12.1 In-Reply-To: <20231106161515.1045169-1-filip@lajszczak.dev> (Filip Lajszczak's message of "Mon, 6 Nov 2023 16:15:15 +0000") References: <20231106161515.1045169-1-filip@lajszczak.dev> Date: Sat, 02 Dec 2023 12:02:04 +0100 Message-ID: <87a5qshnpv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66969-done Cc: 66969-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: -3.3 (---) Hi, Filip Lajszczak skribis: > * gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1 > > Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76 Applied, thanks! Ludo=E2=80=99. ------------=_1701514982-2040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Nov 2023 16:16:35 +0000 Received: from localhost ([127.0.0.1]:40429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r02HC-00010q-Kd for submit@debbugs.gnu.org; Mon, 06 Nov 2023 11:16:34 -0500 Received: from lists.gnu.org ([2001:470:142::17]:44212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r02HA-00010d-W5 for submit@debbugs.gnu.org; Mon, 06 Nov 2023 11:16:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r02GT-0003yO-9E for guix-patches@gnu.org; Mon, 06 Nov 2023 11:15:49 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r02GR-0004L9-KA for guix-patches@gnu.org; Mon, 06 Nov 2023 11:15:49 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 2521220010; Mon, 6 Nov 2023 16:15:43 +0000 (UTC) From: Filip Lajszczak To: guix-patches@gnu.org Subject: [PATCH] gnu: python-pythonanywhere: Update to 0.12.1 Date: Mon, 6 Nov 2023 16:15:15 +0000 Message-ID: <20231106161515.1045169-1-filip@lajszczak.dev> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Sasl: filip@lajszczak.dev Received-SPF: pass client-ip=217.70.183.200; envelope-from=filip@lajszczak.dev; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit Cc: Filip Lajszczak 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: -0.3 (/) * gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1 Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76 --- gnu/packages/python-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e521c1580d..36a75a0366 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15891,7 +15891,7 @@ (define-public python-docopt (define-public python-pythonanywhere (package (name "python-pythonanywhere") - (version "0.9.10") + (version "0.12.1") (source (origin (method git-fetch) @@ -15901,7 +15901,7 @@ (define-public python-pythonanywhere (file-name (git-file-name name version)) (sha256 (base32 - "0vzzc1g8pl7cb9yvm3n1j5zlzxf0jd423rzspc2kvpb8yhvydklx")))) + "12898jrq8bi90s5v3wirj7zprk08smwzwdx09y07x770frqd80vl")))) (build-system python-build-system) (arguments `(#:phases @@ -15932,8 +15932,9 @@ (define-public python-pythonanywhere (home-page "https://github.com/pythonanywhere/helper_scripts/") (synopsis "PythonAnywhere helper tools for users") (description "PythonAnywhere provides a command-line interface and an -application programming interface that allows managing Web apps and scheduled -tasks. It includes single-command deployment for the Django Girls tutorial.") +application programming interface that allows managing files Web apps, scheduled +tasks and students. It includes single-command deployment for the Django Girls +tutorial.") (license license:expat))) (define-public python-pythondialog -- 2.42.0 ------------=_1701514982-2040-1--