Skip to content

4.0.2

Compare
Choose a tag to compare
@cooperlees cooperlees released this 26 Apr 21:49
  • Raise for error HTML response on all aiohttp session requests - PR #494 / #496 - Thanks @windtail
  • Pass str to shutil.move due to Python bug - PR #497 - Thanks @SanketDG
  • Some more type hints added to verify.py - PR #488 - Thanks @SanketDG
  • Ignore atime on stat in test test_package_sync_does_not_touch_existing_local_file comparision
    as it casues stat compare fail on a slower run - PR #487 - Thanks @SanketDG