From 9c40fe529e92c4401f0ab278cffdec9a1278c1eab01679614084492d6e971561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 29 Aug 2019 10:40:34 +0000 Subject: [PATCH] Accepting request 726886 from home:bmwiedemann:branches:devel:languages:python:pytest Update to 0.3.4 * renew test certs expiring 2019-09-03 OBS-URL: https://build.opensuse.org/request/show/726886 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=10 --- pytest_httpserver-0.3.3.tar.gz | 3 --- pytest_httpserver-0.3.4.tar.gz | 3 +++ python-pytest-httpserver.changes | 6 ++++++ python-pytest-httpserver.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest_httpserver-0.3.3.tar.gz create mode 100644 pytest_httpserver-0.3.4.tar.gz diff --git a/pytest_httpserver-0.3.3.tar.gz b/pytest_httpserver-0.3.3.tar.gz deleted file mode 100644 index 5f93f05..0000000 --- a/pytest_httpserver-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76a1e5fe94cbbedaa70378818ec45d593d98f121e2c0b996b19a91719d477a04 -size 23597 diff --git a/pytest_httpserver-0.3.4.tar.gz b/pytest_httpserver-0.3.4.tar.gz new file mode 100644 index 0000000..89482ae --- /dev/null +++ b/pytest_httpserver-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e7d93d554cc86963bd0215602954fa4c1c8642292845c68837069c5ea5c610 +size 31095 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index 9a1a369..ada9548 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann + +- Update to 0.3.4 + * renew certs expiring 2019-09-03 + ------------------------------------------------------------------- Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index 6a61f53..e152fdf 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-httpserver -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: A HTTP server for pytest License: MIT @@ -49,7 +49,7 @@ accessible via localhost can be started with the pre-defined expected HTTP requests and their responses. %prep -%setup -q -n pytest_httpserver-%{version} +%setup -q -n pytest-httpserver-%{version} %build %python_build