diff options
author | Arun Isaac <[email protected]> | 2024-02-26 18:39:48 +0000 |
---|---|---|
committer | Arun Isaac <[email protected]> | 2024-03-10 23:18:59 +0000 |
commit | e85fbe109719253b54f4de3ab54b688f3865de07 (patch) | |
tree | decac6c461b415ef774c0048aab9ef3a25aa438d | |
parent | c7836393be4d134861d652b2fcf09cf4e68275ca (diff) |
gnu: python-extruct: Update to 0.16.0.
* gnu/packages/python-web.scm (python-extruct): Update to 0.16.0.
[propagated-inputs]: Remove python-rdflib-jsonld.
Change-Id: I83608101a9ad3d223c7874c4fb5b34c37073ace5
Signed-off-by: Arun Isaac <[email protected]>
-rw-r--r-- | gnu/packages/python-web.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8d0c5c278b..6b61ba10b3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -44,7 +44,7 @@ ;;; Copyright © 2021 Greg Hogan <[email protected]> ;;; Copyright © 2021 Maxime Devos <[email protected]> ;;; Copyright © 2021 Pradana Aumars <[email protected]> -;;; Copyright © 2021, 2022 Arun Isaac <[email protected]> +;;; Copyright © 2021, 2022, 2024 Arun Isaac <[email protected]> ;;; Copyright © 2021, 2022 jgart <[email protected]> ;;; Copyright © 2021 Alice Brenon <[email protected]> ;;; Copyright © 2022 John Kehayias <[email protected]> @@ -8409,7 +8409,7 @@ compatibility with Microformats1 (mf1).") (define-public python-extruct (package (name "python-extruct") - (version "0.13.0") + (version "0.16.0") (source (origin (method git-fetch) ;for tests (uri (git-reference @@ -8418,7 +8418,7 @@ compatibility with Microformats1 (mf1).") (file-name (git-file-name name version)) (sha256 (base32 - "075zldf3dqcc429z1vk2ngbmv034bnlyk6arh3rh30jbsvz9pzl5")))) + "1s05sz6nghrap1gjkg3vsqz6djld6lczd6w3r1542ir8n7binl7a")))) (build-system python-build-system) (arguments (list @@ -8436,7 +8436,6 @@ compatibility with Microformats1 (mf1).") python-mf2py python-pyrdfa3 python-rdflib - python-rdflib-jsonld python-w3lib)) (home-page "https://github.com/scrapinghub/extruct") (synopsis "Extract embedded metadata from HTML markup") |