Changelog for
python-rdflib-3.2.3-1.3.i586.rpm :
Mon Dec 3 13:00:00 2012 saschpeAATTsuse.de
- Disable testsuite on SLE_11_SP2 to fix build
Tue Oct 16 14:00:00 2012 jfunkAATTfunktronics.ca
- Update to 3.2.3:
* Fixes broken querying
https://github.com/RDFLib/rdflib/issues/234
* graph.transitiveClosure now works with loops
https://github.com/RDFLib/rdflib/issues/206
- Changes in 3.2.2:
* Improved serialization/parsing roundtrip tests led to some fixes
of obscure parser/serializer bugs. In particular complex string
Literals in ntriples improved a lot.
* The terms of a triple are now asserted to be RDFLib Node\'s in graph.add
This should avoid getting strings and other things in the store.
https://github.com/RDFLib/rdflib/issues/200
* Added a specific TurtleParser that does not require the store to be
non-formula aware.
https://github.com/RDFLib/rdflib/issues/214
* A trig-serializer was added, see:
http://www4.wiwiss.fu-berlin.de/bizer/trig/
* BNode generation was made thread-safe
https://github.com/RDFLib/rdflib/issues/209
(also fixed better by dzinxed)
* Illegal BNode IDs removed from NT output:
https://github.com/RDFLib/rdflib/issues/212
* and more minor bug fixes that had no issues
Mon Jun 11 14:00:00 2012 dimstarAATTopensuse.org
- Add python-isodate Requires: rdflib imports it.
Wed Jun 6 14:00:00 2012 jfunkAATTfunktronics.ca
- Require python-Sphinx instead of python-sphinx
- Change Source to full URL
Thu May 24 14:00:00 2012 jfunkAATTfunktronics.ca
- Run tests
- Add missing requirements
- Build documentation
Sat Apr 28 14:00:00 2012 msumanAATTgnome.org
- Update to version 3.2.1:
+ New setuptools entry points for query processors and results
+ Many bugfixes
Tue Mar 13 13:00:00 2012 cfarrellAATTsuse.com
- license update: BSD-3-Clause
SPDX format
Wed Feb 15 13:00:00 2012 dimstarAATTopensuse.org
- Update to version 3.2.0:
+ rdflib now works under python3
+ Unit tests were updated and cleaned up
+ Updated documentations
+ A new resource oriented API was added
+ Many bugfixes.
Thu Sep 22 14:00:00 2011 saschpeAATTsuse.de
- Fixed SLE build by adding a %define python_sitelib
Tue Sep 20 14:00:00 2011 saschpeAATTsuse.de
- Update to version 3.1.0:
* Literal.__str__ does not behave like unicode
* (RDFa Parser) Does not handle application/xhtml+xml
* RDFa TC #117: Fragment identifiers stripped from BASE
* Malformed literals produced when rdfa contains newlines
* Namespaces beginning with _ are invalid
* Turtle Files with a UTF-8 BOM fail to parse
* ClosedNamespace.__str__ returns URIRef not str
* IOMemory does not override open
* Timestamps with microseconds
*and
* \"Z\" timezone are not parsed
* DateTime literals with offsets fail to convert to Python
* Timestamps with timezone information are not parsed
* problem with unicode literals in rdflib.compare.graph_diff
* Sleepycat Store broken with create=False
* Would be useful if Graph.query could propagate kwargs to a
plugin processor
* Graph.connected exception when passed empty graph
* Not compatible with Python 2.4
* Support Python\'s set operations on Graph
* NT output encoding to utf-8 broken as it goes through
_xmlcharrefreplace
* Store SPARQL Support
- Fix non-executable bits rpmlint issue
Thu Aug 12 14:00:00 2010 jmatejekAATTnovell.com
- version update to 3.0.0
- cleaned up the spec a bit and added noarch