unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Holger Peters <holger.peters@posteo.de>
To: 40846@debbugs.gnu.org
Subject: [bug#40846] [PATCH] gnu: Bump python-webob and python-pastedeploy versions
Date: Sat, 25 Apr 2020 09:58:19 +0200	[thread overview]
Message-ID: <40840301-C192-418E-89EC-7498F1CD0C87@posteo.de> (raw)

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

Attached are two patches bumping the version of two python web packages. pastedeploy changed their test runner from nose to pytest so the patch reflects that change.

FYI This is my first contribution to guix, so I advise extra care when applying these patches to be on the safe side :)







[-- Attachment #2: 0002-gnu-python-pastedeploy-Update-to-1.8.3.patch --]
[-- Type: application/octet-stream, Size: 1505 bytes --]

From 1a58918030197dd4f942e78cfe346dc8add67c23 Mon Sep 17 00:00:00 2001
From: Holger Peters <holger.peters@posteo.de>
Date: Fri, 24 Apr 2020 20:38:24 +0200
Subject: [PATCH 2/2] gnu: python-pastedeploy: Update to 1.8.3

* gnu/packages/python-web.scm (python-pastedeploy): Update to 1.7:
  Tests are now run via pytest
---
 gnu/packages/python-web.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2142b6235f..ed37f41c71 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1717,17 +1717,19 @@ and to spawn subprocesses to handle requests.")
 (define-public python-pastedeploy
   (package
     (name "python-pastedeploy")
-    (version "1.5.2")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PasteDeploy" version))
        (sha256
-        (base32
-         "1jz3m4hq8v6hyhfjz9425nd3nvn52cvbfipdcd72krjmla4qz1fm"))))
+         (base32
+           "16qsq5y6mryslmbp5pn35x4z8z3ndp5rpgl42h226879nrw9hmg7"))))
     (build-system python-build-system)
+    (arguments '(#:test-target "pytest"))
     (native-inputs
-     `(("python-nose" ,python-nose)))
+      `(("python-pytest-runner" ,python-pytest-runner)
+        ("python-pytest" ,python-pytest)))
     (home-page "https://pylonsproject.org/")
     (synopsis
      "Load, configure, and compose WSGI applications and servers")
-- 
2.26.2


[-- Attachment #3: 0001-gnu-python-webob-Update-to-1.8.3.patch --]
[-- Type: application/octet-stream, Size: 1105 bytes --]

From 5e892cb63c76e7bd2fd8c51da91127536043c333 Mon Sep 17 00:00:00 2001
From: Holger Peters <holger.peters@posteo.de>
Date: Fri, 24 Apr 2020 20:35:18 +0200
Subject: [PATCH 1/2] gnu: python-webob: Update to 1.8.3

* gnu/packages/python-web.scm (python-webob): Update to 1.7.
---
 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 1d99239dbb..2142b6235f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -968,14 +968,14 @@ your Web app.")
 (define-public python-webob
   (package
     (name "python-webob")
-    (version "1.5.1")
+    (version "1.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "WebOb" version))
        (sha256
         (base32
-         "02bhhzijfhv8hmi1i54d4b0v43liwhnywhflvxsv4x3zax9s3afq"))))
+          "1cpqskanmvwia8wqlpcr3ykyxysynjdnbl5namvpg8vw6jnkv1dh"))))
     (build-system python-build-system)
     (native-inputs
       `(("python-nose" ,python-nose)))
-- 
2.26.2


             reply	other threads:[~2020-04-25 12:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-25  7:58 Holger Peters [this message]
2020-04-25 20:43 ` bug#40846: [PATCH] gnu: Bump python-webob and python-pastedeploy versions Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40840301-C192-418E-89EC-7498F1CD0C87@posteo.de \
    --to=holger.peters@posteo.de \
    --cc=40846@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).