[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
- branch master updated (9f92038 -> 2066975), guix-commits, 2019/01/27
- 06/12: gnu: python-flask: Update to 1.0.2., guix-commits, 2019/01/27
- 07/12: gnu: python-flask: Run test suite., guix-commits, 2019/01/27
- 02/12: gnu: python-itsdangerous: Update to 1.1.0.,
guix-commits <=
- 05/12: gnu: python-werkzeug: Update to 0.14.1., guix-commits, 2019/01/27
- 08/12: gnu: python-tornado: Update to 5.1.1., guix-commits, 2019/01/27
- 10/12: gnu: python-urllib3: Update to 1.24.1., guix-commits, 2019/01/27
- 12/12: gnu: python-cryptography, python-cryptography-vectors: Update to 2.5., guix-commits, 2019/01/27
- 09/12: gnu: python-flaky: Update to 3.5.3., guix-commits, 2019/01/27
- 03/12: gnu: python-click: Update to 7.0., guix-commits, 2019/01/27
- 04/12: gnu: python-click: Enable tests., guix-commits, 2019/01/27
- 01/12: gnu: python-entrypoints: Update to 0.3., guix-commits, 2019/01/27
- 11/12: gnu: python-bcrypt: Update to 3.1.6., guix-commits, 2019/01/27