Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rdflib from 6.3.2 to 7.0.0 #510

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2024

Bumps rdflib from 6.3.2 to 7.0.0.

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 compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 10, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/rdflib-7.0.0 branch 3 times, most recently from e703d0c to e36e193 Compare May 10, 2024 09:40
@gb-beng
Copy link
Contributor

gb-beng commented May 13, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/rdflib-7.0.0 branch from e36e193 to 28d8dd4 Compare May 13, 2024 15:01
@gb-beng
Copy link
Contributor

gb-beng commented Jun 6, 2024

@dependabot recreate

Bumps [rdflib](https://github.com/RDFLib/rdflib) from 6.3.2 to 7.0.0.
- [Release notes](https://github.com/RDFLib/rdflib/releases)
- [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md)
- [Commits](RDFLib/rdflib@6.3.2...7.0.0)

---
updated-dependencies:
- dependency-name: rdflib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/rdflib-7.0.0 branch from 28d8dd4 to 963d0a0 Compare June 6, 2024 07:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

Superseded by #594.

@dependabot dependabot bot closed this Oct 17, 2024
@dependabot dependabot bot deleted the dependabot/pip/rdflib-7.0.0 branch October 17, 2024 14:33
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.

1 participant