python-pytest-localserver/python-pytest-localserver.changes

69 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Tue Mar 17 11:16:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Use %pytest call for testing
-------------------------------------------------------------------
Fri Feb 22 21:12:05 CET 2019 - Matej Cepl <mcepl@suse.com>
- Add remove_bindir.patch making test suite pass by removing
'/usr/bin' from sys.path.
-------------------------------------------------------------------
Wed Feb 20 12:11:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 14:20:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.0:
* New feature: SMTP email message objects now include a ``details``
property capturing the envelope details.
-------------------------------------------------------------------
Thu Feb 22 22:29:48 UTC 2018 - mimi.vx@gmail.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 20:01:38 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to version 0.3.7
* Add support for Python 3.6
-------------------------------------------------------------------
Sun Sep 18 09:30:17 UTC 2016 - mardnh@gmx.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 @pytest.fixture to declare fixtures
+ Remove old-style test fixtures from tests and README, too.
-------------------------------------------------------------------
Mon Feb 9 17:17:11 UTC 2015 - p.drouand@gmail.com
- Do not provide bundled certificate;
add python-pytest-localserver-do-not-use-shipped-pem.patch
-------------------------------------------------------------------
Tue Nov 4 16:37:43 UTC 2014 - hpj@urpla.net
- version 0.3.3: initial build