diff --git a/SPARQLWrapper-1.6.4.tar.gz b/SPARQLWrapper-1.6.4.tar.gz deleted file mode 100644 index 49eac6a..0000000 --- a/SPARQLWrapper-1.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2899dae6baa88d5c3209408e70a1a9de04f0f4dd25f4e9480eb6707a398d1693 -size 27467 diff --git a/SPARQLWrapper-1.7.6.tar.gz b/SPARQLWrapper-1.7.6.tar.gz new file mode 100644 index 0000000..ce1da65 --- /dev/null +++ b/SPARQLWrapper-1.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccabec900eb9c97cb47834bd4b66ceaeb4d9ea11bae24a24fe734e9f48522f8 +size 26597 diff --git a/python-SPARQLWrapper.changes b/python-SPARQLWrapper.changes index 6c8d3ed..0395b3a 100644 --- a/python-SPARQLWrapper.changes +++ b/python-SPARQLWrapper.changes @@ -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 diff --git a/python-SPARQLWrapper.spec b/python-SPARQLWrapper.spec index 5288f9a..bc4e14e 100644 --- a/python-SPARQLWrapper.spec +++ b/python-SPARQLWrapper.spec @@ -17,16 +17,19 @@ Name: python-SPARQLWrapper -Version: 1.6.4 +Version: 1.7.6 Release: 0 Summary: SPARQL Endpoint interface to Python License: W3C Group: Development/Languages/Python Url: http://sparql-wrapper.sourceforge.net/ -Source: https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz +Source: https://pypi.io/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools -Requires: python-rdflib +Requires: python-rdflib >= 4.0 +# TODO(aplanas) python-keepalive is in the requirements.txt file, but +# the tests pass without this package. +# Requires: python-keepalive >= 0.5 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-simplejson