Skip to content

Commit

Permalink
python3-rdflib: upgrade 5.0.0 -> 6.0.0
Browse files Browse the repository at this point in the history
-License-Update: Copyright year updated to 2021.

2021/07/20 RELEASE 6.0.0
========================
6.0.0 is a major stable release that drops support for Python 2 and Python 3 < 3.7. Type hinting is now present in much
of the toolkit as a result.

It includes the formerly independent JSON-LD parser/serializer, improvements to Namespaces that allow for IDE namespace
prompting, simplified use of `g.serialize()` (turtle default, no need to `decode()`) and many other updates to
documentation, store backends and so on.

Performance of the in-memory store has also improved since Python 3.6 dictionary improvements.

There are numerous supplementary improvements to the toolkit too, such as:

* inclusion of Docker files for easier CI/CD
* black config files for standardised code formatting
* improved testing with mock SPARQL stores, rather than a reliance on DBPedia etc

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
zangrc-fnst authored and kraj committed Jul 25, 2021
1 parent 8fe0aec commit 08729f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
15 changes: 0 additions & 15 deletions meta-python/recipes-devtools/python/python3-rdflib_5.0.0.bb

This file was deleted.

17 changes: 17 additions & 0 deletions meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
SUMMARY = "RDFLib is a pure Python package for working with RDF"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=89aa9a14f80a6ac70e1d5da763a309ed"

SRC_URI[sha256sum] = "7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc679879"

inherit pypi setuptools3

RDEPENDS_${PN} += " \
${PYTHON_PN}-isodate \
${PYTHON_PN}-pyparsing \
${PYTHON_PN}-logging \
${PYTHON_PN}-numbers \
${PYTHON_PN}-xml \
"

BBCLASSEXTEND = "native nativesdk"

0 comments on commit 08729f5

Please sign in to comment.