Hello community, here is the log from the commit of package python3-rdflib for openSUSE:Factory checked in at 2015-11-17 14:22:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-07-19 11:44:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-rdflib.new/python3-rdflib.changes 2015-11-17 14:22:35.000000000 +0100 @@ -1,0 +2,51 @@ +Fri Oct 30 11:48:55 UTC 2015 - [email protected] + +- Disable testing-only requirements +- python3-flake8 is only needed during testing, not at runtime. + So remove it as a Requires. + +------------------------------------------------------------------- +Thu Oct 29 12:09:15 UTC 2015 - [email protected] + +- Disable tests, they don't work properly on python 3.x. + +------------------------------------------------------------------- +Tue Oct 6 03:13:08 UTC 2015 - [email protected] + +- specfile: + * added networkx for tests + +- update to version 4.2.1: + * 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 + * 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 + * 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: ------------------ ++++++ python3-rdflib.spec ++++++ --- /var/tmp/diff_new_pack.iyznA3/_old 2015-11-17 14:22:36.000000000 +0100 +++ /var/tmp/diff_new_pack.iyznA3/_new 2015-11-17 14:22:36.000000000 +0100 @@ -17,7 +17,7 @@ Name: python3-rdflib -Version: 4.2.0 +Version: 4.2.1 Release: 0 Summary: A Python library for working with RDF License: BSD-3-Clause @@ -26,25 +26,23 @@ Source: http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes -# switch to python3-Sphinx when issue fixed: -# https://github.com/RDFLib/rdflib/issues/491 -# Turn on for SLES 12 after switching to python3-Sphinx -%if 0%{?suse_version} != 1315 -BuildRequires: python-Sphinx -%endif +BuildRequires: python BuildRequires: python3 >= 3.2 +BuildRequires: python3-xml +BuildRequires: python3-devel BuildRequires: python3-2to3 BuildRequires: python3-SPARQLWrapper -BuildRequires: python3-devel -BuildRequires: python3-flake8 +BuildRequires: python3-Sphinx BuildRequires: python3-html5lib BuildRequires: python3-isodate -BuildRequires: python3-nose +BuildRequires: python3-networkx BuildRequires: python3-pyparsing BuildRequires: python3-setuptools BuildRequires: python3-xml +# Test requirements +# BuildRequires: python3-flake8 +# BuildRequires: python3-nose Requires: python3-SPARQLWrapper -Requires: python3-flake8 Requires: python3-html5lib Requires: python3-isodate Requires: python3-pyparsing @@ -61,8 +59,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 @@ -125,8 +123,9 @@ update-alternatives --remove rdfpipe %{_bindir}/rdfpipe-%{py3_ver} fi -%check -python3 setup.py test +# Tests don't work properly on Python 3.x +# %check +# python3 setup.py test %files %defattr(-,root,root) @@ -155,5 +154,4 @@ %doc docs/_build/html %endif - %changelog ++++++ rdflib-4.2.0.tar.gz -> rdflib-4.2.1.tar.gz ++++++ ++++ 2077 lines of diff (skipped)
