forked from pool/python-pytest-httpserver
- update to 1.1.3:
* Run server threads with daemon flag, preventing shutdown
issues. #411
* Python versions earlier than 3.9 have been deprecated in
order to make the code more type safe. Python 3.8 has reached
EOL on 2024-10-07.
* Add a new expect method to the HTTPServer object which allows
developers to provide their own request matcher object.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=30
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 20:16:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.3:
|
||||
* Run server threads with daemon flag, preventing shutdown
|
||||
issues. #411
|
||||
* Python versions earlier than 3.9 have been deprecated in
|
||||
order to make the code more type safe. Python 3.8 has reached
|
||||
EOL on 2024-10-07.
|
||||
* Add a new expect method to the HTTPServer object which allows
|
||||
developers to provide their own request matcher object.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 17:18:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user