Changelog for
python3-pytest-localserver-0.6.0-qubes.bp154.2.65.noarch.rpm :
* Mon Aug 01 2022 Ben Greiner
- Update build requirements: Without setuptools_scm[toml], this installs a version 0.0.0 into the python metadata.- Drop obsolete remove_bindir.patch
* Sun Jul 31 2022 Torsten Gruner - Update to 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- version 0.5.1.post0
* Explicitly list supported Python versions with python_requires in setup.py.- version 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.
* Tue Mar 17 2020 Tomáš Chvátal - Use %pytest call for testing
* Fri Feb 22 2019 Matej Cepl - Add remove_bindir.patch making test suite pass by removing \'/usr/bin\' from sys.path.
* Wed Feb 20 2019 Tomáš Chvátal - Drop the patch python-pytest-localserver-do-not-use-shipped-pem.patch
* We actually want the local pem as it is used just for the test spawning where we validate against it
* Thu Feb 14 2019 Tomáš Chvátal - Update to 0.5.0:
* New feature: SMTP email message objects now include a ``details`` property capturing the envelope details.
* Thu Feb 22 2018 mimi.vxAATTgmail.com- update to 0.4.1- fix requires- remove tests - not work without internal certificate and buggy on python3
* New feature: All received requests are now stored for ilater inspection
* Thu Aug 17 2017 toddrme2178AATTgmail.com- Implement single-spec version- Update to version 0.3.7
* Add support for Python 3.6
* Sun Sep 18 2016 mardnhAATTgmx.de- Fix URL- Fix Source-URL- Update to version 0.3.6 + Add trove classifiers to make sure that package shows up on PyPI\'s Python 3 list. + Remove test method which rely on thread to be finished first. + OpenSSL is no longer necessary with werkzeug 0.10. + Tests now work under Python 3.3 \\o/ + Fix for Python 3.5 (fixes #13). + Add new Python version to classifiers. + Update repository url + Use AATTpytest.fixture to declare fixtures + Remove old-style test fixtures from tests and README, too.
* Mon Feb 09 2015 p.drouandAATTgmail.com- Do not provide bundled certificate; add python-pytest-localserver-do-not-use-shipped-pem.patch
* Tue Nov 04 2014 hpjAATTurpla.net- version 0.3.3: initial build