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

Preparing for release 1.3.9 #453

Merged
merged 43 commits into from
Feb 28, 2024
Merged

Preparing for release 1.3.9 #453

merged 43 commits into from
Feb 28, 2024

Conversation

c-martinez
Copy link
Collaborator

@c-martinez c-martinez commented Feb 18, 2024

Changes include:

Creating JSON-LD via SPARQLTransformer

Adding Gitlab support (testing, authentication)

Update supported Python versions: 3.8 to 3.11

Refactor query rewriter

Dependabot updates for flask, pygithub, pytest, python-gitlab, pyaml

Linter using flake8 and black

Update notebook example for using grlc as a library

Adding endpoint-method decorator allowing to control POST/GET communication with SPARQL endpoint

Replace docopt by docopt-ng

c-martinez and others added 30 commits August 3, 2023 10:58
Support returning JSON-LD directly
Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 3.0.0.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.57 to 2.1.1.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v1.57...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.4)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 3.15.0 to 4.3.0.
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v3.15.0...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pyaml](https://github.com/mk-fg/pretty-yaml) from 23.9.5 to 23.12.0.
- [Commits](https://github.com/mk-fg/pretty-yaml/commits)

---
updated-dependencies:
- dependency-name: pyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@albertmeronyo albertmeronyo merged commit 3dca41e into master Feb 28, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants