build(deps): bump pytest-localserver from 0.5.0 to 0.7.0
Bumps pytest-localserver from 0.5.0 to 0.7.0.
Release notes
Sourced from pytest-localserver's releases.
v0.7.0
This release of pytest-localserver includes one key change of interest to users: SMTP support is no longer installed by default, due to the unclear maintenance status of aiosmtpd. Those who want the SMTP server should select the
[smtp]extra when installing. Other more minor changes include many improvements to the code quality control, automated testing, and documentation.As always, the package can be installed using pip:
$ pip install pytest-localserveror, to include the now-optional SMTP support:
$ pip install 'pytest-localserver[smtp]'What's Changed
- Remove redudant
wheeldep frompyproject.tomlby@mgornyin pytest-dev/pytest-localserver#34- Update syntax to Python 3 by
@hramezaniin pytest-dev/pytest-localserver#36- Add pypi version and supported Python versions badges to README.rst by
@hramezaniin pytest-dev/pytest-localserver#38- Fix a warning about dash-separated cfg key by
@felixonmarsin pytest-dev/pytest-localserver#37- Make aiosmtpd dependency optional by
@mgornyin pytest-dev/pytest-localserver#40- Add linting by
@hramezaniin pytest-dev/pytest-localserver#39- Add linter for workflow actions by
@diazonain pytest-dev/pytest-localserver#42- Skip duplicate actions when pushing in this repository by
@diazonain pytest-dev/pytest-localserver#45- Relax dependencies by
@diazonain pytest-dev/pytest-localserver#44- Fix a minor formatting error in the README by
@diazonain pytest-dev/pytest-localserver#49- Update changelog for the upcoming 0.7 release by
@diazonain pytest-dev/pytest-localserver#50New Contributors
A huge thanks to all three of the new contributors this release!
@mgornymade their first contribution in pytest-dev/pytest-localserver#34@hramezanimade their first contribution in pytest-dev/pytest-localserver#36@felixonmarsmade their first contribution in pytest-dev/pytest-localserver#37Full Changelog: https://github.com/pytest-dev/pytest-localserver/compare/v0.6.0...v0.7.0
v0.6.0
This version of pytest-localserver mostly focuses on updating the code to use modern conventions. Among the most notable changes for users, the package no longer supports Python 3.3 and 3.4, and there is now built-in support for sending chunked responses from the HTTP server. Also, the SMTP server has been rewritten to use aiosmtpd instead of the deprecated smtpd module.
As always, the package can be installed using pip:
$ pip install pytest-localserverWhat's Changed
- Drop support for older Python versions by
@diazonain pytest-dev/pytest-localserver#25- Use setuptools_scm for version management by
@diazonain pytest-dev/pytest-localserver#20
... (truncated)
Changelog
Sourced from pytest-localserver's changelog.
0.7.0 (2022-08-30)
Make smtp support an optional extra Update some obsolete syntax to drop support for Python 2 Add linting for code and workflow actions using pre-commit hooks Expand the range of pytest versions known to be compatible, with tests Add badges to README
0.6.0 (2022-05-05)
Drop support for Python 3.3 and 3.4 Use setuptools_scm for managing versions of this package Support sending chunked responses from the HTTP server Switch SMTP server backend from smtpd to aiosmtpd
0.5.1.post0 (2021-12-13)
Explicitly list supported Python versions with python_requires in setup.py.
0.5.1 (2021-11-18)
Regenerate included certificate to use SHA-256 hash to avoid OpenSSL errors (fixes #2). Add support for Python 3.10. Drop support for Python 2.6. Migrate repository to Github and update project metadata.
0.5 (2018-09-20)
New feature: SMTP email message objects now include a
detailsproperty capturing the envelope details.0.4.2 (2018-11-14)
Fix support for Python 3.6 (fixes #21). Add support for Python 3.7.
0.4.1 (2017-11-28)
Re-release of 0.4.0 because of pypi.org's restrictive file management #PITA
0.4 (2017-11-28)
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)