forked from pool/python-SPARQLWrapper
Accepting request 306745 from home:benoit_monin:branches:devel:languages:python
- update to version 1.6.4 - require python-rdflib instead of recommending it - require python-simplejson for SLE11 - add runtime dependencies as build dependencies - remove the fix of end-of-line encoding: changed upstream - run the tests during build with wrapper_test.py - change the documentation files to follow upstream OBS-URL: https://build.opensuse.org/request/show/306745 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SPARQLWrapper?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
97bb205f67
commit
3f10a76a03
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 11:18:22 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to version 1.6.4:
|
||||
* Fixed unicode problems on setup (issue #42)
|
||||
- additional changes from version 1.6.3:
|
||||
* Fixed unicode problems with urllib in Python 3 (issue #35)
|
||||
* Restored SPARQLWrapper2 class (issue #36)
|
||||
* Enhanced warning for missing rdflib-jsonld (issue #38)
|
||||
* Fixed build system (issue #39)
|
||||
- additional changes from version 1.6.2:
|
||||
* Fixed query type detection with comments (issue #32)
|
||||
- additional changes from version 1.6.1:
|
||||
* Added missing query types (issue #17)
|
||||
* Added a new method to the API to select the request method to
|
||||
be fully SPARQL 1.1 Protocol compliant (issue #28)
|
||||
* Improved the test suite coverage, including support to run the
|
||||
tests under Python 3.x (issues #20, #24 and #31)
|
||||
- additional changes from version 1.6.0:
|
||||
* Returning raw response in case of unknown content type returned
|
||||
* Fixed some issues with the last version of the SPARQL 1.1
|
||||
Update Protocol
|
||||
* setQuery() doesn't imply resetQuery() anymore
|
||||
* Deprecated addCustomParameter(), addParameter() and
|
||||
clearParameter() come to provide all required functionality
|
||||
* SPARQLWrapper, QueryResult, Value, Bindings (and classes
|
||||
inherited from them) are new-style classes now
|
||||
* POST queries are accompanied by full set of parameters now
|
||||
* Added rudimentary support for JSON-LD
|
||||
* Added proper unit tests without dependencies of external
|
||||
endpoints
|
||||
* Fixed Python 3 compatibility issues in SmartWrapper module
|
||||
- require python-rdflib instead of recommending it
|
||||
- require python-simplejson for SLE11
|
||||
- add runtime dependencies as build dependencies
|
||||
- remove the fix of end-of-line encoding: changed upstream
|
||||
- run the tests during build with wrapper_test.py
|
||||
- change the documentation files to follow upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 15:21:36 UTC 2013 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user