komuw / sewer

Let's Encrypt(ACME) client. Python library & CLI app.
MIT License
145 stars 54 forks source link

Final 0.8.3 changes #204

Closed mmaney closed 4 years ago

mmaney commented 4 years ago

warning about Python version required (3.5 iffy); formatted catalog.json dropped pandoc (all it needed was the right long_description_content_type) sewer.json renamed meta.json; setup.py now depends on meta and the catalog!

codecov[bot] commented 4 years ago

Codecov Report

Merging #204 into master will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
- Coverage   88.28%   88.22%   -0.06%     
==========================================
  Files          19       19              
  Lines        1195     1189       -6     
==========================================
- Hits         1055     1049       -6     
  Misses        140      140              
Impacted Files Coverage Δ
sewer/client.py 91.98% <100.00%> (-0.16%) :arrow_down:
sewer/lib.py 100.00% <100.00%> (ø)

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 4bcd909...a44c0f8. Read the comment docs.