guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-slugify: Update to 3.0.4.


From: guix-commits
Subject: 04/05: gnu: python-slugify: Update to 3.0.4.
Date: Mon, 23 Sep 2019 11:59:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa686627ac2ca2ab43d6423595223348177f7f80
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 23 16:43:18 2019 +0200

    gnu: python-slugify: Update to 3.0.4.
    
    * gnu/packages/python-web.scm (python-slugify): Update to 3.0.4.
    * gnu/packages/patches/python-slugify-depend-on-unidecode.patch:
    Adjust accordingly.
---
 gnu/packages/patches/python-slugify-depend-on-unidecode.patch | 4 ++--
 gnu/packages/python-web.scm                                   | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/patches/python-slugify-depend-on-unidecode.patch 
b/gnu/packages/patches/python-slugify-depend-on-unidecode.patch
index 6038f43..5ac749c 100644
--- a/gnu/packages/patches/python-slugify-depend-on-unidecode.patch
+++ b/gnu/packages/patches/python-slugify-depend-on-unidecode.patch
@@ -6,8 +6,8 @@ index 4800173..6bdd77f 100755
  author = 'Val Neekman'
  author_email = 'address@hidden'
  license = 'MIT'
--install_requires = ['text-unidecode==1.2']
--extras_require = {'unidecode': ['Unidecode==1.0.23']}
+-install_requires = ['text-unidecode>=1.3']
+-extras_require = {'unidecode': ['Unidecode>=1.1.1']}
 +install_requires = ['Unidecode']
  
  classifiers = [
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9b88d66..0c93c03 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3219,14 +3219,13 @@ Python.")
 (define-public python-slugify
   (package
     (name "python-slugify")
-    (version "3.0.2")
+    (version "3.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-slugify" version))
        (sha256
-        (base32
-         "0n6pfmsq899c54plpvzi46l7zrpa3zfpm8im6h32czjw6kxky5jp"))
+        (base32 "0dv97yi5fq074q5qyqbin09pmi8ixg36caf5nkpw2bqkd8jh6pap"))
        (patches
         (search-patches "python-slugify-depend-on-unidecode.patch"))))
     (native-inputs



reply via email to

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