14
0
forked from pool/python-rdflib

Accepting request 306561 from home:benoit_monin:branches:devel:languages:python

- update to version 4.2.0
- remove *.pyc deletion: fixed upstream
- remove unwanted shebang in rdflib
- fix update-alternatives
- remove end-of-line encoding fix: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/306561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=44
This commit is contained in:
2015-05-12 14:34:55 +00:00
committed by Git OBS Bridge
parent 75d4f365b5
commit a5bb6ea6a0
4 changed files with 58 additions and 27 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue May 12 13:24:19 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.2.0:
* Supporting N-Triples 1.1 syntax using UTF-8 encoding #447,
#449, #400
* Graph comparison now really works using RGDA1 (RDF Graph Digest
Algorithm 1) #441 #385
* More graceful degradation than simple crashing for unicode
chars > 0xFFFF on narrow python builds
* URLInputSource now supports json-ld #425
* SPARQLStore is now graph aware #401, #402
* SPARQLStore now uses SPARQLWrapper for updates #397
* Certain logging output is immediately shown in interactive mode
#414
* Python 3.4 fully supported #418
* Fixed double invocation of 2to3 #437
* PyRDFa parser missing brackets #434
* Correctly handle \uXXXX and \UXXXXXXXX escapes in n3 files #426
* Logging cleanups and keeping it on stderr #420 #414 #413
* n3: allow @base URI to have a trailing '#' #407 #379
* microdata: add file:// to base if it's a filename so rdflib can
parse its own output #406 #403
* TSV Results parse skips empty bindings in result #390
* fixed accidental test run due to name #389
* Bad boolean list serialization to Turtle & fixed ambiguity
between Literal(False) and None #387 #382
* Current version number & PyPI link in README.md #383
- remove *.pyc deletion: fixed upstream
- remove unwanted shebang in rdflib
- fix update-alternatives
- remove end-of-line encoding fix: fixed upstream
-------------------------------------------------------------------
Sat Nov 08 20:27:00 UTC 2014 - Led <ledest@gmail.com>