]> git.pld-linux.org Git - packages/python-httpretty.git/commitdiff
up to 0.8.14
authorElan Ruusamäe <glen@delfi.ee>
Tue, 6 Sep 2016 15:43:54 +0000 (18:43 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 6 Sep 2016 15:58:23 +0000 (18:58 +0300)
python-httpretty.spec

index c42b849331b19b718b1912714723bff37e87a7c2..cb48e87488b4c89a0b48cc4e63141c73583fa4b1 100644 (file)
@@ -2,18 +2,24 @@
 # Conditional build:
 %bcond_with    tests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
+# Python3 note:
+# Due to big API incompatibility between python 3.3, 3.4 and 3.5, the
+# author of HTTPretty is **not** supporting python3 officially.  You
+# will notice that the travis build for python 3 might be broken, and
+# while pull requests fixing py3 support are most welcome, it is still
+# not official at least *for now*.
 %bcond_with    python3 # CPython 3.x module
 
 %define        module  httpretty
 Summary:       HTTP client mock for Python
 Name:          python-%{module}
-Version:       0.8.7
-Release:       2
+Version:       0.8.14
+Release:       1
 License:       MIT
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/h/httpretty/httpretty-%{version}.tar.gz
-# Source0-md5: 753b82f3bf632fbfc595816a0f6691f0
-URL:           https://pypi.python.org/pypi/httpretty
+# Source0-md5: 2a6bbf270fafc77647b0479d95d0544c
+URL:           http://httpretty.readthedocs.io/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.710
 %if %{with python2}
This page took 0.054702 seconds and 4 git commands to generate.