15
0

Accepting request 427606 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/427606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SPARQLWrapper?expand=0&rev=4
This commit is contained in:
2016-09-17 12:37:33 +00:00
committed by Git OBS Bridge
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2899dae6baa88d5c3209408e70a1a9de04f0f4dd25f4e9480eb6707a398d1693
size 27467

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dccabec900eb9c97cb47834bd4b66ceaeb4d9ea11bae24a24fe734e9f48522f8
size 26597

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

View File

@@ -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