[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-extruct: Update to 0.16.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-extruct: Update to 0.16.0. |
Date: |
Sun, 10 Mar 2024 19:35:12 -0400 |
This is an automated email from the git hooks/post-receive script.
arunisaac pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e85fbe1097 gnu: python-extruct: Update to 0.16.0.
e85fbe1097 is described below
commit e85fbe109719253b54f4de3ab54b688f3865de07
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Feb 26 18:39:48 2024 +0000
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 <arunisaac@systemreboot.net>
---
gnu/packages/python-web.scm | 7 +++----
1 file 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 <code@greghogan.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
-;;; Copyright © 2021, 2022 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2021, 2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
@@ -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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-extruct: Update to 0.16.0.,
guix-commits <=