The Wayback Machine - https://web.archive.org/web/20221223135617/https://github.com/c-w/gutenberg/commits
Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 26, 2021

  1. Fix release

    c-w committed Dec 26, 2021
  2. Update to version 0.8.2

    c-w committed Dec 26, 2021
  3. Fix tests + drop Python 3.5 (#143)

    Co-authored-by: Clemens Wolff <clemens@justamouse.com>
    hugovk and c-w committed Dec 26, 2021

Commits on Mar 21, 2021

Commits on Mar 20, 2021

Commits on Nov 27, 2020

  1. Migrate from Travis to Github Actions (#139)

    * Migrate from Travis to Github Actions
    
    Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
    c-w and MasterOdin committed Nov 27, 2020
  2. Add support for Python 3.9 (#138)

    c-w committed Nov 27, 2020

Commits on Nov 23, 2020

  1. Fix install on MacOS with Python 2.7 (#137)

    * Fix install on MacOS with Python 2.7
    
    * Exclude setup.py from code coverage
    c-w committed Nov 23, 2020

Commits on Aug 3, 2020

Commits on Jul 19, 2020

  1. 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
    c-w committed Jul 19, 2020

Commits on Apr 30, 2020

Commits on Apr 21, 2020

  1. 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>
    hugovk and MasterOdin committed Apr 21, 2020
  2. 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>
    MasterOdin committed Apr 21, 2020

Commits on May 13, 2019

  1. Add CI on Mac OS (#123)

    * Parameterize OS image
    
    * Add MacOS CI
    
    * Fix install on Python 2.7 on MacOS
    c-w committed May 13, 2019

Commits on Apr 24, 2019

  1. Drop support for EOL Python 3.4 (#119)

    Drop support for EOL Python 3.4
    hugovk committed Apr 24, 2019

Commits on Apr 23, 2019

  1. Set up CI on Windows (#118)

    * 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
    c-w committed Apr 23, 2019

Commits on Dec 7, 2018

Commits on Sep 26, 2018

  1. Changed linux install from libdb5.1-dev to libdb++-dev (#114)

    Libdb5.1-dev is not available for Ubuntu 16.04. libdb++-dev works in its place for this project.
    srisi authored and c-w committed Sep 26, 2018

Commits on Aug 21, 2018

Commits on Jul 18, 2018

Commits on Jul 14, 2018

  1. Merge pull request #110 from c-w/readme-nose2-docker

    Reflect tooling changes in README
    hugovk committed Jul 14, 2018

Commits on Jul 13, 2018

  1. Reflect tooling changes in README

    Instead of nose, we're now using nose2. Also: mention possibility to run
    the project via Docker.
    c-w committed Jul 13, 2018

Commits on Jun 26, 2018

  1. Merge pull request #109 from c-w/move-to-codecov

    Move from coveralls to codecov
    hugovk committed Jun 26, 2018
  2. 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.
    c-w committed Jun 26, 2018
Older