Stephan Kulow
f931e2d2ba
Accepting request 139114 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/139114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=10
2012-10-25 19:26:30 +00:00
James Oakley
2e2bcd19dc
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=26
2012-10-16 18:49:53 +00:00
Stephan Kulow
68d6799129
Accepting request 128761 from devel:languages:python
...
Add missing requirements, build docs, run tests (forwarded request 125047 from jimfunk)
OBS-URL: https://build.opensuse.org/request/show/128761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=9
2012-07-24 14:10:52 +00:00
Sascha Peilicke
acd55752f3
Accepting request 125047 from home:jimfunk:branches:devel:languages:python
...
Add missing requirements, build docs, run tests
OBS-URL: https://build.opensuse.org/request/show/125047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=24
2012-07-23 13:19:33 +00:00
Stephan Kulow
b3845798fe
Accepting request 124749 from devel:languages:python
...
Add missing requires"
(forwarded request 124412 from dimstar)
OBS-URL: https://build.opensuse.org/request/show/124749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=7
2012-06-15 13:39:59 +00:00
7dbacb2601
Accepting request 124412 from home:dimstar:branches:devel:languages:python
...
Add missing requires"
OBS-URL: https://build.opensuse.org/request/show/124412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=22
2012-06-12 20:00:41 +00:00
Stephan Kulow
be451d9e03
Accepting request 121928 from devel:languages:python
...
- Update to version 3.2.1:
+ New setuptools entry points for query processors and results
+ Many bugfixes
- license update: BSD-3-Clause
SPDX format
- 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.
OBS-URL: https://build.opensuse.org/request/show/121928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=6
2012-05-29 09:44:34 +00:00
Sascha Peilicke
b9035b5d8c
- Update to version 3.2.1:
...
+ New setuptools entry points for query processors and results
+ Many bugfixes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=20
2012-05-23 12:46:14 +00:00
Sascha Peilicke
f2a7911534
Accepting request 109110 from home:babelworx:ldig:branches:devel:languages:python
...
license update: BSD-3-Clause
SPDX format
OBS-URL: https://build.opensuse.org/request/show/109110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=19
2012-05-23 12:43:12 +00:00
Jan Matejek
d4b8611845
Accepting request 105306 from home:dimstar:branches:devel:languages:python
...
Update to 3.2.0
OBS-URL: https://build.opensuse.org/request/show/105306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=18
2012-03-09 13:31:50 +00:00
Sascha Peilicke
8f6ce621e6
Accepting request 84413 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/84413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=4
2011-09-23 08:36:22 +00:00
Sascha Peilicke
3e006f767a
- Fixed SLE build by adding a %define python_sitelib
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=15
2011-09-22 09:48:57 +00:00
Sascha Peilicke
0590c9234c
Accepting request 83932 from devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/83932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=3
2011-09-21 15:21:52 +00:00
OBS User autobuild
b0cbe38009
Accepting request 45509 from devel:languages:python
...
Copy from devel:languages:python/python-rdflib based on submit request 45509 from user matejcik
OBS-URL: https://build.opensuse.org/request/show/45509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=1
2010-08-24 20:02:00 +00:00