Sync from SUSE:SLFO:Main python-rdflib revision 0b770e8ad6cb4978f6c0efbfe88a56e0
This commit is contained in:
@@ -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>
|
Fri Nov 22 08:39:23 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rdflib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-rdflib%{psuffix}
|
Name: python-rdflib%{psuffix}
|
||||||
Version: 7.1.1
|
Version: 7.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python library for working with RDF
|
Summary: A Python library for working with RDF
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -59,15 +59,11 @@ BuildRequires: python3-typing_extensions
|
|||||||
Provides: %{python_module rdflib-doc = %{version}}
|
Provides: %{python_module rdflib-doc = %{version}}
|
||||||
%else
|
%else
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module html5lib}
|
|
||||||
BuildRequires: %{python_module isodate}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core}
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: %{python_module pyparsing}
|
BuildRequires: %{python_module pyparsing}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: %{python_module xml}
|
BuildRequires: %{python_module xml}
|
||||||
Requires: python-html5lib
|
|
||||||
Requires: python-isodate
|
|
||||||
Requires: python-pyparsing
|
Requires: python-pyparsing
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
%endif
|
%endif
|
||||||
|
BIN
rdflib-7.1.1.tar.gz
(Stored with Git LFS)
BIN
rdflib-7.1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
rdflib-7.1.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
rdflib-7.1.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user