Skip to content

Release 0.2020.07.08.1411

Compare
Choose a tag to compare

image

Changes Since Last Release

History between 0.2020.07.01.1419 and 0.2020.07.08.1411

Issues Closed

  • #687 Make paths OS-independent
  • #639 Prevent ipwb indexer from potentially including version information in CDXJ file
  • #676 Remove network call (to pypi.org) when checking the version of ipwb

Pull Requests

  • #640 Fix ipwb version from being included in cdxj
  • #686 Move online version check to separate function
  • #688 Convert paths to be platform independent and some slight refactoring

Contributors

  • Mat Kelly (25 commits)
  • Anatoly Scherbakov (18 commits)
  • Sawood Alam (16 commits)

Changed Files

 ipwb/__init__.py            |   2 +-
 ipwb/__main__.py            |  52 +++++++++++----------
 ipwb/error_handler.py       |  42 +++++++++++++++++
 ipwb/exceptions.py          |   2 +
 ipwb/indexer.py             |  19 ++------
 ipwb/replay.py              |  48 +++++++++++---------
 ipwb/settings.py            |  35 +++++++++++++++
 ipwb/util.py                | 107 +++++++++++++++++++++++++-------------------
 tests/testUtil.py           |  23 ++++++----
 tests/test_error_handler.py |  27 +++++++++++
 tests/test_indexing.py      |   7 ++-
 tests/test_ipfs_client.py   |  51 +++++++++++++++++++++
 12 files changed, 297 insertions(+), 118 deletions(-)