diff --git a/python-urllib3.changes b/python-urllib3.changes index 451916c..e18b769 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Nov 15 21:32:46 UTC 2013 - p.drouand@gmail.com + +- Update to version 1.7.1 + + Added granular timeout support with new `urllib3.util.Timeout` class. + (Issue #231) + + Fixed Python 3.4 support. (Issue #238) +- Changes from 1.7 + + More exceptions are now pickle-able, with tests. (Issue #174) + + Fixed redirecting with relative URLs in Location header. (Issue #178) + + Support for relative urls in ``Location: ...`` header. (Issue #179) + + ``urllib3.response.HTTPResponse`` now inherits from ``io.IOBase`` for bonus + file-like functionality. (Issue #187) + + Passing ``assert_hostname=False`` when creating a HTTPSConnectionPool will + skip hostname verification for SSL connections. (Issue #194) + + New method ``urllib3.response.HTTPResponse.stream(...)`` which acts as a + generator wrapped around ``.read(...)``. (Issue #198) + + IPv6 url parsing enforces brackets around the hostname. (Issue #199) + + Fixed thread race condition in + ``urllib3.poolmanager.PoolManager.connection_from_host(...)`` (Issue #204) + + ``ProxyManager`` requests now include non-default port in ``Host: ...`` + header. (Issue #217) + + Added HTTPS proxy support in ``ProxyManager``. (Issue #170 #139) + + New ``RequestField`` object can be passed to the ``fields=...`` param which + can specify headers. (Issue #220) + + Raise ``urllib3.exceptions.ProxyError`` when connecting to proxy fails. + (Issue #221) + + Use international headers when posting file names. (Issue #119) + + Improved IPv6 support. (Issue #203) +- Add documentation from tarball + ------------------------------------------------------------------- Sun Jul 14 04:51:43 UTC 2013 - alexandre@exatati.com.br diff --git a/python-urllib3.spec b/python-urllib3.spec index 83e046b..fb69209 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -16,7 +16,7 @@ Name: python-urllib3 -Version: 1.6 +Version: 1.7.1 Release: 0 License: MIT Summary: HTTP library with thread-safe connection pooling, file post, and more @@ -60,6 +60,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) +%doc CHANGES.rst CONTRIBUTORS.txt LICENSE.txt README.rst %{python_sitelib}/* %changelog \ No newline at end of file diff --git a/urllib3-1.6.tar.gz b/urllib3-1.6.tar.gz deleted file mode 100644 index 00d47cc..0000000 --- a/urllib3-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df54bfde115c7358b0e30d892e23340502fe8f014dc43e05f1d240a75dab3be7 -size 44619 diff --git a/urllib3-1.7.1.tar.gz b/urllib3-1.7.1.tar.gz new file mode 100644 index 0000000..cd78f2a --- /dev/null +++ b/urllib3-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fb9e6c7127a6f7a758919f6de7ef352bb955084006f29e838045caca00cb1b +size 67329