15
0

Accepting request 427034 from home:aplanas:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/427034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SPARQLWrapper?expand=0&rev=7
This commit is contained in:
2016-09-14 12:41:19 +00:00
committed by Git OBS Bridge
parent 3f774328d2
commit 02895c05bb
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 12 12:47:10 UTC 2016 - aplanas@suse.com
- update to version 1.7.6
* Removed wrong response encoding (issue #70)
* Authorization header bug when using Python 3 (issue #71)
- additional changes from version 1.7.5
* Removed pip dependency on setup (issue #69)
- additional changes from version 1.7.4
* Fixed packaging (issue #66)
- additional changes from version 1.7.3
* Finally fixed the keepalive issue in all Pyhon versions (issue #65)
* Removed old JSON layer in favor of the native json module
- additional changes from version 1.7.2
* Moved to the new keepalive package (issues #53 and #61)
- additional changes from version 1.7.1
* Fixed build in Python 3.x (issue #57)
- additional changes from version 1.7.0
* Added support to HTTP Digest Auth Support (issue #45)
* Improved print_results showing language tag (xml:lang) and datatype
* Updated to RDFLib 4.x
-------------------------------------------------------------------
Fri Feb 12 09:53:34 UTC 2016 - olaf@aepfle.de