GNU bug report logs -
#33789
[PATCH] gnu: python-rdflib: Update to 4.2.2.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33789 in the body.
You can then email your comments to 33789 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#33789
; Package
guix-patches
.
(Tue, 18 Dec 2018 14:50:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pjotr Prins <pjotr.public12 <at> thebird.nl>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 18 Dec 2018 14:50:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Pjotr Prins <pjotr.public01 <at> thebird.nl>
* gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2.
---
gnu/packages/rdf.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 22ea21dd9..720c50362 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,14 +308,15 @@ 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.
+ '(;; FIXME: Three test failures. Should be fixed next release.
#:tests? #f))
;; #:phases
;; (modify-phases %standard-phases
@@ -323,7 +324,7 @@ ideal (e.g. in LV2 implementations or embedded applications).")
;; (lambda _
;; ;; Run tests from the build directory so python3 only
;; ;; sees the installed 2to3 version.
- ;; (zero? (system* "nosetests" "--where=./build/src")))))
+ ;; (zero? (system* "nosetests" "--where=./build/src")))))))
(native-inputs
`(("python-nose" ,python-nose)))
(propagated-inputs
--
2.13.3
Information forwarded
to
guix-patches <at> gnu.org
:
bug#33789
; Package
guix-patches
.
(Tue, 18 Dec 2018 15:05:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 33789 <at> debbugs.gnu.org (full text, mbox):
Hi Pjotr,
Pjotr Prins <pjotr.public12 <at> thebird.nl> skribis:
> From: Pjotr Prins <pjotr.public01 <at> thebird.nl>
>
> * gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2.
Looks like the patch that appears in the ‘origin’ no longer applies:
--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix build python{,2}-rdflib --substitute-urls=https://berlin.guixsd.org --no-build-hook
building /gnu/store/813y7l90ys3wslqnm6rkdp6y38isikfy-python2-isodate-0.5.4.drv...
[…]
patching file setup.py
Hunk #1 FAILED at 52.
1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej
[…]
builder for `/gnu/store/5p5zibpvahw5ps45zw1115ir063kqhxp-rdflib-4.2.2.tar.xz.drv' failed with exit code 1
build of /gnu/store/5p5zibpvahw5ps45zw1115ir063kqhxp-rdflib-4.2.2.tar.xz.drv failed
--8<---------------cut here---------------end--------------->8---
Could you send an updated patch?
Thank you!
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#33789
; Package
guix-patches
.
(Tue, 18 Dec 2018 15:32:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 33789 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Dec 18, 2018 at 04:04:06PM +0100, Ludovic Courtès wrote:
> Looks like the patch that appears in the ‘origin’ no longer applies:
My bad. I am building on different machines...
Attached.
[0001-gnu-python-rdflib-Update-to-4.2.2.patch (text/x-diff, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#33789
; Package
guix-patches
.
(Wed, 19 Dec 2018 17:01:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 33789 <at> debbugs.gnu.org (full text, mbox):
I have tested python-rdflib and python2-rdflib with above patch. Should
be OK.
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 21 Dec 2018 16:49:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pjotr Prins <pjotr.public12 <at> thebird.nl>
:
bug acknowledged by developer.
(Fri, 21 Dec 2018 16:49:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 33789-done <at> debbugs.gnu.org (full text, mbox):
Pjotr Prins <pjotr.public12 <at> thebird.nl> skribis:
>>From 35f5245e7519952c1cdb9561bf00c40482d01ad5 Mon Sep 17 00:00:00 2001
> From: Pjotr Prins <pjotr.public01 <at> thebird.nl>
> Date: Tue, 18 Dec 2018 11:16:52 +0000
> Subject: [PATCH] gnu: python-rdflib: Update to 4.2.2.
>
> * gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2.
Applied, thanks!
Ludo'.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Jan 2019 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.