From unknown Thu Aug 21 12:09:56 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#52359 <52359@debbugs.gnu.org> To: bug#52359 <52359@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python2-bottle: Remove package. Reply-To: bug#52359 <52359@debbugs.gnu.org> Date: Thu, 21 Aug 2025 19:09:56 +0000 retitle 52359 [PATCH] gnu: python2-bottle: Remove package. reassign 52359 guix-patches submitter 52359 jgart severity 52359 normal tag 52359 wontfix patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 07 16:00:44 2021 Received: (at submit) by debbugs.gnu.org; 7 Dec 2021 21:00:44 +0000 Received: from localhost ([127.0.0.1]:38807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muhZr-0005v7-TL for submit@debbugs.gnu.org; Tue, 07 Dec 2021 16:00:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:37844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muhZq-0005tH-8J for submit@debbugs.gnu.org; Tue, 07 Dec 2021 16:00:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42592) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muhZp-0000G7-Tp for guix-patches@gnu.org; Tue, 07 Dec 2021 16:00:42 -0500 Received: from mx1.dismail.de ([78.46.223.134]:36317) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muhZn-0007vn-MP for guix-patches@gnu.org; Tue, 07 Dec 2021 16:00:41 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 70a43d32 for ; Tue, 7 Dec 2021 22:00:21 +0100 (CET) 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=wUpCbMSQdgeT9x0qQJ+qP4wYCghuvjoTAFEFjPJGdVo=; b= FlG5NiVsjTHdOYTfvzAx1Iown/dSNWOqeCbJVXPkS+Eo7M6dCnHDGRovOt4ItNBz gq627chMMERYonueCPg736ePIWItmhSYx+Fn7hSBz/cEiCrZJctKELDD9JuYIW48 jxTh9NR1ZBF1WkW38WRUAfc4e0GZgmz5xYBZATSRWxLeWoxsLNcP5VQtila7vWHx bKv063avMdNGZ7lBr3XUavyrscx4jkqA64B2dC5sLtFYCsl021A6Orp9r3/cdZip 5/xWdOvltOzMIVWScluHM6A//7qXPwGpbS5J4MrEgC3YgCLk4ze1/i4SATWfHVlL KlBBqfChXJ4xzAsvqaWcyQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 2ac4aa61 for ; Tue, 7 Dec 2021 22:00:21 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 31be5fce for ; Tue, 7 Dec 2021 22:00:21 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id c61c2b3c (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 7 Dec 2021 22:00:15 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: python2-bottle: Remove package. Date: Tue, 7 Dec 2021 16:00:07 -0500 Message-Id: <20211207210007.1058-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.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 (python2-bottle): Delete variable. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d4a785b2fc..fb23054489 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4170,9 +4170,6 @@ (define-public python-bottle (description "@code{python-bottle} is a WSGI framework for small web-applications.") (license license:expat))) -(define-public python2-bottle - (package-with-python2 python-bottle)) - (define-public python-wtforms (package (name "python-wtforms") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 19 17:25:32 2021 Received: (at 52359) by debbugs.gnu.org; 19 Dec 2021 22:25:32 +0000 Received: from localhost ([127.0.0.1]:48435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mz4cV-0000Ry-QU for submit@debbugs.gnu.org; Sun, 19 Dec 2021 17:25:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mz4cT-0000Rk-L2 for 52359@debbugs.gnu.org; Sun, 19 Dec 2021 17:25:30 -0500 Received: from [2001:470:142:3::e] (port=47490 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4cO-0007c2-EN; Sun, 19 Dec 2021 17:25:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=xrYhhOxowaV00lvXy/7mV6zvbeJKlNZg3hllPcj5JHg=; b=iiOJZV2a9WcEP4nq/cPo 5R3kiARlwJRI+naHVoafPvBVIptNDEE1ytuPArBloLMOUFYSUTnBWNEdRI/+1ywJLGyKfJOhDhzp5 Z6RXhqEoO/ZBMhb7LKHL80BJB3VSfEY/XUn5QXBeNHS5J/dxEPfMb98HXG63BkrcPPw/dB99gKSoT E3NEZwsFeHttAT80yw7eHT1i4RbjzZtoVQhYDYtWa+GWd4l1+j/RhTMWDQSnZFSC61Xs34IyYZ2WX nlR0V+Nm3/a4f+Y0iTpMh5TIpzQ/njV7FisiykZPx+zw+NTIJQwRXdEyZ/LuehzpzkuE+OBHw5u0m l2kEWnPtskqV6w==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42206 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4cB-0002ap-QH; Sun, 19 Dec 2021 17:25:23 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#52359: [PATCH] gnu: python2-bottle: Remove package. References: <20211207210007.1058-1-jgart@dismail.de> Date: Sun, 19 Dec 2021 23:25:06 +0100 In-Reply-To: <20211207210007.1058-1-jgart@dismail.de> (jgart@dismail.de's message of "Tue, 7 Dec 2021 16:00:07 -0500") Message-ID: <87bl1cmdvh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) 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: 52359 Cc: 52359@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, jgart skribis: > * gnu/packages/python-web.scm (python2-bottle): Delete variable. Apparently it still has users so we can=E2=80=99t remove it yet: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix refresh -l python2-bottle Building the following 2 packages would ensure 3 dependent packages are reb= uilt: h-client@0.0a0-138 virtaal@0.7.1 --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 19 17:58:26 2021 Received: (at 52359) by debbugs.gnu.org; 19 Dec 2021 22:58:26 +0000 Received: from localhost ([127.0.0.1]:48462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mz58M-0001IE-8l for submit@debbugs.gnu.org; Sun, 19 Dec 2021 17:58:26 -0500 Received: from mx1.dismail.de ([78.46.223.134]:37565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mz58K-0001I1-R2 for 52359@debbugs.gnu.org; Sun, 19 Dec 2021 17:58:25 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4acf2362; Sun, 19 Dec 2021 23:58:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=+xJ1tnJbguMTD+pHgHhvdt2hpUueO/JV2ughNJpwcGo=; b=pFY e2gakmX9lsGqzmbXiDU4IiKqI87DsqLO4wR97uTBQ4xFGr4+eQuBIzxOkUxvoueZ RZ581zeJfAN5U56b3OfHacb9gRdSvOtXZmtoZColJtXgk0j8pF0/Ay16lbXMK/Dl KpoHqdtk3ruFQuoWjK/F/TPpYauQpjF28oJUSlogsc0TirhgCyzS35Piw6WBUEsu BspQTGjeirbWaEH3eJRm0Lj55fZwGRbgUtRAaXpfV5BdRdxzROGJ6KlmCSDk1gqO BSdfbd46AzM83QTFB/gZ4DT6dLXQwxDw44K4ZBdnOsRWVzRjfVZmSUlwbQThYVlR xJ7FWTL4iTpPVpRLPpg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 8b5297af; Sun, 19 Dec 2021 23:58:18 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id f49c6dfe; Sun, 19 Dec 2021 23:58:18 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b5b8f694 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 19 Dec 2021 23:58:17 +0100 (CET) Date: Sun, 19 Dec 2021 17:58:16 -0500 Message-ID: <20211219175816.GB5741@gac> From: jgart To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: Re: bug#52359: [PATCH] gnu: python2-bottle: Remove package. In-Reply-To: <87bl1cmdvh.fsf@gnu.org> References: <20211207210007.1058-1-jgart@dismail.de> <87bl1cmdvh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 52359 Cc: 52359@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 (-) On Sun, 19 Dec 2021 23:25:06 +0100 Ludovic Courtès wrote: > Hi, > > jgart skribis: > > > * gnu/packages/python-web.scm (python2-bottle): Delete variable. > > Apparently it still has users so we can’t remove it yet: Hi Ludo, Thanks for the review! The best way to check is with `guix refresh --list-dependent python2-bottle`? Or, you're referring to the fact that there are still users using the python2 version of bottle itself? Also, when upgrading a package, what is your workflow for testing and making sure you don't break a dependent package? Do you also build all packages listed in the output of `guix refresh --list-dependent package-name` before sending a patch? My experience with this issue is when I updated python-jedi recently. I sent the patch. It got accepted. (Un)relatedly, I tried installing bpython a day later and bpython was broken. My first guess is that the upgrade of python-jedi broke the current version of bpython in master. I wasn't thinking about bpython when I was upgrading python-jedi. Could any of the above be mentioned in the cookbook or the manual? Excuse me if I TDLR'ed that part. Any advice is much appreciated. > > --8<---------------cut here---------------start------------->8--- > $ ./pre-inst-env guix refresh -l python2-bottle > Building the following 2 packages would ensure 3 dependent packages are rebuilt: h-client@0.0a0-138 virtaal@0.7.1 > --8<---------------cut here---------------end--------------->8--- > > Ludo’. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 20 10:05:47 2021 Received: (at control) by debbugs.gnu.org; 20 Dec 2021 15:05:48 +0000 Received: from localhost ([127.0.0.1]:51002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzKEV-0000Qt-QJ for submit@debbugs.gnu.org; Mon, 20 Dec 2021 10:05:47 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:41510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzKET-0000QY-Jc for control@debbugs.gnu.org; Mon, 20 Dec 2021 10:05:45 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 323B94EE for ; Mon, 20 Dec 2021 16:05:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kiggBrdFpP_1 for ; Mon, 20 Dec 2021 16:05:39 +0100 (CET) Received: from ribbon (unknown [193.50.110.211]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8227A1DF for ; Mon, 20 Dec 2021 16:05:39 +0100 (CET) Date: Mon, 20 Dec 2021 16:05:39 +0100 Message-Id: <87y24fiaf0.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #52359 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 323B94EE X-Spamd-Result: default: False [0.61 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[control@debbugs.gnu.org]; RCPT_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_MIXED_CHARSET(0.71)[subject]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control 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.0 (/) tags 52359 wontfix close 52359 quit From unknown Thu Aug 21 12:09:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 18 Jan 2022 12:24:09 +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