common-workflow-language / schema_salad

Semantic Annotations for Linked Avro Data
https://www.commonwl.org/v1.2/SchemaSalad.html
Apache License 2.0
72 stars 62 forks source link

Update rdflib requirement from <7.0.0,>=4.2.2 to >=4.2.2,<8.0.0 #722

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on rdflib to permit the latest version.

Release notes

Sourced from rdflib's releases.

RDFlib 7.0.0

2023-08-02 RELEASE 7.0.0

This is a major release with relatively slight breaking changes, new features and bug fixes.

The most notable breaking change relates to how RDFLib handles the publicID parameter of the Graph.parse and Dataset.parse methods. Most users should not be affected by this change.

Instructions on adapting existing code to the breaking changes can be found in the upgrade guide from Version 6 to Version 7 which should be available here.

It is likely that the next couple of RDFLib releases will all be major versions, mostly because there are some more shortcomings of RDFLib's public interface that should be addressed.

If you use RDFLib, please consider keeping an eye on discussions, issues and pull-requests labelled with "feedback wanted".

A big thanks to everyone who contributed to this release.

BREAKING CHANGE: don't use publicID as the name for the default graph. (#2406)

Commit 4b96e9d, closes #2406.

When parsing data into a ConjunctiveGraph or Dataset, the triples in the default graphs in the sources were loaded into a graph named publicID.

This behaviour has been changed, and now the triples from the default graph in source RDF documents will be loaded into ConjunctiveGraph.default_context or Dataset.default_context.

The publicID parameter to ConjunctiveGraph.parse and Dataset.parse constructors will now only be used as the base URI for relative URI resolution.

BREAKING CHANGE: drop support for python 3.7 (#2436)

Commit 1e5f56b, closes #2436.

... (truncated)

Changelog

Sourced from rdflib's changelog.

2023-08-02 RELEASE 7.0.0

This is a major release with relatively slight breaking changes, new features and bug fixes.

The most notable breaking change relates to how RDFLib handles the publicID parameter of the Graph.parse and Dataset.parse methods. Most users should not be affected by this change.

Instructions on adapting existing code to the breaking changes can be found in the upgrade guide from Version 6 to Version 7 which should be available here.

It is likely that the next couple of RDFLib releases will all be major versions, mostly because there are some more shortcomings of RDFLib's public interface that should be addressed.

If you use RDFLib, please consider keeping an eye on discussions, issues and pull-requests labelled with "feedback wanted".

A big thanks to everyone who contributed to this release.

BREAKING CHANGE: don't use publicID as the name for the default graph. (#2406)

Commit 4b96e9d, closes #2406.

When parsing data into a ConjunctiveGraph or Dataset, the triples in the default graphs in the sources were loaded into a graph named publicID.

This behaviour has been changed, and now the triples from the default graph in source RDF documents will be loaded into ConjunctiveGraph.default_context or Dataset.default_context.

The publicID parameter to ConjunctiveGraph.parse and Dataset.parse constructors will now only be used as the base URI for relative URI resolution.

BREAKING CHANGE: drop support for python 3.7 (#2436)

Commit 1e5f56b, closes #2436.

Python 3.7 will be end-of-life on the 27th of June 2023 and the next release of

... (truncated)

Commits
  • 708aecd chore: prepare for 7.0.0 release (#2512)
  • f726afd docs: minor corrections and improvements (#2511)
  • e15acaf build: update the minimum supported versions of development tools (#2510)
  • 9c73581 fix: formatting of SequencePath and AlternativePath (#2504)
  • bd797ac feat: Don't generate prefixes for unknown URIs
  • 2cfe595 build(deps-dev): bump black from 23.3.0 to 23.7.0 (#2491)
  • 7665ec8 build(deps): bump library/python in /docker/unstable (#2505)
  • ad5c0e1 docs: Add CITATION.cff file (#2502)
  • 8f8d346 build(deps-dev): bump sphinx-autodoc-typehints from 1.23.0 to 1.24.0 (#2499)
  • 8000177 build(deps-dev): bump types-setuptools from 68.0.0.2 to 68.0.0.3 (#2498)
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #722 (d9968e1) into main (c79ee1e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #722   +/-   ##
=======================================
  Coverage   83.47%   83.47%           
=======================================
  Files          22       22           
  Lines        4501     4501           
  Branches     1207     1207           
=======================================
  Hits         3757     3757           
  Misses        482      482           
  Partials      262      262