Sync from SUSE:SLFO:Main python-rdflib revision 0b770e8ad6cb4978f6c0efbfe88a56e0

This commit is contained in:
2025-05-17 16:01:34 +02:00
parent 3f627b0dc4
commit 72d0c2a8f8
4 changed files with 37 additions and 9 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Apr 3 06:45:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.1.4
* Remove old hacks against 2to3
* Allow multi subjects & objects in graph funcs
* Reduce test warnings
* Downgrade log message about plugin
* Remove old hacks against 2to3
* Cope with Namespace annotations in Python 3.14
* Small docco update
-------------------------------------------------------------------
Fri Feb 14 07:34:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.1.3
* A fix-up release that re-adds support for Python 3.8 after it was
accidentally removed in Release 7.1.2.
* This release cherrypicks many additions to 7.1.2 added to 7.1.1 but
leaves out typing changes that are not compatible with Python 3.8.
* Also not carried over from 7.1.2 is the change from Poetry 1.x to 2.0.
* Included are PRs such as _Defined Namespace warnings fix_, _sort
longturtle blank nodes_, _deterministic longturtle serialisation_
and _Dataset documentation improvements_.
- from version 7.1.2
* A minor release that inadvertently removed support for Python 3.8.
This release how now been deleted.
* All the improved features initially made available in this release
that were compatible with Python 3.8 have been preserved in the 7.1.3
release. The main additions to 7.1.2 not preserved in 7.1.3 are updated
type hints.
-------------------------------------------------------------------
Fri Nov 22 08:39:23 UTC 2024 - ecsos <ecsos@opensuse.org>