all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33788] [PATCH] gnu: python-rdflib: Update to 4.2.2.
@ 2018-12-18 11:27 Pjotr Prins
       [not found] ` <handler.33788.B.154513246116331.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Pjotr Prins @ 2018-12-18 11:27 UTC (permalink / raw)
  To: 33788; +Cc: Pjotr Prins

From: Pjotr Prins <pjotr.public01@thebird.nl>

* gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2.
---
 gnu/packages/rdf.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 22ea21dd9..c08f94dba 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -299,7 +299,7 @@ ideal (e.g. in LV2 implementations or embedded applications).")
 (define-public python-rdflib
   (package
     (name "python-rdflib")
-    (version "4.1.2")
+    (version "4.2.2")
     (source
       (origin
         (method url-fetch)
@@ -308,11 +308,12 @@ ideal (e.g. in LV2 implementations or embedded applications).")
               version
               ".tar.gz"))
         (patches
-          ;; The patch has no effect under Python 3.
+          ;; The patch has no effect under Python 3. Note the
+          ;; dependency has been removed on trunk
           (search-patches "python2-rdflib-drop-sparqlwrapper.patch"))
         (sha256
           (base32
-            "0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w"))))
+            "0398c714znnhaa2x7v51b269hk20iz073knq2mvmqp2ma92z27fs"))))
     (build-system python-build-system)
     (arguments
      '(;; FIXME: Three test failures. Try uncommenting the below next update.
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#33788] Acknowledgement ([PATCH] gnu: python-rdflib: Update to 4.2.2.)
       [not found] ` <handler.33788.B.154513246116331.ack@debbugs.gnu.org>
@ 2018-12-18 16:26   ` Pjotr Prins
  0 siblings, 0 replies; 2+ messages in thread
From: Pjotr Prins @ 2018-12-18 16:26 UTC (permalink / raw)
  To: 33788

# Duplicate patch with 33789. Sorry. Don't know what happened.

close 33788

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-18 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18 11:27 [bug#33788] [PATCH] gnu: python-rdflib: Update to 4.2.2 Pjotr Prins
     [not found] ` <handler.33788.B.154513246116331.ack@debbugs.gnu.org>
2018-12-18 16:26   ` [bug#33788] Acknowledgement ([PATCH] gnu: python-rdflib: Update to 4.2.2.) Pjotr Prins

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.