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
This commit is contained in:
Tomáš Chvátal
2019-08-29 10:40:34 +00:00
committed by Git OBS Bridge
parent 8c1a3bad50
commit 9c40fe529e
4 changed files with 11 additions and 5 deletions

View File

@@ -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