Accepting request 855785 from home:bnavigator:branches:devel:languages:python

- Update to 1.0.3
  * Fix compatibility with urllib3>=1.26. #410

OBS-URL: https://build.opensuse.org/request/show/855785
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=39
This commit is contained in:
Dirk Mueller 2020-12-14 20:09:42 +00:00 committed by Git OBS Bridge
parent 29490687dd
commit 4ead7ca436
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:24a6fd2fe1c76e94801b74db8f52c0fb42718dc4a199a861b305b1a492b9d868
size 399185

3
httpretty-1.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9335cbd8f38745e0e2dc4755d8932a77d378d93e15804969504b1e6b568d613c
size 411707

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 14 15:44:23 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 1.0.3
* Fix compatibility with urllib3>=1.26. #410
-------------------------------------------------------------------
Sun Aug 16 11:36:11 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-httpretty
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-httpretty
Version: 1.0.2
Version: 1.0.3
Release: 0
Summary: HTTP client mocking tool for Python
License: MIT