Sascha Peilicke 2014-01-17 10:28:12 +00:00 committed by Git OBS Bridge
parent b021bc989c
commit 96836dd1ac
3 changed files with 11 additions and 8 deletions

View File

@ -1,13 +1,14 @@
--- requirements.pip
+++ requirements.pip
@@ -7,6 +7,6 @@
diff -ruN a/requirements.txt b/requirements.txt
--- a/requirements.txt 2013-12-12 17:45:55.000000000 +0100
+++ b/requirements.txt 2014-01-17 11:26:48.142281366 +0100
@@ -22,8 +22,8 @@
requests==1.1.0
speakers==0.0.3
steadymark==0.4.5
sure>=1.2.1
-tornado==2.4
-tox==1.4.2
-urllib3
\ No newline at end of file
+tornado
+tox
+urllib3
virtualenv==1.8.2
Werkzeug==0.9.1
sure==1.2.2

View File

@ -3,6 +3,7 @@ Fri Jan 17 10:22:22 UTC 2014 - speilicke@suse.com
- Update to version 0.7.1:
+ Bug fix: POST requests being called twice #100
- Rebased deps-cleanup.diff
-------------------------------------------------------------------
Mon Oct 28 13:09:26 UTC 2013 - speilicke@suse.com

View File

@ -24,6 +24,7 @@ License: MIT
Group: Development/Languages/Python
Url: http://github.com/gabrielfalcao/httpretty
Source: https://pypi.python.org/packages/source/h/httpretty/httpretty-%{version}.tar.gz
# PATCH-FIX-OPENSUSE speilicke@suse.com -- Don't require fixed versions
Patch0: deps-cleanup.diff
BuildRequires: python-devel
BuildRequires: python-setuptools
@ -40,7 +41,7 @@ unit tests.
%prep
%setup -q -n httpretty-%{version}
%patch0
%patch0 -p1
%build
python setup.py build