From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55927) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrzIJ-0006wH-PZ for guix-patches@gnu.org; Mon, 29 Jul 2019 02:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrzII-0004CV-IU for guix-patches@gnu.org; Mon, 29 Jul 2019 02:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38787) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hrzII-0004C3-Cz for guix-patches@gnu.org; Mon, 29 Jul 2019 02:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hrzII-0002dA-7B for guix-patches@gnu.org; Mon, 29 Jul 2019 02:38:02 -0400 Subject: [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4 Resent-Message-ID: Mime-Version: 1.0 Message-Id: <50d59337-7233-480a-bcf8-47836757a9a1@www.fastmail.com> In-Reply-To: <20190528213715.158ff0d5@scratchpost.org> References: <20190528125657.5238-1-h.nasajpour@pantherx.org> <20190528213715.158ff0d5@scratchpost.org> Date: Mon, 29 Jul 2019 11:07:41 +0430 From: "Hamzeh Nasajpour" Content-Type: text/plain 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: Danny Milosavljevic Cc: 35957@debbugs.gnu.org This patch build and installed for me without any error. ``` substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% building /gnu/store/3dlncckq81kkmdywig6f75l3pr1lyxah-Werkzeug-0.15.4.tar.gz.drv... downloading from https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-0.15.4.tar.gz... building /gnu/store/dwp2sl4ajxa564s9cgikym989d07i5ab-python-werkzeug-0.15.4.drv... The following package will be installed: python-werkzeug 0.15.4 /gnu/store/abnq25ygc879xr86bycy982dbhr6b245-python-werkzeug-0.15.4 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivation will be built: /gnu/store/ix8mhj1lhd0yhx2rarcrvf9hkqljcfhc-profile.drv The following profile hooks will be built: /gnu/store/2c26f8bswyijjlib37339ncbxy9l2853-manual-database.drv /gnu/store/3m0gwq15qm2dl2gcy6kjrnfi41z5vc9p-info-dir.drv /gnu/store/ayjzzsipgiqcsnx5v1q36j3yi0w9kzjz-fonts-dir.drv /gnu/store/b9xnhajqvaf0fzdbsavnjld2jhhx86jc-glib-schemas.drv /gnu/store/lqb0w025vwfvf72q81qq94zbga7fj3hw-xdg-mime-database.drv /gnu/store/w7j7igc0bmvxh6hkay3szbhcxkgvwkjf-xdg-desktop-database.drv /gnu/store/zj4spapn98nvsg7mi88cwqmxfzmzfh61-ca-certificate-bundle.drv building CA certificate bundle... building fonts directory... generating GLib schema cache... building directory of Info manuals... building database for manual pages... building XDG desktop file cache... building XDG MIME database... building /gnu/store/ix8mhj1lhd0yhx2rarcrvf9hkqljcfhc-profile.drv... 22 packages in profile ``` On Wed, May 29, 2019, at 12:07 AM, Danny Milosavljevic wrote: > This doesn't build for me. > > Even with the following patch, it doesn't: > > diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm > index 3d6fd61f10..56496e859f 100644 > --- a/gnu/packages/python-web.scm > +++ b/gnu/packages/python-web.scm > @@ -2680,7 +2680,7 @@ List. Forked from and using the same API as the > publicsuffix package.") > (source > (origin > (method url-fetch) > - (uri (pypi-uri "werkzeug" version)) > + (uri (pypi-uri "Werkzeug" version)) > (sha256 > (base32 > "19kwa1va46jyrhy47fn3a44js1882zrvh70n14mgp0jrh7q1bfd0")))) > > Test failure test_windows_get_args_for_reloading >