unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4
@ 2019-05-28 12:56 h.nasajpour
  2019-05-28 19:37 ` Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: h.nasajpour @ 2019-05-28 12:56 UTC (permalink / raw)
  To: 35957; +Cc: h.nasajpour

* gnu/packages/python-web.scm (python-werkzeug): Update to 0.15.4
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5d37e171e4..65bc5e768c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2676,14 +2676,14 @@ List.  Forked from and using the same API as the publicsuffix package.")
 (define-public python-werkzeug
   (package
     (name "python-werkzeug")
-    (version "0.14.1")
+    (version "0.15.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "werkzeug" version))
        (sha256
         (base32
-         "0z2m4snn1vc9518r2vzgdj1nc90kcgi60wijvd29yvcp85ypmzf3"))))
+         "19kwa1va46jyrhy47fn3a44js1882zrvh70n14mgp0jrh7q1bfd0"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4
  2019-05-28 12:56 [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4 h.nasajpour
@ 2019-05-28 19:37 ` Danny Milosavljevic
  2019-07-29  6:37   ` Hamzeh Nasajpour
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2019-05-28 19:37 UTC (permalink / raw)
  To: h.nasajpour; +Cc: 35957

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4
  2019-05-28 19:37 ` Danny Milosavljevic
@ 2019-07-29  6:37   ` Hamzeh Nasajpour
  2019-12-10  6:14     ` bug#35957: " Brett Gilio
  0 siblings, 1 reply; 4+ messages in thread
From: Hamzeh Nasajpour @ 2019-07-29  6:37 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 35957

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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#35957: [PATCH] gnu: python-werkzeug: Update to 0.15.4
  2019-07-29  6:37   ` Hamzeh Nasajpour
@ 2019-12-10  6:14     ` Brett Gilio
  0 siblings, 0 replies; 4+ messages in thread
From: Brett Gilio @ 2019-12-10  6:14 UTC (permalink / raw)
  To: Hamzeh Nasajpour; +Cc: Danny Milosavljevic, 35957-done

Closing for inactivity. Python-werkzeug upstream is now at 0.16.0, as
such this patch has gone stale. Feel free to open a new bug report with
an updated patch if you wish.

Thanks!

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-10  6:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 12:56 [bug#35957] [PATCH] gnu: python-werkzeug: Update to 0.15.4 h.nasajpour
2019-05-28 19:37 ` Danny Milosavljevic
2019-07-29  6:37   ` Hamzeh Nasajpour
2019-12-10  6:14     ` bug#35957: " Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).