master
Name already in use
Commits on Feb 28, 2022
Commits on Dec 26, 2021
-
-
-
Fix tests + drop Python 3.5 (#143)
Co-authored-by: Clemens Wolff <clemens@justamouse.com>
Commits on Mar 21, 2021
Commits on Mar 20, 2021
Commits on Nov 27, 2020
-
Migrate from Travis to Github Actions (#139)
* Migrate from Travis to Github Actions Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
-
Commits on Nov 23, 2020
-
Fix install on MacOS with Python 2.7 (#137)
* Fix install on MacOS with Python 2.7 * Exclude setup.py from code coverage
Commits on Aug 3, 2020
Commits on Jul 19, 2020
-
Fix periodic build breaks on Windows (#134)
* Fix periodic build breaks on Windows * Drop Python 3.8 as we don't have a wheel for it
Commits on Apr 30, 2020
Commits on Apr 21, 2020
-
Add support for Python 3.8 (#128)
* Add support for Python 3.8 * Update mirror URL * Different filename for Python 3.8 wheel * Update azure-pipelines.yml * Update azure-pipelines.yml Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
-
Add upper version limit for rdflib (#131)
rdflib 5.0.0 reworked some amount of their interface, which breaks things here. Minimally, SPARQLWrapper is no longer used, and a requests based wrapper internal to rdflib is now used, which breaks compatibility with older RDF stores that do not follow the SPARQL Protocol 1.1 spec. Setting this to minimize the break here, with a look to move to rdflib 5 in the next major version bump of gutenberg itself. Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Commits on Aug 24, 2019
Commits on May 13, 2019
-
* Parameterize OS image * Add MacOS CI * Fix install on Python 2.7 on MacOS
Commits on Apr 24, 2019
-
Drop support for EOL Python 3.4 (#119)
Drop support for EOL Python 3.4
Commits on Apr 23, 2019
-
-
-
* Set up CI with Azure Pipelines * Fix json loading * Fix reopen_encoded test * Sync classifiers with Python versions from CI * Remove Python 3.4 since no bsddb3 wheel exists * Add build badge * Sync README with Python versions from CI
Commits on Dec 7, 2018
Commits on Aug 21, 2018
Commits on Jul 18, 2018
Commits on Jul 14, 2018
-
Merge pull request #110 from c-w/readme-nose2-docker
Reflect tooling changes in README
Commits on Jul 13, 2018
-
Reflect tooling changes in README
Instead of nose, we're now using nose2. Also: mention possibility to run the project via Docker.
Commits on Jun 26, 2018
-
Merge pull request #109 from c-w/move-to-codecov
Move from coveralls to codecov
-
Move from coveralls to codecov
The Travis logs show that the coveralls repo seems to have disappeared (error: "Couldn't find a repository matching this job.") so this changes is moving the project from coveralls to codecov.

