4 Commits

Author SHA256 Message Date
92e24304ed Accepting request 1308043 from devel:languages:python:pytest
- 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/request/show/1308043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpserver?expand=0&rev=15
2025-09-30 15:48:24 +00:00
f2ffbcbc55 - 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
2025-09-29 20:17:04 +00:00
0c6f9d570f Accepting request 1194582 from devel:languages:python:pytest
- update to 1.1.0:
  * Fixed an issue related to the leak of httpserver state
    between the tests when httpserver is destructed before the
    other fixtures. #352
  * Fix pytest-httpserver's own tests related to log querying. No
    functional changes in pytest-httpserver code itself. #345
  * New methods added to query for matching requests in the log.
  * Threading support to serve requests in parallel

    Optional[str], str], bool]`` will be accepted also.

OBS-URL: https://build.opensuse.org/request/show/1194582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpserver?expand=0&rev=14
2024-08-20 14:12:31 +00:00
ff4dea4824 - update to 1.1.0:
* Fixed an issue related to the leak of httpserver state
    between the tests when httpserver is destructed before the
    other fixtures. #352
  * Fix pytest-httpserver's own tests related to log querying. No
    functional changes in pytest-httpserver code itself. #345
  * New methods added to query for matching requests in the log.
  * Threading support to serve requests in parallel
    Optional[str], str], bool]`` will be accepted also.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=28
2024-08-18 17:18:39 +00:00
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77b9fbc2eb0a129cfbbacc8fe57e8cafe071d506489f31fe31e62f1b332d9905
size 60446

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af819d6b533f84b4680b9416a5b3f67f1df3701f1da54924afd4d6e4ba5917ec
size 68870

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
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>
- update to 1.1.0:
* Fixed an issue related to the leak of httpserver state
between the tests when httpserver is destructed before the
other fixtures. #352
* Fix pytest-httpserver's own tests related to log querying. No
functional changes in pytest-httpserver code itself. #345
* New methods added to query for matching requests in the log.
* Threading support to serve requests in parallel
-------------------------------------------------------------------
Fri Mar 1 10:19:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
@@ -29,7 +53,7 @@ Mon May 22 21:17:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
order to support the latest werkzeug.
* Type hinting for header_value_matcher has been fixed. From
now, specifying a callable as ``Callable[[str,
Optional[str], str], bool]`` will be accepted also.
Optional[str], str], bool]`` will be accepted also.
Providing a ``HeaderValueMatcher`` object will be also
accepted as before, as it provides the same callable signature
* Fix Werkzeug deprecation warning about

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-httpserver
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-httpserver
Version: 1.0.10
Version: 1.1.3
Release: 0
Summary: A HTTP server for pytest
License: MIT