diff --git a/python-rdflib.spec b/python-rdflib.spec index bf7fc0dea381033e34d6848a3e4dc486d990e33f..0f95456bce8df7ce78fad8d578dcbbc267e3eed6 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-rdflib -Version: 7.2.1 +Version: 7.4.0 Release: 1 Summary: RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. License: BSD-3-clause @@ -96,6 +96,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 3 2025 Hann - 7.4.0-1 +- Upgrade to 7.4.0 +- Fix: set changed size when iterating the store's graphs +- Upgrade ci and dev/test deps +- Feat v7 mkdocs + * Wed Sep 24 2025 Yu Peng - 7.2.1-1 - Upgrade to 7.2.1 * Fixed deskolemization of literals diff --git a/rdflib-7.2.1.tar.gz b/rdflib-7.4.0.tar.gz similarity index 40% rename from rdflib-7.2.1.tar.gz rename to rdflib-7.4.0.tar.gz index b42482eea8637c9253afa7ed5a5728b79403e21a..26e8f5de8f645b424c75a1594428b05ac8a36657 100644 Binary files a/rdflib-7.2.1.tar.gz and b/rdflib-7.4.0.tar.gz differ