14
0
forked from pool/python-rdflib

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=76
This commit is contained in:
2025-04-07 11:26:23 +00:00
committed by Git OBS Bridge
parent 403819f202
commit 61d048a0dc
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>