GNU bug report logs -
#76746
[PATCH 00/13] Add spotify-downloader.
Previous Next
Full log
Message #8 received at 76746 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-slugify): Update to 8.0.4.
[source]: Fetch from GitHub, as PyPI archive no longer includes tests.
Change-Id: I0b30b800362694aeee545de736213ea939dbd24e
---
gnu/packages/python-web.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 18c4931c49..62d746cba2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7091,13 +7091,16 @@ (define-public python-slowapi
(define-public python-slugify
(package
(name "python-slugify")
- (version "5.0.2")
+ (version "8.0.4")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "python-slugify" version))
+ (method git-fetch) ; no tests in PyPI
+ (uri (git-reference
+ (url "https://github.com/un33k/python-slugify")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1aww2ncglyii4jkbfjxqhinivawf9zmwifcj32d69gpwp6h86czi"))))
+ (base32 "0z83nwy7acc72mb2jv3516nfplah1wm61wkmnzl71dh8i4q985yd"))))
(propagated-inputs
(list python-unidecode python-text-unidecode))
(arguments
--
2.48.1
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.