guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/12: gnu: python-itsdangerous: Update to 1.1.0.


From: guix-commits
Subject: 02/12: gnu: python-itsdangerous: Update to 1.1.0.
Date: Sun, 27 Jan 2019 05:49:40 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit acfcf2ed649eeb2fa02eb5372b8f2ac95ac0c118
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 27 10:51:22 2019 +0200

    gnu: python-itsdangerous: Update to 1.1.0.
    
    * gnu/packages/python-xyz.scm (python-itsdangerous): Update to 1.1.0.
    [source]: Use pypi uri.
    [home-page]: Update to new home-page.
---
 gnu/packages/python-xyz.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 210dec3..3f92fc4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1961,18 +1961,16 @@ visualisation and class tracker statistics.")
 (define-public python-itsdangerous
   (package
     (name "python-itsdangerous")
-    (version "0.24")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             
"https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-";
-             version ".tar.gz"))
+       (uri (pypi-uri "itsdangerous" version))
        (sha256
         (base32
-         "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb"))))
+         "068zpbksq5q2z4dckh2k1zbcq43ay74ylqn77rni797j0wyh66rj"))))
     (build-system python-build-system)
-    (home-page "https://github.com/mitsuhiko/itsdangerous";)
+    (home-page "https://palletsprojects.com/p/itsdangerous/";)
     (synopsis "Python library for passing data to/from untrusted environments")
     (description
      "Itsdangerous provides various helpers to pass trusted data to untrusted



reply via email to

[Prev in Thread] Current Thread [Next in Thread]