From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47407) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBGT1-0007wL-4A for guix-patches@gnu.org; Mon, 09 Mar 2020 07:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBGT0-0002l9-8r for guix-patches@gnu.org; Mon, 09 Mar 2020 07:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBGT0-0002l1-6G for guix-patches@gnu.org; Mon, 09 Mar 2020 07:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBGT0-0006kL-20 for guix-patches@gnu.org; Mon, 09 Mar 2020 07:21:02 -0400 Subject: [bug#39990] [PATCH] gnu: Update python-statsmodels to 0.11.1. Resent-Message-ID: Message-ID: <2fa8263b8d6c8744de76acaf06e8bc3f0cf3d2a1.camel@gnu.org> From: Roel Janssen Date: Mon, 09 Mar 2020 12:20:47 +0100 In-Reply-To: <20200309104549.GI1423@E5400> References: <20200309104549.GI1423@E5400> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Efraim Flashner Cc: 39990@debbugs.gnu.org On Mon, 2020-03-09 at 12:45 +0200, Efraim Flashner wrote: > On Sun, Mar 08, 2020 at 11:19:06PM +0100, Roel Janssen wrote: > > Dear Guix, > > > > I'd like to update python-statsmodels because I'm packaging > > something > > that requires a newer version. > > > > The patch is trivial, but I'm unsure whether it would trigger too > > many > > rebuilds. How do I check this? > > 'guix refresh --list-dependent python-statsmodels' will give you a > list of leaf > packages affected by this package. As a python package, you should > also > check the python2- variant, so 'guix refresh -l python-statsmodels > python2-statsmodels' > Thanks! Is my conclusion correct that, by updating python-statsmodels (and thus python2-statsmodels), only "ribodiff" will be rebuilt? And therefore, the update can be pushed to master directly? Thanks! Kind regards, Roel Janssen