14
0
forked from pool/python-rdflib

Accepting request 1245816 from home:glaubitz:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1245816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=74
This commit is contained in:
2025-02-17 11:12:08 +00:00
committed by Git OBS Bridge
parent 62a3b1945d
commit 403819f202
4 changed files with 25 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-rdflib
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
%bcond_with tests
%{?sle15_python_module_pythons}
Name: python-rdflib%{psuffix}
Version: 7.1.1
Version: 7.1.3
Release: 0
Summary: A Python library for working with RDF
License: BSD-3-Clause