mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
Other
409 stars 92 forks source link

Adapt to Pillow 7.2 changes #167

Closed sizmailov closed 4 years ago

sizmailov commented 4 years ago

Pillow 7.2 release notes: https://pillow.readthedocs.io/en/stable/releasenotes/7.2.0.html#moved-to-imagefiledirectory-v2-in-image-exif

codecov[bot] commented 4 years ago

Codecov Report

Merging #167 into master will decrease coverage by 0.01%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
- Coverage   98.25%   98.24%   -0.02%     
==========================================
  Files          27       27              
  Lines        6647     6652       +5     
  Branches       44       44              
==========================================
+ Hits         6531     6535       +4     
- Misses        116      117       +1     
Impacted Files Coverage Δ
plugins/m/images.py 91.81% <85.71%> (-0.36%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e6eff54...dfa783c. Read the comment docs.

mosra commented 4 years ago

Thanks! Merged as 161add73e6fab7b15cb96ffd88af2793e514dfd8, finally.

sizmailov commented 4 years ago

Thanks! Sorry for (intercepting) PR closes. I've got a little bit confused with the cherry-picking :confused:

mosra commented 4 years ago

Yeah I don't like merge commits plus i'm sometimes changing minor things like whitespace so it's almost never a fast-forward merge. Hope that's okay :)