diff --git a/python-rdflib.changes b/python-rdflib.changes index ba84d59..e2b1a90 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Mon Sep 12 13:58:57 UTC 2016 - aplanas@suse.com + +- Break cycle removing BuildRequires from python-SPARQLWrapper + +------------------------------------------------------------------- +Mon Sep 12 13:36:30 UTC 2016 - aplanas@suse.com + +- 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 + ------------------------------------------------------------------- Wed Jul 1 13:43:16 UTC 2015 - toddrme2178@gmail.com diff --git a/python-rdflib.spec b/python-rdflib.spec index 1076f75..ff189d2 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -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 @@ The library also contains both in-memory and persistent Graph backends. %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 diff --git a/rdflib-4.2.0.tar.gz b/rdflib-4.2.0.tar.gz deleted file mode 100644 index 07e8f30..0000000 --- a/rdflib-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7420dafc4930249d0cfcf31e8547a39b658d079ab2c9e975465f6697a8476ec0 -size 881424 diff --git a/rdflib-4.2.1.tar.gz b/rdflib-4.2.1.tar.gz new file mode 100644 index 0000000..821e2b2 --- /dev/null +++ b/rdflib-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb02bd235606ef3b26e213da3e576557a6392ce103efd8c6c8ff1e08321608c8 +size 889467