Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR pins pytest-localserver to the latest release 0.10.0.

Changelog

0.10.0

-------------------

Clarify examples in README
Drop Python 3.6 support
Add Python 3.14 support
Add pytest 9 support
Consolidate tests
Remove obsolete driver code in some modules
Remove obsolete PyTest command from setup.py
Switch to PEP-639 compliant license metadata
Update outdated GitHub Action versions
Add a summary GitHub Action job
Update the AUTHORS file

0.9.0.post0

------------------------

Update listed dependencies to add support for pytest 8 and drop support for pytest<4.6

0.9.0

------------------

Add support for exposing server certificate
Explicitly store request data (fixes 77)
Make the code compliant with pre-commit hooks
Remove unused `six` from tox config
Drop Python 3.5 support
Add Python 3.13 support
Update the AUTHORS file

0.8.1

------------------

Ignore AttributeError when shutting down server
Add support for Python 3.12 (or at least, list it explicitly in the classifiers)
Update the AUTHORS file

0.8.0

------------------

Improve deployment workflow to use trusted publishing and upload to Test PyPI first
Remove a bunch of obsolete code
Clean up the smtp module's driver code

0.7.1

------------------

Update SMTP server code to work with aiosmtpd >=1.4.3
Fix GitHub Actions configuration for Python 3.5 and 3.6
Add support for Python 3.11 (or at least, list it explicitly in the classifiers)
Update the AUTHORS file
Add a workflow to push packages to PyPI using GitHub Actions

0.7.0

------------------

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

------------------

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

------------------------

Explicitly list supported Python versions with python_requires in setup.py.

0.5.1

------------------

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

----------------

New feature: SMTP email message objects now include a ``details`` property
capturing the envelope details.

0.4.2

----------------

Fix support for Python 3.6 (fixes 21).
Add support for Python 3.7.

0.4.1

----------------

Re-release of 0.4.0 because of pypi.org's restrictive file management PITA

0.4

----------------

New feature: All received requests are now stored for ilater inspection. Thanks Benjamin Wohlwend!

0.3.7

------------------

Add support for Python 3.6

0.3.6

------------------

Use pytest.fixture to declare fixtures. Thanks Bruno Oliveira!

0.3.5

------------------

Add support for Python 3.4 and 3.5.

0.3.4

------------------

Use werzeug>=0.10 which fices SSL problems.

0.3.3

------------------

Content is now string by default (was None).

0.3.2

------------------

Added new SSL cerificate.
Skipped all (not yet) working tests for pytest_localserver.https under Python 3.

0.3.1

------------------

Include tox config in release file.

0.3

----------------

Ported to Python 3.2+. Support for Python 2.4/2.5 dropped!
Added WSGI server

Known issues: SSL encryption seems to have troubles under Python 3 still!

0.1.5

------------------

Added support for POST (thanks to Muhammad Subery).

0.1.4

------------------

Added gzip support.

0.1.3

------------------

1: Replaced Maildir backend with simple list to fully support Python 2.4.

0.1.2

------------------

Added support for HTTP over SSL.

0.1.1

------------------

Support for Python 2.5. The HTTP server also works under Python 2.4. This partly
fixes issue 1.

0.1

----------------

Initial release.
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants