aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
313 stars 95 forks source link

Bump to 1.4.3 #328

Closed pepoluan closed 1 year ago

pepoluan commented 1 year ago

What do these changes do?

Mostly, version bumping.

Also some fixings for tox. Notably, taking out pytype.

Are there changes in behavior for the user?

None

Related issue number

None directly

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #328 (dff1d3d) into master (c78fc95) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #328   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1691      1696    +5     
  Branches       314       310    -4     
=========================================
+ Hits          1691      1696    +5     
Impacted Files Coverage Δ
aiosmtpd/__init__.py 100.00% <100.00%> (ø)
aiosmtpd/smtp.py 100.00% <100.00%> (ø)
aiosmtpd/handlers.py 100.00% <0.00%> (ø)
aiosmtpd/controller.py 100.00% <0.00%> (ø)
aiosmtpd/proxy_protocol.py 100.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more