This repository was archived by the owner on Dec 27, 2022. It is now read-only.
v4.0.0
-
Major:
-
path.digestrenamed topath.hash(and addedhash_functionparameter) -
renamed
clitoclick -
require Python 3.5 or newer
-
Changed:
asyncio.stubborn_gather:- raise
CancelledErrorif all its awaitables raisedCancelledError. - raise summary exception if any awaitable raises exception other than
CancelledError - log exceptions, as soon as they are raised
- raise
-
-
Minor:
-
Added:
click.assert_runshashlib.base85_digestlogging.configurepath.assert_equalspath.assert_modetest.assert_matchestest.assert_search_matchestest.assert_text_containstest.assert_text_equals
-
-
Fixes:
path.remove: raised whenpath.is_symlink()or contains a symlinkpath.digest/hash: directory hash collisions were more likely than necessarypymysql.patch: change was not picked up in recent pymysql versions