commit python3-SPARQLWrapper for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-SPARQLWrapper for 
openSUSE:Factory checked in at 2016-05-25 21:23:03

Comparing /work/SRC/openSUSE:Factory/python3-SPARQLWrapper (Old)
 and  /work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new (New)


Package is "python3-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-SPARQLWrapper/python3-SPARQLWrapper.changes  
2016-02-01 19:57:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2016-05-25 21:23:15.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 06:57:47 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.5vMbuH/_old  2016-05-25 21:23:17.0 +0200
+++ /var/tmp/diff_new_pack.5vMbuH/_new  2016-05-25 21:23:17.0 +0200
@@ -23,7 +23,7 @@
 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://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
 # for openSUSE 12.2
 BuildRequires:  python3
 BuildRequires:  python3-devel




commit python3-SPARQLWrapper for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-SPARQLWrapper for 
openSUSE:Factory checked in at 2016-02-01 19:57:13

Comparing /work/SRC/openSUSE:Factory/python3-SPARQLWrapper (Old)
 and  /work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new (New)


Package is "python3-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-SPARQLWrapper/python3-SPARQLWrapper.changes  
2015-11-23 07:30:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2016-02-01 19:57:35.0 +0100
@@ -1,0 +2,10 @@
+Sat Jan 30 18:30:51 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.7.6:
+  * Removed wrong response encoding (issue #70)
+  * Authorization header bug when using Python 3 (issue #71)
+
+---

Old:

  SPARQLWrapper-1.7.5.tar.gz

New:

  SPARQLWrapper-1.7.6.tar.gz



Other differences:
--
++ python3-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.LfFKnE/_old  2016-02-01 19:57:36.0 +0100
+++ /var/tmp/diff_new_pack.LfFKnE/_new  2016-02-01 19:57:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-SPARQLWrapper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SPARQLWrapper
-Version:1.7.5
+Version:1.7.6
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C

++ SPARQLWrapper-1.7.5.tar.gz -> SPARQLWrapper-1.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.5/AUTHORS.md 
new/SPARQLWrapper-1.7.6/AUTHORS.md
--- old/SPARQLWrapper-1.7.5/AUTHORS.md  2015-11-05 14:54:35.0 +0100
+++ new/SPARQLWrapper-1.7.6/AUTHORS.md  2015-12-18 10:20:55.0 +0100
@@ -22,3 +22,5 @@
 * Nolan Nichols ([@nicholsn](http://github.com/nicholsn)): http disgest auth 
support
 * Kevin Turner ([@keturn](https://github.com/keturn)): 
`SmartWrapper.Value.__repr__()` implementation 
 * Marcelo Jorge Vieira ([@marcelometal](https://github.com/marcelometal)): 
typos
+* Trevor Andersen ([@trevorandersen](https://github.com/trevorandersen): 
patches for Python 3.x
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.5/PKG-INFO 
new/SPARQLWrapper-1.7.6/PKG-INFO
--- old/SPARQLWrapper-1.7.5/PKG-INFO2015-11-19 14:14:55.0 +0100
+++ new/SPARQLWrapper-1.7.6/PKG-INFO2015-12-18 10:23:21.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SPARQLWrapper
-Version: 1.7.5
+Version: 1.7.6
 Summary: SPARQL Endpoint interface to Python
 Home-page: http://rdflib.github.io/sparqlwrapper
 Author: Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.5/SPARQLWrapper/Wrapper.py 
new/SPARQLWrapper-1.7.6/SPARQLWrapper/Wrapper.py
--- old/SPARQLWrapper-1.7.5/SPARQLWrapper/Wrapper.py2015-11-05 
14:54:35.0 +0100
+++ new/SPARQLWrapper-1.7.6/SPARQLWrapper/Wrapper.py2015-12-18 
10:18:26.0 +0100
@@ -507,7 +507,7 @@
 if self.user and self.passwd:
 if self.http_auth == BASIC:
 credentials = "%s:%s" % (self.user, self.passwd)
-request.add_header("Authorization", "Basic %s" % 
base64.b64encode(credentials.encode('utf-8')))
+request.add_header("Authorization", "Basic %s" % 
base64.b64encode(credentials.encode('utf-8')).decode('utf-8'))
 elif self.http_auth == DIGEST:
 realm = "SPARQL"
 pwd_mgr = urllib2.HTTPPasswordMgr()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.5/SPARQLWrapper/__init__.py 
new/SPARQLWrapper-1.7.6/SPARQLWrapper/__init__.py
--- old/SPARQLWrapper-1.7.5/SPARQLWrapper/__init__.py   2015-11-19 
14:13:09.0 +0100
+++ new/SPARQLWrapper-1.7.6/SPARQLWrapper/__init__.py   2015-12-18 
10:22:39.0 +0100
@@ -163,7 +163,7 @@
 @requires: U{RDFLib} package.
 """
 
-__version__ = "1.7.5"
+__version__ = "1.7.6"
 """The version of SPARQLWrapper"""
 
 __authors__  = "Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey 
Zakhlestin"
@@ -178,7 +178,7 @@
 __contact__ = "rdflib-...@googlegroups.com"
 """Mail list to contact to other people RDFLib and SPARQLWrappers folk

commit python3-SPARQLWrapper for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package python3-SPARQLWrapper for 
openSUSE:Factory checked in at 2015-11-23 07:30:16

Comparing /work/SRC/openSUSE:Factory/python3-SPARQLWrapper (Old)
 and  /work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new (New)


Package is "python3-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-SPARQLWrapper/python3-SPARQLWrapper.changes  
2015-11-02 12:55:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2015-11-23 07:30:17.0 +0100
@@ -1,0 +2,32 @@
+Sun Nov 22 00:56:41 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * remove pip and rfqlib as buildrequirements
+
+- update to version 1.7.5:
+  * Removed pip dependency on setup
+
+---
+Sat Nov  7 05:47:24 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * require pip package
+
+- update to version 1.7.4:
+  * Fixed packaging (issue #66)
+
+- 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
+
+---
+Tue Nov  3 17:01:37 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * require: rdflib, keepalive
+
+- update to version 1.7.2:
+  * Moved to the new keepalive package (issues #53 and #61)
+
+---

Old:

  SPARQLWrapper-1.7.1.tar.gz

New:

  SPARQLWrapper-1.7.5.tar.gz



Other differences:
--
++ python3-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.h3tIlQ/_old  2015-11-23 07:30:18.0 +0100
+++ /var/tmp/diff_new_pack.h3tIlQ/_new  2015-11-23 07:30:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SPARQLWrapper
-Version:1.7.1
+Version:1.7.5
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
@@ -27,8 +27,10 @@
 # for openSUSE 12.2
 BuildRequires:  python3
 BuildRequires:  python3-devel
+BuildRequires:  python3-keepalive
 BuildRequires:  python3-setuptools
-Recommends: python3-rdflib
+Requires:   python3-keepalive
+Requires:   python3-rdflib
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ SPARQLWrapper-1.7.1.tar.gz -> SPARQLWrapper-1.7.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.1/MANIFEST.in 
new/SPARQLWrapper-1.7.5/MANIFEST.in
--- old/SPARQLWrapper-1.7.1/MANIFEST.in 2015-10-29 12:55:50.0 +0100
+++ new/SPARQLWrapper-1.7.5/MANIFEST.in 2015-11-05 14:54:35.0 +0100
@@ -2,3 +2,4 @@
 exclude Makefile
 include test/*.py
 include scripts/*.py
+include requirements.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.1/PKG-INFO 
new/SPARQLWrapper-1.7.5/PKG-INFO
--- old/SPARQLWrapper-1.7.1/PKG-INFO2015-10-30 09:01:34.0 +0100
+++ new/SPARQLWrapper-1.7.5/PKG-INFO2015-11-19 14:14:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SPARQLWrapper
-Version: 1.7.1
+Version: 1.7.5
 Summary: SPARQL Endpoint interface to Python
 Home-page: http://rdflib.github.io/sparqlwrapper
 Author: Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin
@@ -8,7 +8,7 @@
 License: W3C SOFTWARE NOTICE AND LICENSE
 Download-URL: https://github.com/RDFLib/sparqlwrapper/releases
 Description: This is a wrapper around a SPARQL service. It helps in creating 
the query URI and, possibly, convert the result into a more manageable format.
-Keywords: python SPARQL
+Keywords: python sparql rdf rdflib
 Platform: any
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
@@ -16,5 +16,3 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 3
-Requires: rdflib
-Requires: pycurl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.1/README.md 
new/SPARQLWrapper-1.7.5/README.md
--- old/SPARQLWrapper-1.7.1/README.md   2015-10-29 12:55:50.0 +0100
+++ new/SPARQLWrapper-1.7.5/README.md   2015-11-05 14:54:35.0 +0100
@@ -1,14 +1,15 @@
 # SPARQL Endpoint interface to Python
 
 [![Build 
Status](https://secure.travis-ci.org/RDFLib/sparqlwrapper.svg?branch=master)](https://travis-ci.org/RDFLib/sparqlwrapper)
+[![PyPi 
version](https://badge.fury.io/py/SPARQLWrapper.svg)](https://pypi.python.org/pypi/SPARQLWrapper)
 
 The distribution contains:
 
-* `SPARQLWrapper`: the Python library. You should copy the directory

commit python3-SPARQLWrapper for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-SPARQLWrapper for 
openSUSE:Factory checked in at 2015-11-02 12:55:43

Comparing /work/SRC/openSUSE:Factory/python3-SPARQLWrapper (Old)
 and  /work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new (New)


Package is "python3-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-SPARQLWrapper/python3-SPARQLWrapper.changes  
2015-01-25 21:14:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2015-11-02 12:55:45.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov  1 19:50:24 UTC 2015 - a...@gmx.de
+
+- update to version 1.7.1:
+  * Fixed build in Python 3.x (issue #57)
+
+- 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
+
+---

Old:

  SPARQLWrapper-1.6.4.tar.gz

New:

  SPARQLWrapper-1.7.1.tar.gz



Other differences:
--
++ python3-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.AAVfEG/_old  2015-11-02 12:55:45.0 +0100
+++ /var/tmp/diff_new_pack.AAVfEG/_new  2015-11-02 12:55:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-SPARQLWrapper
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SPARQLWrapper
-Version:1.6.4
+Version:1.7.1
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C

++ SPARQLWrapper-1.6.4.tar.gz -> SPARQLWrapper-1.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/AUTHORS.md 
new/SPARQLWrapper-1.7.1/AUTHORS.md
--- old/SPARQLWrapper-1.6.4/AUTHORS.md  2014-08-26 13:44:16.0 +0200
+++ new/SPARQLWrapper-1.7.1/AUTHORS.md  2015-10-29 12:55:50.0 +0100
@@ -19,3 +19,6 @@
 * Benjamin Cogrel ([@bcogrel](http://github.com/bcogrel)): standard query types
 * Urs Holzer ([@uholzer](http://github.com/uholzer)): features, patches and 
testing
 * Alf Lervåg ([@alf](http://github.com/alf)): setup patch
+* Nolan Nichols ([@nicholsn](http://github.com/nicholsn)): http disgest auth 
support
+* Kevin Turner ([@keturn](https://github.com/keturn)): 
`SmartWrapper.Value.__repr__()` implementation 
+* Marcelo Jorge Vieira ([@marcelometal](https://github.com/marcelometal)): 
typos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/PKG-INFO 
new/SPARQLWrapper-1.7.1/PKG-INFO
--- old/SPARQLWrapper-1.6.4/PKG-INFO2014-08-26 14:55:08.0 +0200
+++ new/SPARQLWrapper-1.7.1/PKG-INFO2015-10-30 09:01:34.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SPARQLWrapper
-Version: 1.6.4
+Version: 1.7.1
 Summary: SPARQL Endpoint interface to Python
 Home-page: http://rdflib.github.io/sparqlwrapper
 Author: Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin
@@ -17,3 +17,4 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 3
 Requires: rdflib
+Requires: pycurl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/README.md 
new/SPARQLWrapper-1.7.1/README.md
--- old/SPARQLWrapper-1.6.4/README.md   2014-08-26 11:07:11.0 +0200
+++ new/SPARQLWrapper-1.7.1/README.md   2015-10-29 12:55:50.0 +0100
@@ -4,11 +4,11 @@
 
 The distribution contains:
 
-* `SPARQLWrapper`: the Python library. You should copy the directory somewhere 
into your PYTHONPATH. Alternatively, you can also run the disutils scrips:
+* `SPARQLWrapper`: the Python library. You should copy the directory somewhere 
into your PYTHONPATH. Alternatively, you can also run the distutils scripts:
 
 python setup.py install
 
 * `test`: some unit tests
   
-* `script`: some scripts to run the library against some SPARQL end-points.
+* `script`: some scripts to run the library against some SPARQL endpoints.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/SPARQLWrapper/SmartWrapper.py 
new/SPARQLWrapper-1.7.1/SPARQLWrapper/SmartWrapper.py
--- old/SPARQLWrapper-1.6.4/SPARQLWrapper/SmartWrapper.py   2014-08-26 
11:07:11.0 +0200
+++ new/SPARQLWrapper-1.7.1/SPARQLWrapper/SmartWrapper.py   2015-10-29 
12:55:50.0 +0100
@@ -61,6 

commit python3-SPARQLWrapper for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-SPARQLWrapper for 
openSUSE:Factory checked in at 2015-01-25 21:14:55

Comparing /work/SRC/openSUSE:Factory/python3-SPARQLWrapper (Old)
 and  /work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new (New)


Package is "python3-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-SPARQLWrapper/python3-SPARQLWrapper.changes  
2013-12-16 18:08:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2015-01-25 21:14:57.0 +0100
@@ -1,0 +2,42 @@
+Sun Jan 25 00:34:43 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * README.txt -> README.md
+  * AUTHOR.txt -> AUTHOR.md
+  * no more Changelog and Licence file in tar-bal, removed them from %files 
section
+
+- update to version 1.6.4:
+  * Fixed unicode problems on setup (issue #42)
+
+- 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)
+
+- changes from version 1.6.2:
+  * Fixed query type detection with comments (issue #32)
+
+- 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)
+
+- 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
+
+---

Old:

  SPARQLWrapper-1.5.2.tar.gz

New:

  SPARQLWrapper-1.6.4.tar.gz



Other differences:
--
++ python3-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.6Cj34U/_old  2015-01-25 21:14:57.0 +0100
+++ /var/tmp/diff_new_pack.6Cj34U/_new  2015-01-25 21:14:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-SPARQLWrapper
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SPARQLWrapper
-Version:1.5.2
+Version:1.6.4
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
@@ -40,7 +40,7 @@
 %prep
 %setup -q -n SPARQLWrapper-%{version}
 # fix end-of-line encoding
-sed -i 's/\r$//' README.txt
+sed -i 's/\r$//' README.md
 
 %build
 python3 setup.py build
@@ -50,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt LICENSE.txt AUTHORS.txt ChangeLog.txt
+%doc README.md AUTHORS.md
 %{python3_sitelib}/SPARQLWrapper/
 %{python3_sitelib}/SPARQLWrapper-%{version}-py*.egg-info
 

++ SPARQLWrapper-1.5.2.tar.gz -> SPARQLWrapper-1.6.4.tar.gz ++
 2464 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org