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:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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
|
||||
|
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.
3
rdflib-7.1.3.tar.gz
Normal file
3
rdflib-7.1.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3dcb4c106a8cd9e060d92f43d593d09ebc3d07adc244f4c7315856a12e383ee
|
||||
size 4867170
|
Reference in New Issue
Block a user