Revisions of python-requests

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 330848 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 64)
- Disable testsuite. Tests were never executed (bsc#945455) but
  enabling the testsuite doesn't work because the suite needs
  network access.
buildservice-autocommit accepted request 320849 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 63)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 320847 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 62)
- Update to 2.6.0 (bsc#922448, CVE-2015-2296):
- update to 2.5.2 (bsc#929736):
Todd R's avatar Todd R (TheBlackCat) committed (revision 61)
Todd R's avatar Todd R (TheBlackCat) accepted request 318872 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 60)
fix version condition to allow RHEL/CentOS 7 builds
buildservice-autocommit accepted request 315859 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 58)
baserev update by copy to link target
Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) accepted request 315237 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 57)
- update no-default-cacert.patch to not hardcode a ca cert location
buildservice-autocommit accepted request 298191 from Michal Čihař's avatar Michal Čihař (Nijel) (revision 56)
baserev update by copy to link target
Michal Čihař's avatar Michal Čihař (Nijel) accepted request 298170 from Michal Čihař's avatar Michal Čihař (Nijel) (revision 55)
- Update to 2.6.0:
  - Fix handling of cookies on redirect. Previously a cookie without a host
    value set would use the hostname for the redirected URL exposing requests
    users to session fixation attacks and potentially cookie stealing. This was
    disclosed privately by Matthew Daley of `BugFuzz <https://bugfuzz.com>`_.
    An CVE identifier has not yet been assigned for this. This affects all
    versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends).
  - Fix error when requests is an ``install_requires`` dependency and ``python
    setup.py test`` is run. (#2462)
  - Fix error when urllib3 is unbundled and requests continues to use the
    vendored import location.
  - Include fixes to ``urllib3``'s header handling.
  - Requests' handling of unvendored dependencies is now more restrictive.
  - Support bytearrays when passed as parameters in the ``files`` argument.
    (#2468)
  - Avoid data duplication when creating a request with ``str``, ``bytes``, or
    ``bytearray`` input to the ``files`` argument.
  - Revert changes to our vendored certificate bundle. For more context see
    (#2455, #2456, and http://bugs.python.org/issue23476)
buildservice-autocommit accepted request 287544 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 54)
baserev update by copy to link target
buildservice-autocommit accepted request 263759 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 52)
baserev update by copy to link target
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 263601 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 51)
- fix license (Apache-2.0 only)
buildservice-autocommit accepted request 248630 from Todd R's avatar Todd R (TheBlackCat) (revision 50)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 248629 from Todd R's avatar Todd R (TheBlackCat) (revision 49)
Update to 2.4.1
buildservice-autocommit accepted request 237323 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 48)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) committed (revision 47)
- Update tarball to the one upstream is publishing.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 236416 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 46)
- Update to version 2.3.0
  + New ``Response`` property ``is_redirect``, which is true when the
    library could have processed this response as a redirection (whether
    or not it actually did).
  + The ``timeout`` parameter now affects requests with both ``stream=True``
    and ``stream=False`` equally.
  + The change in v2.0.0 to mandate explicit proxy schemes has been reverted.
    Proxy schemes now default to ``http://``.
  + The ``CaseInsensitiveDict`` used for HTTP headers now behaves like a normal
    dictionary when references as string or viewd in the interpreter.
  + No longer expose Authorization or Proxy-Authorization headers on redirect.
    Fix CVE-2014-1829 and CVE-2014-1830 respectively.
  + Authorization is re-evaluated each redirect.
  + On redirect, pass url as native strings.
  + Fall-back to autodetected encoding for JSON when Unicode detection fails.
  + Headers set to ``None`` on the ``Session`` are now correctly not sent.
  + Correctly honor ``decode_unicode`` even if it wasn't used earlier in the
    same response.
  + Stop advertising ``compress`` as a supported Content-Encoding.
  + The ``Response.history`` parameter is now always a list.
  + Many, many ``urllib3`` bugfixes.- Fixes incorrect parsing of proxy
    credentials that contain a literal or encoded '#' character.
  + Assorted urllib3 fixes.
  + New exception: ``ContentDecodingError``. Raised instead of ``urllib3``
    ``DecodeError`` exceptions.
  + Avoid many many exceptions from the buggy implementation of
    ``proxy_bypass`` on OS X in Python 2.6.
  + Avoid crashing when attempting to get authentication credentials
    from ~/.netrc when running as a user without a home directory.
  + Use the correct pool size for pools of connections to proxies.
buildservice-autocommit accepted request 210031 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 45)
baserev update by copy to link target
Displaying revisions 121 - 140 of 184
openSUSE Build Service is sponsored by