forked from pool/python-wsgi_intercept
- Update to version 0.6.1:
+ Better testing dependency structure - Dropped patches: + 0001-Depend-on-requests-2.0.1.patch (merged upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
b80d498037
commit
0bb3a993a4
@@ -1,27 +0,0 @@
|
||||
From 3a6fb4eafa2d9ea42bd3806a3eba51b07cb9c70c Mon Sep 17 00:00:00 2001
|
||||
From: Sascha Peilicke <saschpe@gmx.de>
|
||||
Date: Thu, 30 Jan 2014 14:57:04 +0100
|
||||
Subject: [PATCH] Depend on requests>=2.0.1
|
||||
|
||||
requests.packages.urllib3.connection was added with 2.0.1 and is
|
||||
imported by wsgi_intercept/requests_intercept.py.
|
||||
---
|
||||
setup.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 0d62f78..f5ca681 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -32,7 +32,7 @@ META = {
|
||||
'testing': [
|
||||
'pytest>=2.4',
|
||||
'httplib2',
|
||||
- 'requests'
|
||||
+ 'requests>=2.0.1'
|
||||
],
|
||||
},
|
||||
}
|
||||
--
|
||||
1.8.5.2
|
||||
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 15:22:14 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.6.1:
|
||||
+ Better testing dependency structure
|
||||
- Dropped patches:
|
||||
+ 0001-Depend-on-requests-2.0.1.patch (merged upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 14:01:10 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-wsgi_intercept
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: Installs a WSGI application in place of a real URI for testing
|
||||
License: MIT
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbee9bb0fe6aace0c6297d217bf9910a5099faa173e7e26f69246f5f59dc8754
|
||||
size 9830
|
3
wsgi_intercept-0.6.1.tar.gz
Normal file
3
wsgi_intercept-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:656d6cea9c513e1a5db963d5210d579846cca166b47a3c4fcdd0633ce01516e9
|
||||
size 9869
|
Reference in New Issue
Block a user