Hello community,

here is the log from the commit of package python3-rdflib for openSUSE:Factory 
checked in at 2014-09-12 10:03:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-rdflib (Old)
 and      /work/SRC/openSUSE:Factory/.python3-rdflib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-rdflib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-rdflib/python3-rdflib.changes    
2014-09-03 21:01:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-rdflib.new/python3-rdflib.changes       
2014-09-12 10:04:06.000000000 +0200
@@ -1,0 +2,69 @@
+Thu Sep 11 12:31:20 UTC 2014 - [email protected]
+
+- Update to 4.1.2
+  * This is a bug-fix release.
+    * Fixed unicode/str bug in py3 for rdfpipe
+      [#375](https://github.com/RDFLib/rdflib/issues/375)
+- Update to 4.1.1
+  * This is a bug-fix release.
+  * This will be the last RDFLib release to support python 2.5.
+    * The RDF/XML Parser was made stricter, now raises exceptions for
+      illegal repeated node-elements.
+      [#363](https://github.com/RDFLib/rdflib/issues/363)
+    * The SPARQLUpdateStore now supports non-ascii unicode in update
+      statements
+      [#356](https://github.com/RDFLib/rdflib/issues/356)
+    * Fixed a bug in the NTriple/NQuad parser wrt. to unicode escape sequences
+      [#352](https://github.com/RDFLib/rdflib/issues/352)
+    * HTML5Lib is no longer pinned to 0.95
+      [#355](https://github.com/RDFLib/rdflib/issues/360)
+    * RDF/XML Serializer now uses parseType=Literal for well-formed XML 
literals
+    * A bug in the manchester OWL syntax was fixed
+      [#355](https://github.com/RDFLib/rdflib/issues/355)
+- Update to 4.1
+  * This is a new minor version RDFLib, which includes a handful of new 
features:
+    * A TriG parser was added (we already had a serializer) - it is
+      up-to-date wrt. to the newest spec from: http://www.w3.org/TR/trig/
+    * The Turtle parser was made up to date wrt. to the latest Turtle spec.
+    * Many more tests have been added - RDFLib now has over 2000
+      (passing!) tests. This is mainly thanks to the NT, Turtle, TriG,
+      NQuads and SPARQL test-suites from W3C. This also included many
+      fixes to the nt and nquad parsers.
+    * ```ConjunctiveGraph``` and ```Dataset``` now support directly 
adding/removing
+      quads with ```add/addN/remove``` methods.
+    * ```rdfpipe``` command now supports datasets, and reading/writing context
+      sensitive formats.
+    * Optional graph-tracking was added to the Store interface, allowing
+      empty graphs to be tracked for Datasets. The DataSet class also saw
+      a general clean-up, see: 
[#309](https://github.com/RDFLib/rdflib/pull/309)
+    * After long deprecation, ```BackwardCompatibleGraph``` was removed.
+  * Minor enhancements/bugs fixed:
+    * Many code samples in the documentation were fixed thanks to @PuckCh
+    * The new ```IOMemory``` store was optimised a bit
+    * ```SPARQL(Update)Store``` has been made more generic.
+    * MD5 sums were never reinitialized in ```rdflib.compare```
+    * Correct default value for empty prefix in N3
+      [#312](https://github.com/RDFLib/rdflib/issues/312)
+    * Fixed tests when running in a non UTF-8 locale
+      [#344](https://github.com/RDFLib/rdflib/issues/344)
+    * Prefix in the original turtle have an impact on SPARQL query
+      resolution
+      [#313](https://github.com/RDFLib/rdflib/issues/313)
+    * Duplicate BNode IDs from N3 Parser
+      [#305](https://github.com/RDFLib/rdflib/issues/305)
+    * Use QNames for TriG graph names
+      [#330](https://github.com/RDFLib/rdflib/issues/330)
+    * \uXXXX escapes in Turtle/N3 were fixed
+      [#335](https://github.com/RDFLib/rdflib/issues/335)
+    * A way to limit the number of triples retrieved from the
+      ```SPARQLStore``` was added
+      [#346](https://github.com/RDFLib/rdflib/pull/346)
+    * Dots in localnames in Turtle
+      [#345](https://github.com/RDFLib/rdflib/issues/345)
+      [#336](https://github.com/RDFLib/rdflib/issues/336)
+    * ```BNode``` as Graph's public ID
+      [#300](https://github.com/RDFLib/rdflib/issues/300)
+    * Introduced ordering of ```QuotedGraphs```
+      [#291](https://github.com/RDFLib/rdflib/issues/291)
+
+-------------------------------------------------------------------

Old:
----
  rdflib-4.0.1.tar.gz

New:
----
  rdflib-4.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-rdflib.spec ++++++
--- /var/tmp/diff_new_pack.uefNl3/_old  2014-09-12 10:04:07.000000000 +0200
+++ /var/tmp/diff_new_pack.uefNl3/_new  2014-09-12 10:04:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-rdflib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-rdflib
-Version:        4.0.1
+Version:        4.1.2
 Release:        0
 Summary:        A Python library for working with RDF
 License:        BSD-3-Clause
@@ -73,12 +73,12 @@
 # for update-alternatives
 mv %{buildroot}%{_bindir}/csv2rdf %{buildroot}%{_bindir}/csv2rdf-%{py3_ver}
 mv %{buildroot}%{_bindir}/rdf2dot %{buildroot}%{_bindir}/rdf2dot-%{py3_ver}
-mv %{buildroot}%{_bindir}/rdfgraphisomorpishm 
%{buildroot}%{_bindir}/rdfgraphisomorpishm-%{py3_ver}
+mv %{buildroot}%{_bindir}/rdfgraphisomorphism 
%{buildroot}%{_bindir}/rdfgraphisomorphism-%{py3_ver}
 mv %{buildroot}%{_bindir}/rdfpipe %{buildroot}%{_bindir}/rdfpipe-%{py3_ver}
 mv %{buildroot}%{_bindir}/rdfs2dot %{buildroot}%{_bindir}/rdfs2dot-%{py3_ver}
 ln -s  %{_bindir}/csv2rdf-%{py3_ver} %{buildroot}%{_bindir}/csv2rdf
 ln -s  %{_bindir}/rdf2dot-%{py3_ver} %{buildroot}%{_bindir}/rdf2dot
-ln -s  %{_bindir}/rdfgraphisomorpishm-%{py3_ver} 
%{buildroot}%{_bindir}/rdfgraphisomorpishm
+ln -s  %{_bindir}/rdfgraphisomorphism-%{py3_ver} 
%{buildroot}%{_bindir}/rdfgraphisomorphism
 ln -s  %{_bindir}/rdfpipe-%{py3_ver} %{buildroot}%{_bindir}/rdfpipe
 ln -s  %{_bindir}/rdfs2dot-%{py3_ver} %{buildroot}%{_bindir}/rdfs2dot
 
@@ -92,7 +92,7 @@
    --install %{_bindir}/rdfpipe rdfpipe %{_bindir}/rdfpipe-%{py3_ver} 30 \
    --slave %{_bindir}/csv2rdf csv2rdf %{_bindir}/csv2rdf%{py3_ver} \
    --slave %{_bindir}/rdf2dot rdf2dot %{_bindir}/rdf2dot%{py3_ver} \
-   --slave %{_bindir}/rdfgraphisomorpishm rdfgraphisomorpishm 
%{_bindir}/rdfgraphisomorpishm%{py3_ver} \
+   --slave %{_bindir}/rdfgraphisomorphism rdfgraphisomorphism 
%{_bindir}/rdfgraphisomorphism%{py3_ver} \
    --slave %{_bindir}/rdfs2dot rdfs2dot %{_bindir}/rdfs2dot%{py3_ver}
 
 %preun
@@ -108,12 +108,12 @@
 %doc CHANGELOG.md LICENSE CONTRIBUTORS README.md docs/_build/html
 %{_bindir}/csv2rdf-%{py3_ver}
 %{_bindir}/rdf2dot-%{py3_ver}
-%{_bindir}/rdfgraphisomorpishm-%{py3_ver}
+%{_bindir}/rdfgraphisomorphism-%{py3_ver}
 %{_bindir}/rdfpipe-%{py3_ver}
 %{_bindir}/rdfs2dot-%{py3_ver}
 %ghost %{_bindir}/csv2rdf
 %ghost %{_bindir}/rdf2dot
-%ghost %{_bindir}/rdfgraphisomorpishm
+%ghost %{_bindir}/rdfgraphisomorphism
 %ghost %{_bindir}/rdfpipe
 %ghost %{_bindir}/rdfs2dot
 %{python3_sitelib}/rdflib/

++++++ rdflib-4.0.1.tar.gz -> rdflib-4.1.2.tar.gz ++++++
++++ 29329 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to