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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2015-01-25 21:14:57.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.6Cj34U/_new  2015-01-25 21:14:57.000000000 +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

Reply via email to