4d2db6cbee
- 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
Markéta Machová2025-04-07 11:26:23 +00:00
f67bd090bd
Accepting request 1266770 from home:glaubitz:branches:devel:languages:python
Markéta Machová2025-04-07 11:26:23 +00:00
0e161f8b59
Accepting request 1246400 from devel:languages:python
Ana Guerrero2025-02-18 18:08:34 +00:00
0b9f54630b
Accepting request 1246400 from devel:languages:python
Ana Guerrero2025-02-18 18:08:34 +00:00
fc16eadb31
- 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.
Markéta Machová2025-02-17 11:12:08 +00:00
781fd0ebd2
Accepting request 1245816 from home:glaubitz:branches:devel:languages:python
Markéta Machová2025-02-17 11:12:08 +00:00
f521331b27
Accepting request 1225765 from devel:languages:python
Ana Guerrero2024-11-22 22:50:53 +00:00
af44723ac1
Accepting request 1225765 from devel:languages:python
Ana Guerrero2024-11-22 22:50:53 +00:00
b45584ca42
- Add %{?sle15_python_module_pythons}
Matej Cepl2024-11-22 09:38:09 +00:00
c26af16fd7
Accepting request 1225745 from home:ecsos:python
Matej Cepl2024-11-22 09:38:09 +00:00
da940edf62
Accepting request 1218819 from devel:languages:python
Ana Guerrero2024-10-29 13:32:15 +00:00
c4a1d95466
Accepting request 1218819 from devel:languages:python
Ana Guerrero2024-10-29 13:32:15 +00:00
a481de765f
- Add sphinx8.patch to build doc with latest sphinx, gh#RDFLib/rdflib#2956
Daniel Garcia2024-10-28 13:06:21 +00:00
297d99c3ed
- Add sphinx8.patch to build doc with latest sphinx, gh#RDFLib/rdflib#2956
Daniel Garcia2024-10-28 13:06:21 +00:00
5da9f90f62
- Update to 7.1.1: * This minor release removes the dependency on some only Python packages, in particular six which is a problem for some Linux distributions that ship RDFLib. * Replace html5lib with html5rdf, make it an optional dependency PR #2951 * Prevent crash when comparing ill-typed numeric types. PR #2949 * Fix parser bug and add test PR #2943 * Fix import ordering in get_merged_prs. PR #2947 - 7.1.0: * There are no major changes in this release over 7.0.0 and this release can be used in place of 7.0.0 without much worry about altered behaviour.
Daniel Garcia2024-10-28 11:50:52 +00:00
014abaad60
- Update to 7.1.1: * This minor release removes the dependency on some only Python packages, in particular six which is a problem for some Linux distributions that ship RDFLib. * Replace html5lib with html5rdf, make it an optional dependency PR #2951 * Prevent crash when comparing ill-typed numeric types. PR #2949 * Fix parser bug and add test PR #2943 * Fix import ordering in get_merged_prs. PR #2947 - 7.1.0: * There are no major changes in this release over 7.0.0 and this release can be used in place of 7.0.0 without much worry about altered behaviour.
Daniel Garcia2024-10-28 11:50:52 +00:00
9297506e3e
Accepting request 1185182 from devel:languages:python
Ana Guerrero2024-07-05 17:45:05 +00:00
3107735722
Accepting request 1185182 from devel:languages:python
Ana Guerrero2024-07-05 17:45:05 +00:00
eaad9a3601
- Create doc subpackage with _multibuild to move python3-sphnix-autodoc-typehints build requirement out of ring1
Daniel Garcia2024-07-03 11:45:53 +00:00
26ab47c376
- Create doc subpackage with _multibuild to move python3-sphnix-autodoc-typehints build requirement out of ring1
Daniel Garcia2024-07-03 11:45:53 +00:00
5e0cc5dda4
- Update to 7.0.0: * BREAKING CHANGE: drop support for python 3.7 (#2436) * feat: add curie method to NamespaceManager (#2365) * feat: add optional target_graph argument to Graph.cbd and use it for DESCRIBE queries (#2322) * feat: Don't generate prefixes for unknown URIs (#2467) * feat: Longturtle improvements (#2500) * fix: SPARQL count with optionals (#2448) * fix: GROUP_CONCAT handling of empty separator (issue) (#2474) * fix: add NORMALIZE_LITERALS to rdflib.__all__ (#2489) * fix: correct imports and __all__ (#2340) * fix: dbpedia URL to use https instead of http (#2444) * fix: eliminate bare except: (#2350) * fix: eliminate some mutable default arguments in SPARQL code (#2301) * fix: formatting of SequencePath and AlternativePath (#2504) * fix: handling of rdf:HTML literals (#2490) * fix: HTTP 308 Permanent Redirect status code handling (#2389) * fix: lexical-to-value mapping of rdf:HTML literals (#2483) * fix: TriG handling of GRAPH keyword without a graph ID (#2469) * fix: TriG parser error handling for nested graphs (#2468) - Switch to autosetup and pyproject macros. - Shift docs build to the install phase, the module needs to be queryable. - Drop patch reproducible.patch, included.
Steve Kowalik2024-02-27 06:24:29 +00:00
c738b8b6f7
- Update to 7.0.0: * BREAKING CHANGE: drop support for python 3.7 (#2436) * feat: add curie method to NamespaceManager (#2365) * feat: add optional target_graph argument to Graph.cbd and use it for DESCRIBE queries (#2322) * feat: Don't generate prefixes for unknown URIs (#2467) * feat: Longturtle improvements (#2500) * fix: SPARQL count with optionals (#2448) * fix: GROUP_CONCAT handling of empty separator (issue) (#2474) * fix: add NORMALIZE_LITERALS to rdflib.__all__ (#2489) * fix: correct imports and __all__ (#2340) * fix: dbpedia URL to use https instead of http (#2444) * fix: eliminate bare except: (#2350) * fix: eliminate some mutable default arguments in SPARQL code (#2301) * fix: formatting of SequencePath and AlternativePath (#2504) * fix: handling of rdf:HTML literals (#2490) * fix: HTTP 308 Permanent Redirect status code handling (#2389) * fix: lexical-to-value mapping of rdf:HTML literals (#2483) * fix: TriG handling of GRAPH keyword without a graph ID (#2469) * fix: TriG parser error handling for nested graphs (#2468) - Switch to autosetup and pyproject macros. - Shift docs build to the install phase, the module needs to be queryable. - Drop patch reproducible.patch, included.
Steve Kowalik2024-02-27 06:24:29 +00:00
c2fc4b6fc0
Accepting request 1133427 from devel:languages:python
Ana Guerrero2023-12-15 20:46:36 +00:00
4584e1dfe6
Accepting request 1133427 from devel:languages:python
Ana Guerrero2023-12-15 20:46:36 +00:00
6575ff7ecd
Accepting request 1132811 from home:bmwiedemann:branches:devel:languages:python
Markéta Machová2023-12-15 12:22:24 +00:00
36089780b6
Accepting request 1132811 from home:bmwiedemann:branches:devel:languages:python
Markéta Machová2023-12-15 12:22:24 +00:00
e9620768b3
- Update to 6.1.1: * add support for Python 3.10 * updates the test suite to pytest (from nose) * tidies up a lot of continuous integration * gets more tests tested, not skipped * implements lots of mypy tests * updates several parsers and serializers * supports the new HexTuples format! * drop support for Python 2 and Python 3 < 3.7. * improved testing with mock SPARQL stores - Drop unneeded BuildRequires on python3-2to3
Steve Kowalik2022-02-07 23:40:36 +00:00
ec247701b6
- Update to 6.1.1: * add support for Python 3.10 * updates the test suite to pytest (from nose) * tidies up a lot of continuous integration * gets more tests tested, not skipped * implements lots of mypy tests * updates several parsers and serializers * supports the new HexTuples format! * drop support for Python 2 and Python 3 < 3.7. * improved testing with mock SPARQL stores - Drop unneeded BuildRequires on python3-2to3
Steve Kowalik2022-02-07 23:40:36 +00:00