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

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
- Update to 0.3.4
* renew certs expiring 2019-09-03
-------------------------------------------------------------------
Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

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