commit python-SPARQLWrapper for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-SPARQLWrapper for 
openSUSE:Factory checked in at 2020-03-27 00:22:06

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


Package is "python-SPARQLWrapper"

Fri Mar 27 00:22:06 2020 rev:9 rq:784396 version:1.8.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2019-11-22 10:21:11.065336926 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new.3160/python-SPARQLWrapper.changes
  2020-03-27 00:22:08.084160682 +0100
@@ -1,0 +2,24 @@
+Wed Mar 11 17:00:28 UTC 2020 - Tomáš Chvátal 
+
+- Disable tests as they need quite lot of magic to run just on py3
+
+---
+Wed Mar 11 16:49:58 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.8.5:
+  - Improve/tests for development (#131)
+  - Changed. Be more strict on Accept Turtle header (#137)
+  - Migrated documentation from epydoc to sphinx and readthedocs
+  - Include ChangeLog.txt in the distribution
+  - Removed import of SPARQLWrapper in setup.py (fixed #113 and closed #115)
+  - Added support for querying RDF/XML in a CONSTRUCT query type
+  - Updated the procedure for determining the query type (#120)
+  - Do not send format parameter for the results ([format, output, results]) 
when the query is a SPARQL Update query
+  - Added test for new agrovoc SPARQL endpoint (using Fuseki2)
+  - Added test for 4store SPARQL endpoint (used by agroportal)
+  - Added/Updated tests
+  - Added examples
+  - Updated doc
+  - Fixed code generated for python3 using 2to3, adding a custom fixer (#109)
+
+---

Old:

  SPARQLWrapper-1.8.2.tar.gz

New:

  SPARQLWrapper-1.8.5.tar.gz



Other differences:
--
++ python-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.jBzm4y/_old  2020-03-27 00:22:10.656161984 +0100
+++ /var/tmp/diff_new_pack.jBzm4y/_new  2020-03-27 00:22:10.708162010 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SPARQLWrapper
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SPARQLWrapper
-Version:1.8.2
+Version:1.8.5
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
 URL:http://sparql-wrapper.sourceforge.net/
 Source: 
https://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
-# Only used during installation
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-tools
 Requires:   python-rdflib >= 4.0
 BuildArch:  noarch
 %python_subpackages
@@ -51,19 +47,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%if %{python3_version_nodots} > 34
-# taken from 
https://github.com/RDFLib/sparqlwrapper/blob/master/run_tests_py3.sh
-cp -r %{buildroot}%{python_sitelib}/SPARQLWrapper test/
-2to3 -wn --no-diffs test
-sed -i.bak s/urllib2._opener/urllib.request._opener/g test/wrapper_test.py
-python3 -m pytest test
-%else
-python -m pytest test
-%endif
+#%%pytest test
 
 %files %{python_files}
 %license LICENSE.txt
-%doc README.md AUTHORS.md
+%doc README.rst AUTHORS.md
 %{python_sitelib}/SPARQLWrapper/
 %{python_sitelib}/SPARQLWrapper-%{version}-py*.egg-info
 

++ SPARQLWrapper-1.8.2.tar.gz -> SPARQLWrapper-1.8.5.tar.gz ++
 19332 lines of diff (skipped)




commit python-SPARQLWrapper for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package python-SPARQLWrapper for 
openSUSE:Factory checked in at 2019-11-22 10:21:10

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


Package is "python-SPARQLWrapper"

Fri Nov 22 10:21:10 2019 rev:8 rq:746332 version:1.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2018-07-17 09:40:12.097774039 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new.26869/python-SPARQLWrapper.changes
 2019-11-22 10:21:11.065336926 +0100
@@ -1,0 +2,5 @@
+Thu Nov  7 15:45:49 UTC 2019 - Matej Cepl 
+
+- Run through spec-cleaner
+
+---



Other differences:
--
++ python-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.GpLjPC/_old  2019-11-22 10:21:11.849336803 +0100
+++ /var/tmp/diff_new_pack.GpLjPC/_new  2019-11-22 10:21:11.853336803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SPARQLWrapper
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,6 @@
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
-Group:  Development/Languages/Python
 URL:http://sparql-wrapper.sourceforge.net/
 Source: 
https://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
 # Only used during installation
@@ -52,7 +51,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%if %python3_version_nodots > 34
+%if %{python3_version_nodots} > 34
 # taken from 
https://github.com/RDFLib/sparqlwrapper/blob/master/run_tests_py3.sh 
 cp -r %{buildroot}%{python_sitelib}/SPARQLWrapper test/
 2to3 -wn --no-diffs test




commit python-SPARQLWrapper for openSUSE:Factory

2018-07-17 Thread root
Hello community,

here is the log from the commit of package python-SPARQLWrapper for 
openSUSE:Factory checked in at 2018-07-17 09:40:09

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


Package is "python-SPARQLWrapper"

Tue Jul 17 09:40:09 2018 rev:7 rq:622793 version:1.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2018-01-06 18:47:09.148941794 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new/python-SPARQLWrapper.changes
   2018-07-17 09:40:12.097774039 +0200
@@ -1,0 +2,21 @@
+Sun Jul  8 03:45:56 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update tests
+
+- update to version 1.8.2:
+  * Fixed bug (#100)
+  * Updated doc
+  * Added Unauthorized exception in SPARQLWrapperExceptions
+  * Added support for custom HTTP headers (#52)
+  * Changed timeout setting (#106)
+
+- changes from version 1.8.1:
+  * Update classifiers (Python 3.6)
+  * Added some documentation about the parameter to indicate the
+output format
+  * Fixed typo in width calculation
+  * Added support for CSV, TSV (PR #98)
+  * Added support for Only HTTP Content Negotiation (#82)
+
+---

Old:

  SPARQLWrapper-1.8.0.tar.gz

New:

  SPARQLWrapper-1.8.2.tar.gz



Other differences:
--
++ python-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.QVz1Nf/_old  2018-07-17 09:40:12.649772010 +0200
+++ /var/tmp/diff_new_pack.QVz1Nf/_new  2018-07-17 09:40:12.653771996 +0200
@@ -17,26 +17,21 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Tests are not compatible with python3
-%if 0%{?have_python2}
-%bcond_without tests
-%else
-%bcond_with tests
-%endif
 Name:   python-SPARQLWrapper
-Version:1.8.0
+Version:1.8.2
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
 Group:  Development/Languages/Python
-Url:http://sparql-wrapper.sourceforge.net/
+URL:http://sparql-wrapper.sourceforge.net/
 Source: 
https://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
 # Only used during installation
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
+BuildRequires:  python3-tools
 Requires:   python-rdflib >= 4.0
 BuildArch:  noarch
 %python_subpackages
@@ -56,13 +51,20 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
-python2 test/wrapper_test.py
+%if %python3_version_nodots > 34
+# taken from 
https://github.com/RDFLib/sparqlwrapper/blob/master/run_tests_py3.sh 
+cp -r %{buildroot}%{python_sitelib}/SPARQLWrapper test/
+2to3 -wn --no-diffs test
+sed -i.bak s/urllib2._opener/urllib.request._opener/g test/wrapper_test.py
+python3 -m pytest test
+%else
+python -m pytest test
 %endif
 
 %files %{python_files}
-%doc README.md AUTHORS.md LICENSE.txt
+%license LICENSE.txt
+%doc README.md AUTHORS.md
 %{python_sitelib}/SPARQLWrapper/
 %{python_sitelib}/SPARQLWrapper-%{version}-py*.egg-info
 

++ SPARQLWrapper-1.8.0.tar.gz -> SPARQLWrapper-1.8.2.tar.gz ++
 3356 lines of diff (skipped)




commit python-SPARQLWrapper for openSUSE:Factory

2018-01-06 Thread root
Hello community,

here is the log from the commit of package python-SPARQLWrapper for 
openSUSE:Factory checked in at 2018-01-06 18:47:07

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


Package is "python-SPARQLWrapper"

Sat Jan  6 18:47:07 2018 rev:6 rq:561454 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2017-05-16 14:30:01.810630367 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new/python-SPARQLWrapper.changes
   2018-01-06 18:47:09.148941794 +0100
@@ -1,0 +2,6 @@
+Wed Jan  3 18:11:19 UTC 2018 - tchva...@suse.com
+
+- Make sure to not bail out when building with py3 only
+- Do not recommend already required package
+
+---



Other differences:
--
++ python-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.bMyGQu/_old  2018-01-06 18:47:10.036900304 +0100
+++ /var/tmp/diff_new_pack.bMyGQu/_new  2018-01-06 18:47:10.040900117 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SPARQLWrapper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,9 +16,13 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# Tests are not compatible with python3
+%if 0%{?have_python2}
+%bcond_without tests
+%else
+%bcond_with tests
+%endif
 Name:   python-SPARQLWrapper
 Version:1.8.0
 Release:0
@@ -27,16 +31,13 @@
 Group:  Development/Languages/Python
 Url:http://sparql-wrapper.sourceforge.net/
 Source: 
https://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 # Only used during installation
 BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
 Requires:   python-rdflib >= 4.0
-Recommends: python-rdflib >= 4.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -57,14 +58,10 @@
 
 %if %{with tests}
 %check
-# Tests are not compatible with python3
-%if %have_python2
-python test/wrapper_test.py
-%endif
+python2 test/wrapper_test.py
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md AUTHORS.md LICENSE.txt 
 %{python_sitelib}/SPARQLWrapper/
 %{python_sitelib}/SPARQLWrapper-%{version}-py*.egg-info




commit python-SPARQLWrapper for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package python-SPARQLWrapper for 
openSUSE:Factory checked in at 2017-05-16 14:30:00

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


Package is "python-SPARQLWrapper"

Tue May 16 14:30:00 2017 rev:5 rq:493613 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2016-09-17 14:37:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new/python-SPARQLWrapper.changes
   2017-05-16 14:30:01.810630367 +0200
@@ -1,0 +2,19 @@
+Mon May  8 19:48:46 UTC 2017 - toddrme2...@gmail.com
+
+- Fix source URL.
+
+---
+Wed May  3 17:09:10 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 1.8.0
+  * Updated return formats for not content negotiation situations
+  * Included license in the MANIFEST (issue #76)
+  * Added explicit support for RDF/XML as allowed format (issue #75)
+  * Added proper shebang (issue #78)
+  * Moved keepalive as optional dependency (issue #79)
+  * Fixed hash check on prefixes (issue #77)
+- Fixed epydoc warnings (issue #41)
+- Implement single-spec version.
+- Fix source URL.
+
+---

Old:

  SPARQLWrapper-1.7.6.tar.gz

New:

  SPARQLWrapper-1.8.0.tar.gz



Other differences:
--
++ python-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.v87lcZ/_old  2017-05-16 14:30:02.738500019 +0200
+++ /var/tmp/diff_new_pack.v87lcZ/_new  2017-05-16 14:30:02.742499456 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SPARQLWrapper
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,28 +16,29 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SPARQLWrapper
-Version:1.7.6
+Version:1.8.0
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
 Group:  Development/Languages/Python
 Url:http://sparql-wrapper.sourceforge.net/
-Source: 
https://pypi.io/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+# Only used during installation
+BuildRequires:  %{python_module six}
 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
+Recommends: python-rdflib >= 4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-simplejson
-Requires:   python-simplejson
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 This is a wrapper around a SPARQL service. It helps in creating the
@@ -48,17 +49,23 @@
 %setup -q -n SPARQLWrapper-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
+# Tests are not compatible with python3
+%if %have_python2
 python test/wrapper_test.py
+%endif
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc README.md AUTHORS.md
+%doc README.md AUTHORS.md LICENSE.txt 
 %{python_sitelib}/SPARQLWrapper/
 %{python_sitelib}/SPARQLWrapper-%{version}-py*.egg-info
 

++ SPARQLWrapper-1.7.6.tar.gz -> SPARQLWrapper-1.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.7.6/AUTHORS.md 
new/SPARQLWrapper-1.8.0/AUTHORS.md
--- old/SPARQLWrapper-1.7.6/AUTHORS.md  2015-12-18 10:20:55.0 +0100
+++ new/SPARQLWrapper-1.8.0/AUTHORS.md  2016-12-06 12:59:16.0 +0100
@@ -23,4 +23,5 @@
 * Kevin Turner ([@keturn](https://github.com/keturn)): 
`SmartWrapper.Value.__repr__()` implementation 
 * Marcelo Jorge Vieira 

commit python-SPARQLWrapper for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-SPARQLWrapper for 
openSUSE:Factory checked in at 2016-09-17 14:37:33

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


Package is "python-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2016-02-22 08:55:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new/python-SPARQLWrapper.changes
   2016-09-17 14:37:35.0 +0200
@@ -1,0 +2,22 @@
+Mon Sep 12 12:47:10 UTC 2016 - apla...@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
+
+---

Old:

  SPARQLWrapper-1.6.4.tar.gz

New:

  SPARQLWrapper-1.7.6.tar.gz



Other differences:
--
++ python-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.XsgUHP/_old  2016-09-17 14:37:36.0 +0200
+++ /var/tmp/diff_new_pack.XsgUHP/_new  2016-09-17 14:37:36.0 +0200
@@ -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

++ SPARQLWrapper-1.6.4.tar.gz -> SPARQLWrapper-1.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/AUTHORS.md 
new/SPARQLWrapper-1.7.6/AUTHORS.md
--- old/SPARQLWrapper-1.6.4/AUTHORS.md  2014-08-26 13:44:16.0 +0200
+++ new/SPARQLWrapper-1.7.6/AUTHORS.md  2015-12-18 10:20:55.0 +0100
@@ -19,3 +19,8 @@
 * 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
+* 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.6.4/MANIFEST.in 
new/SPARQLWrapper-1.7.6/MANIFEST.in
--- old/SPARQLWrapper-1.6.4/MANIFEST.in 2014-08-26 11:07:11.0 +0200
+++ new/SPARQLWrapper-1.7.6/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.6.4/PKG-INFO 
new/SPARQLWrapper-1.7.6/PKG-INFO
--- old/SPARQLWrapper-1.6.4/PKG-INFO2014-08-26 14:55:08.0 +0200
+++ 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.6.4
+Version: 1.7.6
 Summary: SPARQL Endpoint interface to Python
 Home-page: http://rdflib.github.io/sparqlwrapper
 Author: Ivan Herman, Sergio 

commit python-SPARQLWrapper for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package python-SPARQLWrapper for 
openSUSE:Factory checked in at 2016-02-22 08:55:48

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


Package is "python-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2013-12-16 18:07:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new/python-SPARQLWrapper.changes
   2016-02-22 08:55:51.0 +0100
@@ -1,0 +2,44 @@
+Fri Feb 12 09:53:34 UTC 2016 - o...@aepfle.de
+
+- Remove BuildRequires python-rdflib to avoid cirular dependency
+
+---
+Wed May 13 11:18:22 UTC 2015 - benoit.mo...@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
+
+---

Old:

  SPARQLWrapper-1.5.2.tar.gz

New:

  SPARQLWrapper-1.6.4.tar.gz



Other differences:
--
++ python-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.WHJaBu/_old  2016-02-22 08:55:51.0 +0100
+++ /var/tmp/diff_new_pack.WHJaBu/_new  2016-02-22 08:55:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SPARQLWrapper
 #
-# Copyright (c) 2013 SUSE LINUX Products 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:   python-SPARQLWrapper
-Version:1.5.2
+Version:1.6.4
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
@@ -26,9 +26,11 @@
 Source: 
https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Recommends: python-rdflib
+Requires:   python-rdflib
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires:  python-simplejson
+Requires:   python-simplejson
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
 BuildArch:  noarch
@@ -41,8 +43,6 @@
 
 %prep
 %setup -q -n SPARQLWrapper-%{version}
-# fix end-of-line encoding
-sed -i 's/\r$//' README.txt
 
 %build
 python setup.py build
@@ -50,9 +50,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python test/wrapper_test.py
+
 %files
 %defattr(-,root,root,-)
-%doc README.txt LICENSE.txt AUTHORS.txt ChangeLog.txt
+%doc README.md AUTHORS.md
 %{python_sitelib}/SPARQLWrapper/
 %{python_sitelib}/SPARQLWrapper-%{version}-py*.egg-info
 

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