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

Upgraded to rdflib>=6.0.0 and pyshacl==v0.17.2: #201

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Conversation

MFSY
Copy link
Collaborator

@MFSY MFSY commented Nov 8, 2021

This commit is for catching up with the latest releases of pyshacl and rdflib.

  • Removed rdflib-jsonld dependancy which is now part of rdflib from rdflib>=6.0.0
  • Added a ShapeWrapper class extending pyshacl.shape to workaround added slots preventing from dynamically adding methods
  • Set min python version to v3.7 as required by pyshacl from 0.17.0

* removed rdflib-jsonld dependancy which is now part of rdflib from rdflib>=6.0.0
* Added a ShapeWrapper class extending pyshacl.shape to workaround added __slots__ preventing from dynamically adding methods
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2021

Codecov Report

Merging #201 (5b43d17) into master (e53c3f9) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
+ Coverage   72.24%   72.25%   +0.01%     
==========================================
  Files          79       79              
  Lines        4878     4887       +9     
==========================================
+ Hits         3524     3531       +7     
- Misses       1354     1356       +2     
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
kgforge/core/commons/context.py 92.30% <100.00%> (-0.29%) ⬇️
kgforge/core/conversions/rdf.py 84.45% <100.00%> (ø)
kgforge/specializations/models/rdf/service.py 88.31% <100.00%> (+0.11%) ⬆️
...ge/specializations/models/rdf/directory_service.py 92.15% <0.00%> (-1.97%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e53c3f9...5b43d17. Read the comment docs.

@MFSY MFSY merged commit 6ba1636 into master Nov 8, 2021
@MFSY MFSY deleted the upgrade_pychal branch January 16, 2022 17:14
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