Hello community, here is the log from the commit of package python-rdflib for openSUSE:Factory checked in at 2016-09-17 14:37:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old) and /work/SRC/openSUSE:Factory/.python-rdflib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rdflib" Changes: -------- --- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes 2015-07-19 11:44:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python-rdflib.changes 2016-09-17 14:37:44.000000000 +0200 @@ -1,0 +2,43 @@ +Mon Sep 12 13:58:57 UTC 2016 - [email protected] + +- Break cycle removing BuildRequires from python-SPARQLWrapper + +------------------------------------------------------------------- +Mon Sep 12 13:36:30 UTC 2016 - [email protected] + +- update to version 4.2.1: + * Minor enhancements: + + Added a Networkx connector #471, #507 + + Added a graph_tool connector #473 + + Added a graphs method to the Dataset object #504, #495 + + Batch commits for SPARQLUpdateStore #486 + * Bug fixes: + + Fixed bnode collision bug #506, #496, #494 + + fix util.from_n3() parsing Literals with datatypes and Namespace + support #503, #502 + + make Identifier.__hash__ stable wrt. multi processes #501, #500 + + fix handling URLInputSource without content-type #499, #498 + + no relative import in algebra when run as a script #497 + + Duplicate option in armstrong theme.conf removed #491 + + Variable.__repr__ returns a python representation string, not n3 #488 + + fixed broken example #482 + + trig output fixes #480 + + set PYTHONPATH to make rdfpipe tests use the right rdflib + version #477 + + fix RDF/XML problem with unqualified use of rdf:about #470, #468 + + AuditableStore improvements #469, #463 + + added asserts for graph.set([s,p,o]) so s and p aren't None #467 + + threading.RLock instances are context managers #465 + + SPARQLStore does not transform Literal('') into Literal('None') + anymore #459, #457 + + slight performance increase for graph.all_nodes() #458 + * Testing improvements: + + travis: migrate to docker container infrastructure #508 + + test for narrow python builds (chars > 0xFFFF) (related to #453, + #454 ) #456, #509 + + dropped testing py3.2 #448 + + Running a local fuseki server on travis and making it failsafe + #476, #475, #474, #466, #460 + + exclude def main(): functions from test coverage analysis #472 + +------------------------------------------------------------------- Old: ---- rdflib-4.2.0.tar.gz New: ---- rdflib-4.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rdflib.spec ++++++ --- /var/tmp/diff_new_pack.uEvciW/_old 2016-09-17 14:37:45.000000000 +0200 +++ /var/tmp/diff_new_pack.uEvciW/_new 2016-09-17 14:37:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rdflib # -# 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,16 +17,18 @@ Name: python-rdflib -Version: 4.2.0 +Version: 4.2.1 Release: 0 Summary: A Python library for working with RDF License: BSD-3-Clause Group: Development/Libraries/Python Url: http://rdflib.net/ -Source: http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz +Source: https://pypi.io/packages/source/r/rdflib/rdflib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes -BuildRequires: python-SPARQLWrapper +# TODO(aplanas) Because we are not still running tests, we can break +# the dependency cycle here. +# BuildRequires: python-SPARQLWrapper BuildRequires: python-Sphinx BuildRequires: python-devel BuildRequires: python-flake8 @@ -58,8 +60,8 @@ %package doc Summary: A Python library for working with RDF -Recommends: %{name} = %{version} Group: Development/Libraries/Python +Recommends: %{name} = %{version} %description doc RDFLib is a Python library for working with RDF, a simple yet powerful ++++++ rdflib-4.2.0.tar.gz -> rdflib-4.2.1.tar.gz ++++++ ++++ 2077 lines of diff (skipped)
