Skip to content

Commit

Permalink
python3-rdflib: Upgrade 4.2.2 -> 5.0.0
Browse files Browse the repository at this point in the history
Upgrade to release 5.0.0:

- Fix n3 parser exponent syntax of floats with leading dot.
- FIX: Change is comparison to == for tuple
- Added _parseBoolean function to enforce correct Lexical-to-value
  mapping
- SPARQL fix CONSTRUCT resolve with initBindings fixes
- Documentation fixes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
leon-anavi authored and kraj committed Jun 29, 2020
1 parent 1fee722 commit b452174
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,8 +2,8 @@ SUMMARY = "RDFLib is a pure Python package for working with RDF"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"

SRC_URI[md5sum] = "534fe35b13c5857d53fa1ac5a41eca67"
SRC_URI[sha256sum] = "da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d"
SRC_URI[md5sum] = "80d7c6adc2e4040cdd8dade2e0e61403"
SRC_URI[sha256sum] = "78149dd49d385efec3b3adfbd61c87afaf1281c30d3fcaf1b323b34f603fb155"

inherit pypi setuptools3

Expand Down

0 comments on commit b452174

Please sign in to comment.