From 18a1f31e4849bbc57fc3e96a0379aa7c5421ca81f46334d96f4942cb727c1fc0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 31 May 2023 19:43:41 +0000 Subject: [PATCH] - update to 1.0.8: * Bug Fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=24 --- pytest_httpserver-1.0.7.tar.gz | 3 --- pytest_httpserver-1.0.8.tar.gz | 3 +++ python-pytest-httpserver.changes | 6 ++++++ python-pytest-httpserver.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest_httpserver-1.0.7.tar.gz create mode 100644 pytest_httpserver-1.0.8.tar.gz diff --git a/pytest_httpserver-1.0.7.tar.gz b/pytest_httpserver-1.0.7.tar.gz deleted file mode 100644 index 601efff..0000000 --- a/pytest_httpserver-1.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0317d679221fadab1faef17d71fba18f52a416e21fd68cbf60ef46b693c66f9 -size 60065 diff --git a/pytest_httpserver-1.0.8.tar.gz b/pytest_httpserver-1.0.8.tar.gz new file mode 100644 index 0000000..6bab4e5 --- /dev/null +++ b/pytest_httpserver-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a +size 60126 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index 657caa3..cc53221 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 31 19:41:54 UTC 2023 - Dirk Müller + +- update to 1.0.8: + * Bug Fixes + ------------------------------------------------------------------- Mon May 22 21:17:53 UTC 2023 - Dirk Müller diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index 3a86fc0..e2fe9b7 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-httpserver -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: A HTTP server for pytest License: MIT