Accepting request 214159 from devel:languages:python
- Update to version 0.7.1: + Bug fix: POST requests being called twice #100 - Rebased deps-cleanup.diff OBS-URL: https://build.opensuse.org/request/show/214159 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpretty?expand=0&rev=4
This commit is contained in:
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a422a74fe0f35fbb644c9a3a0a4ccb7a7469a8f5bae2d7c807d35a7d149d3fa6
|
||||
size 28066
|
3
httpretty-0.7.1.tar.gz
Normal file
3
httpretty-0.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f61cd3fbdffd28a556f8fd5eff703ad3c5c76cf0c39ab8bc136f38d0a71857
|
||||
size 28394
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-httpretty
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: python-httpretty
|
||||
Version: 0.7.0
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: HTTP client mock for Python
|
||||
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
|
||||
|
Reference in New Issue
Block a user