Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2023

Updates the requirements on rdflib to permit the latest version.

Release notes

Sourced from rdflib's releases.

RDFlib 6.3.0

2023-03-16 RELEASE 6.3.0

This is a minor release that includes bug fixes and features.

Important Information

  • RDFLib will drop support for Python 3.7 when it becomes EOL on 2023-06-27, this will not be considered a breaking change, and RDFLib's major version number will not be changed solely on the basis of Python 3.7 support being dropped.

User facing changes

This section lists changes that have a potential impact on users of RDFLib, changes with no user impact are not included in this section.

  • Add chunk serializer that facilitates the encoding of a graph into multiple N-Triples encoded chunks. [PR #1968](RDFLib/rdflib#1968).

  • Fixes passing NamespaceManager in ConjunctiveGraph's method get_context(). The get_context() method will now pass the NamespaceManager of ConjunctiveGraph to the namespace_manager attribute of the newly created context graph, instead of the ConjunctiveGraph object itself. This cleans up an old FIXME comment. [PR #2073](RDFLib/rdflib#2073).

  • InfixOWL fixes and cleanup. Closed [issue #2030](RDFLib/rdflib#2030). [PR #2024](RDFLib/rdflib#2024), and [PR #2033](RDFLib/rdflib#2033).

    • rdflib.extras.infixowl.Restriction.__init__ will now raise a ValueError if there is no restriction value instead of an AssertionError.
    • Fixed numerous issues with rdflib.extras.infixowl.Restriction.restrictionKind which was essentially not working at all.
    • Fixed how rdflib.extras.infixowl.Property.__repr__ uses rdflib.namespace.OWL.
    • Removed rdflib.extras.infixowl.Infix.__ror__ and rdflib.extras.infixowl.Infix.__or__ as they were broken.
    • Removed unused rdflib.extras.infixowl.termDeletionDecorator.
    • Added rdflib.extras.infixowl.MalformedClassError which will replace rdflib.extras.infixowl.MalformedClass (which is an exception) in the next major version.
    • Eliminated the use of mutable data structures in some argument defaults.
  • Fixed some cross-referencing issues in RDFLib documentation. Closed [issue #1878](RDFLib/rdflib#1878). [PR #2036](RDFLib/rdflib#2036).

  • Fixed import of xml.sax.handler in rdflib.plugins.parsers.trix so that it no longer tries to import it from xml.sax.saxutils.

... (truncated)

Changelog

Sourced from rdflib's changelog.

2023-03-16 RELEASE 6.3.0

This is a minor release that includes bug fixes and features.

Important Information

  • RDFLib will drop support for Python 3.7 when it becomes EOL on 2023-06-27, this will not be considered a breaking change, and RDFLib's major version number will not be changed solely on the basis of Python 3.7 support being dropped.

User facing changes

This section lists changes that have a potential impact on users of RDFLib, changes with no user impact are not included in this section.

  • Add chunk serializer that facilitates the encoding of a graph into multiple N-Triples encoded chunks. [PR #1968](RDFLib/rdflib#1968).

  • Fixes passing NamespaceManager in ConjunctiveGraph's method get_context(). The get_context() method will now pass the NamespaceManager of ConjunctiveGraph to the namespace_manager attribute of the newly created context graph, instead of the ConjunctiveGraph object itself. This cleans up an old FIXME comment. [PR #2073](RDFLib/rdflib#2073).

  • InfixOWL fixes and cleanup. Closed [issue #2030](RDFLib/rdflib#2030). [PR #2024](RDFLib/rdflib#2024), and [PR #2033](RDFLib/rdflib#2033).

    • rdflib.extras.infixowl.Restriction.__init__ will now raise a ValueError if there is no restriction value instead of an AssertionError.
    • Fixed numerous issues with rdflib.extras.infixowl.Restriction.restrictionKind which was essentially not working at all.
    • Fixed how rdflib.extras.infixowl.Property.__repr__ uses rdflib.namespace.OWL.
    • Removed rdflib.extras.infixowl.Infix.__ror__ and rdflib.extras.infixowl.Infix.__or__ as they were broken.
    • Removed unused rdflib.extras.infixowl.termDeletionDecorator.
    • Added rdflib.extras.infixowl.MalformedClassError which will replace rdflib.extras.infixowl.MalformedClass (which is an exception) in the next major version.
    • Eliminated the use of mutable data structures in some argument defaults.
  • Fixed some cross-referencing issues in RDFLib documentation. Closed [issue #1878](RDFLib/rdflib#1878). [PR #2036](RDFLib/rdflib#2036).

  • Fixed import of xml.sax.handler in rdflib.plugins.parsers.trix so that it no longer tries to import it from xml.sax.saxutils. [PR #2041](RDFLib/rdflib#2041).

... (truncated)

Commits
  • 309848b chore: prepare for release 6.3.0 (#2276)
  • 1c25676 docs: document avaiable security measures (#2270)
  • 60d98db fix: correctly handle resources with multiple comments in defined_namespace_c...
  • f17f975 build(deps-dev): bump setuptools from 67.5.1 to 67.6.0 (#2273)
  • 35a3537 fix: validation issues with examples (#2269)
  • 7a7cc1f feat: more type hints for rdflib.plugins.sparql (#2268)
  • a44bd99 fix: add more type-hinting for SPARQL plugin (#2265)
  • 8c48549 fix: eliminate usage of deprecated rdflib.path.evalPath (#2266)
  • 9c70f51 feat: add type hints to rdflib.collection (#2263)
  • 3ff2218 feat: add typing to rdflib.path (#2261)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rdflib](https://github.com/RDFLib/rdflib) to permit the latest version.
- [Release notes](https://github.com/RDFLib/rdflib/releases)
- [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md)
- [Commits](RDFLib/rdflib@4.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: rdflib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 17, 2023
@codecov
Copy link

codecov bot commented Mar 17, 2023

Codecov Report

Merging #1820 (9dd7c40) into main (8d7e75d) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #1820   +/-   ##
=======================================
  Coverage   83.63%   83.63%           
=======================================
  Files          44       44           
  Lines        8123     8123           
  Branches     2223     2223           
=======================================
  Hits         6794     6794           
  Misses        849      849           
  Partials      480      480           
Impacted Files Coverage Δ
cwltool/builder.py 91.77% <ø> (ø)
cwltool/docker.py 72.95% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mr-c mr-c enabled auto-merge (rebase) March 25, 2023 10:15
@mr-c mr-c merged commit 86f96a4 into main Mar 25, 2023
@mr-c mr-c deleted the dependabot/pip/rdflib-gte-4.2.2-and-lt-6.4 branch March 25, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants