is the official version on pypi. It has a lower version number (1.31),
 but is much newer (and actually works, even)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=3
This commit is contained in:
Dirk Mueller 2013-09-26 13:30:49 +00:00 committed by Git OBS Bridge
parent 7751267e06
commit e7937cc8f6
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 26 13:30:37 UTC 2013 - dmueller@suse.com
- update to 0.6.4:
* Add a way to match the querystrings
-------------------------------------------------------------------
Mon Sep 2 18:19:38 UTC 2013 - dmueller@suse.com

View File

@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-httpretty
Version: 0.6.3
Release: 0
License: MIT
Summary: HTTP client mock for Python
Url: http://github.com/gabrielfalcao/httpretty
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
BuildRequires: python-devel
BuildRequires: python-setuptools