From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54639) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBHAa-00044U-Dd for guix-patches@gnu.org; Mon, 09 Mar 2020 08:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBHAZ-0006bR-BR for guix-patches@gnu.org; Mon, 09 Mar 2020 08:06:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43926) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBHAZ-0006b2-8V for guix-patches@gnu.org; Mon, 09 Mar 2020 08:06:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBHAY-0001Kb-Bv for guix-patches@gnu.org; Mon, 09 Mar 2020 08:06:02 -0400 Subject: bug#39990: [PATCH] gnu: Update python-statsmodels to 0.11.1. Resent-To: guix-patches@gnu.org Resent-Message-ID: Message-ID: <652eb7e6c92ce135560f96d5681a16d64336b131.camel@gnu.org> From: Roel Janssen Date: Mon, 09 Mar 2020 13:04:59 +0100 In-Reply-To: <20200309114749.GM1423@E5400> References: <20200309104549.GI1423@E5400> <2fa8263b8d6c8744de76acaf06e8bc3f0cf3d2a1.camel@gnu.org> <20200309114749.GM1423@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-done@debbugs.gnu.org On Mon, 2020-03-09 at 13:47 +0200, Efraim Flashner wrote: > On Mon, Mar 09, 2020 at 12:20:47PM +0100, Roel Janssen wrote: > > 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? > > Yep, straight to master. Although if ribodiff builds before your > patch > and then doesn't after you're on the hook to fix it :) Hehe. Well, it ribodiff seems to fail even with the older python- statsmodels. I am looking into it right away. Thanks for your help! I pushed the update in b6574660e3. Kind regards, Roel Janssen