diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 08:28:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
commit | d16b82e7cad6a6218df8a589ae7bbb5228ad73b7 (patch) | |
tree | f78fb9a5d9d213914b014ea71cbb9604905183c0 | |
parent | fedeaf1b537824527f7cccc7ecdc5ae9a3d324c3 (diff) | |
download | poky-d16b82e7cad6a6218df8a589ae7bbb5228ad73b7.tar.gz |
python3-rdflib: upgrade 7.1.1 -> 7.1.3
License-Update: copyright years updated.
(From OE-Core rev: b90837274d236bf6bf7f79cbd63dd251cab7c453)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-rdflib_7.1.3.bb (renamed from meta/recipes-devtools/python/python3-rdflib_7.1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-rdflib_7.1.1.bb b/meta/recipes-devtools/python/python3-rdflib_7.1.3.bb index da4b777ff5..50be6695a1 100644 --- a/meta/recipes-devtools/python/python3-rdflib_7.1.1.bb +++ b/meta/recipes-devtools/python/python3-rdflib_7.1.3.bb | |||
@@ -2,9 +2,9 @@ SUMMARY = "RDFLib is a pure Python package for working with RDF" | |||
2 | HOMEPAGE = "https://github.com/RDFLib/rdflib" | 2 | HOMEPAGE = "https://github.com/RDFLib/rdflib" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e1efde25e459057a815649b18cbefa5e" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "164de86bd3564558802ca983d84f6616a4a1a420c7a17a8152f5016076b2913e" | 7 | SRC_URI[sha256sum] = "f3dcb4c106a8cd9e060d92f43d593d09ebc3d07adc244f4c7315856a12e383ee" |
8 | 8 | ||
9 | inherit pypi python_poetry_core | 9 | inherit pypi python_poetry_core |
10 | 10 | ||