Changelog for
python310-rdflib-7.0.0-2.4.noarch.rpm :
* Wed Jul 03 2024 Daniel Garcia
- Create doc subpackage with _multibuild to move python3-sphnix-autodoc-typehints build requirement out of ring1
* Tue Feb 27 2024 Steve Kowalik - 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.
* Wed Dec 13 2023 Bernhard Wiedemann - Add reproducible.patch for reproducible builds (boo#1062303)
* Mon Feb 07 2022 Steve Kowalik - 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
* Mon Jan 11 2021 Adam Mizerski - removed unneeded \'Requires\' dependencies
* Tue May 19 2020 Petr Gajdos - %python3_only -> %python_alternative
* Sun Apr 19 2020 Robert Frohl - Update to version 5.0.0
* General Bugs Fixed: - n3 parser exponent syntax of floats with leading dot - Change is comparison to == for tuple - Added _parseBoolean function to enforce correct Lexical-to-value mapping
* SPARQL Fixes: - CONSTRUCT resolve with initBindings fixes
* Sun Apr 05 2020 Robert Frohl - Update to version 5.0.0rc1
* General Bugs Fixed: - NTriples fails to parse URIs with only a scheme - Cannot clone on windows - Remove colons from test result files. - Add requirement for requests to setup.py - fixed URIRef including native unicode characters - DCTERMS.format not working - infixowl.manchesterSyntax do not encode strings - Fix blank node label to not contain \'_:\' during parsing - rename new SPARQLWrapper to SPARQLConnector - Unquote and Uriquote Literal Datatype. - Parsing nquads - ntriples spec allows for upper-cased lang tag - Adds escaped single quote to literal parser - N3 parse error on single quote within single quotes - RGDA1 graph canonicalization sometimes still collapses distinct BNodes - Accept header should use a q parameter - Incompatibility with Python3: unichr - namespace.py include colon in ALLOWED_NAME_CHARS - namespace.py fix compute_qname missing namespaces - RDFa parsing Error! __init__() got an unexpected keyword argument \'encoding\' - Bugfix: term.Literal.__add__ - Microdata to rdf second edition bak
* Enhanced Features: - Register additional serializer plugins for SPARQL mime types. - Allows RDF terms introduced by JSON-LD 1.1 - make SPARQLConnector work with DBpedia - ClosedNamespace returns right exception for way of access - Not adding all namespaces for n3 serializer - Adds basic support of xsd:duration - Add possibility to set authority and basepath to skolemize graph - Change notation3 list realization to non-recursive function. - Suppress warning for not using custom encoding. - Add support to parsing large xml inputs - improve hash efficiency by directly using str/unicode hash - Added the csvw prefix to the RDFa initial context. - syncing changes from pyMicrodata - Microdata parser: updated the parser to the latest version of the microdata->rdf note - Literal.toPython() support for xsd:hexBinary
* SPARQL Fixes: - Total order patch patch - use <<= instead of deprecated << - RDF Literal \"1\"^^xsd:boolean should not coerce to True - Makes NOW() return an UTC date - NOW() SPARQL should return an xsd:dateTime with a timezone - fix property paths bug - MulPath: correct behaviour of n3() - Literal total ordering - Remove SPARQLWrapper dependency - made UNION faster by not preventing duplicates - added a hook to add custom functions to SPARQL - Use <<= instead of deprecated << in SPARQL parser - Custom FILTER function for SPARQL engine
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package