Accepting request 248597 from home:TheBlackCat:branches:devel:languages:python

Update to 4.1.2

OBS-URL: https://build.opensuse.org/request/show/248597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=40
This commit is contained in:
Todd R 2014-09-11 13:18:29 +00:00 committed by Git OBS Bridge
parent e14e7e82d9
commit 4c2884bb0c
4 changed files with 80 additions and 11 deletions

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Thu Sep 11 12:31:20 UTC 2014 - toddrme2178@gmail.com
- 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)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 6 13:57:34 UTC 2013 - toddrme2178@gmail.com Fri Dec 6 13:57:34 UTC 2013 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-rdflib # spec file for package python-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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-rdflib Name: python-rdflib
Version: 4.0.1 Version: 4.1.2
Release: 0 Release: 0
Summary: A Python library for working with RDF Summary: A Python library for working with RDF
License: BSD-3-Clause License: BSD-3-Clause
@ -74,12 +74,12 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# for update-alternatives # for update-alternatives
mv %{buildroot}%{_bindir}/csv2rdf %{buildroot}%{_bindir}/csv2rdf-%{py_ver} mv %{buildroot}%{_bindir}/csv2rdf %{buildroot}%{_bindir}/csv2rdf-%{py_ver}
mv %{buildroot}%{_bindir}/rdf2dot %{buildroot}%{_bindir}/rdf2dot-%{py_ver} mv %{buildroot}%{_bindir}/rdf2dot %{buildroot}%{_bindir}/rdf2dot-%{py_ver}
mv %{buildroot}%{_bindir}/rdfgraphisomorpishm %{buildroot}%{_bindir}/rdfgraphisomorpishm-%{py_ver} mv %{buildroot}%{_bindir}/rdfgraphisomorphism %{buildroot}%{_bindir}/rdfgraphisomorphism-%{py_ver}
mv %{buildroot}%{_bindir}/rdfpipe %{buildroot}%{_bindir}/rdfpipe-%{py_ver} mv %{buildroot}%{_bindir}/rdfpipe %{buildroot}%{_bindir}/rdfpipe-%{py_ver}
mv %{buildroot}%{_bindir}/rdfs2dot %{buildroot}%{_bindir}/rdfs2dot-%{py_ver} mv %{buildroot}%{_bindir}/rdfs2dot %{buildroot}%{_bindir}/rdfs2dot-%{py_ver}
ln -s %{_bindir}/csv2rdf-%{py_ver} %{buildroot}%{_bindir}/csv2rdf ln -s %{_bindir}/csv2rdf-%{py_ver} %{buildroot}%{_bindir}/csv2rdf
ln -s %{_bindir}/rdf2dot-%{py_ver} %{buildroot}%{_bindir}/rdf2dot ln -s %{_bindir}/rdf2dot-%{py_ver} %{buildroot}%{_bindir}/rdf2dot
ln -s %{_bindir}/rdfgraphisomorpishm-%{py_ver} %{buildroot}%{_bindir}/rdfgraphisomorpishm ln -s %{_bindir}/rdfgraphisomorphism-%{py_ver} %{buildroot}%{_bindir}/rdfgraphisomorphism
ln -s %{_bindir}/rdfpipe-%{py_ver} %{buildroot}%{_bindir}/rdfpipe ln -s %{_bindir}/rdfpipe-%{py_ver} %{buildroot}%{_bindir}/rdfpipe
ln -s %{_bindir}/rdfs2dot-%{py_ver} %{buildroot}%{_bindir}/rdfs2dot ln -s %{_bindir}/rdfs2dot-%{py_ver} %{buildroot}%{_bindir}/rdfs2dot
@ -93,7 +93,7 @@ sed -i 's/\r$//' docs/_build/html/_static/jquery.js
# of the old binary resulting from the non-update-alternativies-ified package: # of the old binary resulting from the non-update-alternativies-ified package:
[[ ! -L %{_bindir}/csv2rdf ]] && rm -f %{_bindir}/csv2rdf [[ ! -L %{_bindir}/csv2rdf ]] && rm -f %{_bindir}/csv2rdf
[[ ! -L %{_bindir}/rdf2dot ]] && rm -f %{_bindir}/rdf2dot [[ ! -L %{_bindir}/rdf2dot ]] && rm -f %{_bindir}/rdf2dot
[[ ! -L %{_bindir}/rdfgraphisomorpishm ]] && rm -f %{_bindir}/rdfgraphisomorpishm [[ ! -L %{_bindir}/rdfgraphisomorphism ]] && rm -f %{_bindir}/rdfgraphisomorphism
[[ ! -L %{_bindir}/rdfpipe ]] && rm -f %{_bindir}/rdfpipe [[ ! -L %{_bindir}/rdfpipe ]] && rm -f %{_bindir}/rdfpipe
[[ ! -L %{_bindir}/rdfs2dot ]] && rm -f %{_bindir}/rdfs2dot [[ ! -L %{_bindir}/rdfs2dot ]] && rm -f %{_bindir}/rdfs2dot
exit 0 exit 0
@ -103,7 +103,7 @@ update-alternatives \
--install %{_bindir}/rdfpipe rdfpipe %{_bindir}/rdfpipe-%{py_ver} 30 \ --install %{_bindir}/rdfpipe rdfpipe %{_bindir}/rdfpipe-%{py_ver} 30 \
--slave %{_bindir}/csv2rdf csv2rdf %{_bindir}/csv2rdf%{py_ver} \ --slave %{_bindir}/csv2rdf csv2rdf %{_bindir}/csv2rdf%{py_ver} \
--slave %{_bindir}/rdf2dot rdf2dot %{_bindir}/rdf2dot%{py_ver} \ --slave %{_bindir}/rdf2dot rdf2dot %{_bindir}/rdf2dot%{py_ver} \
--slave %{_bindir}/rdfgraphisomorpishm rdfgraphisomorpishm %{_bindir}/rdfgraphisomorpishm%{py_ver} \ --slave %{_bindir}/rdfgraphisomorphism graphisomorpishm %{_bindir}/rdfgraphisomorphism%{py_ver} \
--slave %{_bindir}/rdfs2dot rdfs2dot %{_bindir}/rdfs2dot%{py_ver} --slave %{_bindir}/rdfs2dot rdfs2dot %{_bindir}/rdfs2dot%{py_ver}
%preun %preun
@ -120,12 +120,12 @@ fi
%doc CHANGELOG.md LICENSE CONTRIBUTORS README.md docs/_build/html %doc CHANGELOG.md LICENSE CONTRIBUTORS README.md docs/_build/html
%{_bindir}/csv2rdf-%{py_ver} %{_bindir}/csv2rdf-%{py_ver}
%{_bindir}/rdf2dot-%{py_ver} %{_bindir}/rdf2dot-%{py_ver}
%{_bindir}/rdfgraphisomorpishm-%{py_ver} %{_bindir}/rdfgraphisomorphism-%{py_ver}
%{_bindir}/rdfpipe-%{py_ver} %{_bindir}/rdfpipe-%{py_ver}
%{_bindir}/rdfs2dot-%{py_ver} %{_bindir}/rdfs2dot-%{py_ver}
%ghost %{_bindir}/csv2rdf %ghost %{_bindir}/csv2rdf
%ghost %{_bindir}/rdf2dot %ghost %{_bindir}/rdf2dot
%ghost %{_bindir}/rdfgraphisomorpishm %ghost %{_bindir}/rdfgraphisomorphism
%ghost %{_bindir}/rdfpipe %ghost %{_bindir}/rdfpipe
%ghost %{_bindir}/rdfs2dot %ghost %{_bindir}/rdfs2dot
%{python_sitelib}/rdflib/ %{python_sitelib}/rdflib/

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e8cd9b9f09d69116add36229e05d7d2fbececee1ae65dc17713c57e823a9813
size 903633

3
rdflib-4.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cf94bda0867f21468b248ce9f671581efb92ae9edd28ff321716126c6706a4f
size 868883