From 96836dd1ac6552eeb14d9182f4ca1acc553282fe48e527f9ca601f805e12b7c2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 17 Jan 2014 10:28:12 +0000 Subject: [PATCH] - Rebased deps-cleanup.diff OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=11 --- deps-cleanup.diff | 15 ++++++++------- python-httpretty.changes | 1 + python-httpretty.spec | 3 ++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/deps-cleanup.diff b/deps-cleanup.diff index 2e02647..0de64c3 100644 --- a/deps-cleanup.diff +++ b/deps-cleanup.diff @@ -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 diff --git a/python-httpretty.changes b/python-httpretty.changes index 291e0b1..bceded4 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -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 diff --git a/python-httpretty.spec b/python-httpretty.spec index 8a5e9c2..bd0039c 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -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