-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: (24 commits) Fix typo Prepare for release Update docs with upgrade info. Test Python 3.11 compatibility. Update changelog with constructor update. Feature/95 provider super (#96) Remove nose.collector Stop building universal wheels. Update HISTORY Upgrade requirements + sqlachemy 2.0 prep (#94) Update HISTORY Change concept.concept_id from int to str. (#91) Update HISTORY. Drop pyup config file. (#92) Project housekeeping. Add HISTORY entry for 1.0.0. Fixes #89 Update setup.py Drop python 3.6 and 3.7. Add python 3.9 and 3.10. (#93) Remove Scrutinizer. Add Scrutinizer config. ...
- Loading branch information
Showing
20 changed files
with
473 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,10 @@ authors: | |
email: [email protected] | ||
affiliation: Flanders Heritage Agency | ||
orcid: 'https://orcid.org/0000-0002-8153-2978' | ||
- given-names: Bart | ||
family-names: Saelen | ||
- given-names: Wim | ||
family-names: De Clercq | ||
abstract: >- | ||
A SQLAlchemy implementation of the Skosprovider interface. It allows | ||
storing and querying a SKOS vocabulary in a SQL database. | ||
|
@@ -20,5 +24,5 @@ keywords: | |
- python | ||
- sqlalchemy | ||
license: MIT | ||
version: 1.0.0 | ||
date-released: "2021-12-12" | ||
version: 2.0.0 | ||
date-released: "2023-01-19" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SQLAlchemy==1.4.28 | ||
skosprovider==1.1.0 | ||
SQLAlchemy==1.4.45 | ||
skosprovider==1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.