- 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:
2025-09-29 20:17:04 +00:00
committed by Git OBS Bridge
parent ff4dea4824
commit f2ffbcbc55
4 changed files with 17 additions and 5 deletions

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.1.0
Version: 1.1.3
Release: 0
Summary: A HTTP server for pytest
License: MIT