From eaca440b659c7367a7a3fc689bdac9fa15726c9f Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 7 Dec 2020 16:43:28 -0500 Subject: gnu: python-llfuse: Update to 1.3.8. * gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.8. --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d07c91121a..8891db3c50 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8813,13 +8813,13 @@ third-party code.") (define-public python-llfuse (package (name "python-llfuse") - (version "1.3.6") + (version "1.3.8") (source (origin (method url-fetch) - (uri (pypi-uri "llfuse" version ".tar.bz2")) + (uri (pypi-uri "llfuse" version)) (sha256 (base32 - "1j9fzxpgmb4rxxyl9jcf84zvznhgi3hnh4hg5vb0qaslxkvng8ii")))) + "1g2cdhdqrb6m7655qp61pn61pwj1ql61cdzhr2jvl3w4i8877ddr")))) (build-system python-build-system) (inputs `(("fuse" ,fuse) -- cgit 1.4.1 From ec2eccbf3d1a6378c5ebf1e3d17ec72b4b2a4cd0 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 9 Dec 2020 18:17:20 -0500 Subject: gnu: Remove python-llfuse-0.41. * gnu/packages/python-xyz.scm (python-llfuse-0.41): Remove variable. --- gnu/packages/python-xyz.scm | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8891db3c50..d312e3172a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8838,22 +8838,6 @@ third-party code.") (strip-python2-variant python-llfuse))) (propagated-inputs `(("python2-contextlib2" ,python2-contextlib2))))) -;; For attic-0.16 -(define-public python-llfuse-0.41 - (package (inherit python-llfuse) - (version "0.41.1") - (source (origin - (method url-fetch) - (uri (string-append - "https://bitbucket.org/nikratio/python-llfuse/downloads/" - "llfuse-" version ".tar.bz2")) - (sha256 - (base32 - "1imlqw9b73086y97izr036f58pgc5akv4ihc2rrf8j5h75jbrlaa")))) - ;; Python-LLFUSE < 0.42 includes underscore.js, which is MIT (expat) - ;; licensed. The rest of the package is licensed under LGPL2.0 or later. - (license (list license:expat license:lgpl2.0+)))) - (define-public python-msgpack (package (name "python-msgpack") -- cgit 1.4.1 From 4060df28d6c121f5541f2c47c54923df7354ab42 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sat, 12 Dec 2020 04:05:49 +0100 Subject: gnu: python-parse: Update to 1.18.0. * gnu/packages/python-xyz.scm (python-parse): Update to 1.18.0. Signed-off-by: Nicolas Goaziou --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d312e3172a..1f9321c184 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2184,14 +2184,14 @@ backported for previous versions of Python from 2.4 to 3.3.") (define-public python-parse (package (name "python-parse") - (version "1.8.4") + (version "1.18.0") (source (origin (method url-fetch) (uri (pypi-uri "parse" version)) (sha256 (base32 - "0f8997xr8nq2nq35iiviq8ningd1zvy59fg503xfpbi2dwhgdkf3")))) + "19063x4xdjpaf7rfxai6jpgm2k4yvkq7wha8aa8cagbjsqr60rli")))) (build-system python-build-system) (arguments `(#:phases -- cgit 1.4.1 From 38438ea90995a32637b9cc2a481d59150b013612 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 12 Dec 2020 19:29:45 +0100 Subject: gnu: Remove python2-babel@2.6. * gnu/packages/python-xyz.scm (python2-babel-2.6): Remove variable. --- gnu/packages/python-xyz.scm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f9321c184..bfe005dc30 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -719,18 +719,6 @@ etc. ") (define-public python2-babel (package-with-python2 python-babel)) -;; Sphinx < 2.0 requires this version. Remove once no longer needed. -(define-public python2-babel-2.6 - (package - (inherit python2-babel) - (version "2.6.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "Babel" version)) - (sha256 - (base32 - "08rxmbx2s4irp0w0gmn498vns5xy0fagm0fg33xa772jiks51flc")))))) - (define-public python2-backport-ssl-match-hostname (package (name "python2-backport-ssl-match-hostname") -- cgit 1.4.1