in bleach 2.0.0, bleach.clean and friends attribute callables take three arguments: tag, attribute name and attribute value.
Signed-off-by: Shengjing Zhu zsj950618@gmail.com
Looks like this will need to be rebased :)
Also, there is a typo in the commit message: blench -> bleach I suppose.
rebased
fixed
BTW, I add a commit to remove the explicit requirement in requirements.txt
Pretty please pagure-ci rebuild
Looks good to me, mind rebasing on the top of master? (I like to keep the history linear)
sure, rebased
While the change looks good, I would like to make a bug fix release: 2.15.1 and I am a little chilly about having this change in it (it's not really a bug fix per say).
Do you mind if we wait a little before merging?
I'll let you know when to do the rebase (or worst case I'll merge it manually :))
fine, no hurry.
Pull-Request has been merged by pingou
in bleach 2.0.0, bleach.clean and friends attribute callables take three
arguments: tag, attribute name and attribute value.
Signed-off-by: Shengjing Zhu zsj950618@gmail.com