Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-rdflib
Commits:
adc0088f by Antonio Rojas at 2025-12-21T11:39:07+01:00
upgpkg: 7.5.0-2: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-rdflib
pkgdesc = A Python library for working with RDF, a simple yet powerful
language for representing information
- pkgver = 7.1.2
- pkgrel = 1
+ pkgver = 7.5.0
+ pkgrel = 2
url = https://github.com/RDFLib/rdflib
arch = any
license = BSD-3-Clause
@@ -14,7 +14,7 @@ pkgbase = python-rdflib
makedepends = python-installer
makedepends = python-poetry-core
depends = python-pyparsing
- source = git+https://github.com/RDFLib/rdflib.git#tag=7.1.2
- sha512sums =
e726105357a10eeb788e0ad4364667bdb2a5dc6a45f50eec2fb64d6727aa0f0fa654720ce98421bda129066efdcc3b999d3f5e959c6016bc4ac5f49e8a0454b8
+ source = git+https://github.com/RDFLib/rdflib.git#tag=7.5.0
+ sha512sums =
f1ef6dab06dcc9aab465f661e3e552160af970ab255e742718ccad2e1a8e5ee6e7df38f636881e14c95f7b8cd73eb2f2df37652bd204741eaec60615d61f64e4
pkgname = python-rdflib
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Leif Warner <[email protected]>
pkgname=python-rdflib
-pkgver=7.1.2
-pkgrel=1
+pkgver=7.5.0
+pkgrel=2
pkgdesc="A Python library for working with RDF, a simple yet powerful language
for representing information"
arch=('any')
url="https://github.com/RDFLib/rdflib"
@@ -13,7 +13,7 @@ depends=('python-pyparsing')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest' 'python-networkx' 'python-lxml' 'python-orjson')
source=(git+https://github.com/RDFLib/rdflib.git#tag=$pkgver)
-sha512sums=('e726105357a10eeb788e0ad4364667bdb2a5dc6a45f50eec2fb64d6727aa0f0fa654720ce98421bda129066efdcc3b999d3f5e959c6016bc4ac5f49e8a0454b8')
+sha512sums=('f1ef6dab06dcc9aab465f661e3e552160af970ab255e742718ccad2e1a8e5ee6e7df38f636881e14c95f7b8cd73eb2f2df37652bd204741eaec60615d61f64e4')
build() {
cd rdflib
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/commit/adc0088f469aa4b0cb225e6abc7081b4b6e2a3da
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/commit/adc0088f469aa4b0cb225e6abc7081b4b6e2a3da
You're receiving this email because of your account on gitlab.archlinux.org.