Revisions of python-requests

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 664951 from Jonathan Brownell's avatar Jonathan Brownell (jbrownell) (revision 121)
- Support older Red Hat platforms that don't offer "Recommends:"
buildservice-autocommit accepted request 662199 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 120)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 119)
- Move name ahead of version in spec file to resolve build issues
  on older distributions
- fdupe more thoroughly.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 118)
Remove r117
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 117)
- avoid using recommends on older distributions
Todd R's avatar Todd R (TheBlackCat) committed (revision 116)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 115)
Todd R's avatar Todd R (TheBlackCat) accepted request 651457 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 114)
update to latest version
Todd R's avatar Todd R (TheBlackCat) accepted request 646626 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 113)
- Ensure neutrality of descriptions.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 645391 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 112)
- restored Name section that got messed up by spec-cleaner

- specfile:
  * remove devel for noarch
  * remove restriction for urllib3 < 1.24
  * HISTORY and README changed from .rst to .md
- update to version 2.20.0:
  * Bugfixes
    + Content-Type header parsing is now case-insensitive
      (e.g. charset=utf8 v Charset=utf8).
    + Fixed exception leak where certain redirect urls would raise
      uncaught urllib3 exceptions.
    + Requests removes Authorization header from requests redirected
      from https to http on the same hostname. (CVE-2018-18074)
    + should_bypass_proxies now handles URIs without hostnames
      (e.g. files).
  * Dependencies
    + Requests now supports urllib3 v1.24.
  * Deprecations
    + Requests has officially stopped support for Python 2.6.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 111)
Only one changelog is enough
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 624056 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 110)
- -test subpackage must be empty 

- -test subpackage must be empty
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 623059 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 109)
- make multibuild package to resolve circular deps on tests


- make multibuild package to resolve circular deps on tests

- update to version 2.19.1:
  * Fixed issue where status_codes.py’s init function failed trying
    to append to a __doc__ value of None.
- update to version 2.19.0:
  * Improvements
    + Warn about possible slowdown with cryptography version < 1.3.4
    + Check host in proxy URL, before forwarding request to adapter.
    + Maintain fragments properly across redirects. (RFC7231 7.1.2)
    + Removed use of cgi module to expedite library load time.
    + Added support for SHA-256 and SHA-512 digest auth algorithms.
    + Minor performance improvement to Request.content.
    + Migrate to using collections.abc for 3.7 compatibility.
  * Bugfixes
    + Parsing empty Link headers with parse_header_links() no longer
      return one bogus entry.
    + Fixed issue where loading the default certificate bundle from
      a zip archive would raise an IOError.
    + Fixed issue with unexpected ImportError on windows system
      which do not support winreg module.
    + DNS resolution in proxy bypass no longer includes the username
      and password in the request. This also fixes the issue of DNS
      queries failing on macOS.
    + Properly normalize adapter prefixes for url comparison.
    + Passing None as a file pointer to the files param no longer
      raises an exception.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 620316 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 108)
- update to version 2.19.1:
  * Fixed issue where status_codes.py’s init function failed trying
    to append to a __doc__ value of None.
- update to version 2.19.0:
  * Improvements
    + Warn about possible slowdown with cryptography version < 1.3.4
    + Check host in proxy URL, before forwarding request to adapter.
    + Maintain fragments properly across redirects. (RFC7231 7.1.2)
    + Removed use of cgi module to expedite library load time.
    + Added support for SHA-256 and SHA-512 digest auth algorithms.
    + Minor performance improvement to Request.content.
    + Migrate to using collections.abc for 3.7 compatibility.
  * Bugfixes
    + Parsing empty Link headers with parse_header_links() no longer
      return one bogus entry.
    + Fixed issue where loading the default certificate bundle from
      a zip archive would raise an IOError.
    + Fixed issue with unexpected ImportError on windows system
      which do not support winreg module.
    + DNS resolution in proxy bypass no longer includes the username
      and password in the request. This also fixes the issue of DNS
      queries failing on macOS.
    + Properly normalize adapter prefixes for url comparison.
    + Passing None as a file pointer to the files param no longer
      raises an exception.
    + Calling copy on a RequestsCookieJar will now preserve the
      cookie policy correctly.
  * We now support idna v2.7 and urllib3 v1.23.
- Properly set idna/urllib3 dependency versions, runtime and buildtime
- Spec cleanup, remove conditionals for ancient distro versions
- Remove duplicates with fdupes
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 583915 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 107)
Allows Recommends and Suggest in Fedora
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 580753 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 106)
- Recommends only for SUSE
- In no SUSE evironments some tests related with certificates can
  fail. Skip the tests if this case.
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 529024 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 105)
update to latest version
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 515129 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 104)
- update to version v2.18.2
  * Add requirements.txt to MANIFEST.in
  * test ssl version check functions as expected in python 2.6
  * no more stickers
  * fix OPENSSL_VERSION_NUMBER check on Python2.6's ssl module
  * Setup HISTORY for next release
  * Use 'prefix' instead of 'key' in session docstring
  * Allow urllib3 1.22
  * v2.18.2
  * stickers
  * redundant comma
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 507789 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 103)
update to version v2.18.1
  * 2.17.1
  * Fix a typo: verison -> version
  * fix
  * Prepare v2.18.0
  * Update requirements.txt
  * cleanup models.py
  * Preserve identity of unbundled deps
  * ignore undefined names in flake8
  * flake8 ignore lambda expressions
  * Add the pytest .cache/ directory to .gitignore
  * docutils
  * try junit
  * new installation location
  * cleanup utils.py
  * flake8report.txt
  * empty commit
  * no more pipenv
  * Begin dev section of README
  * Remove exec permission from files that shouldn't have it
  * change development philosophy docs to reflect reality
  * fix manifest file
  * only flake8 the right directory
  * update development documentation
  * Remove session redirect cache
  * no piping to a file
  * Catch error if multiprocessing is not available or is unable to determine the number of CPUs
  * todo
  * cleanup sessions.py
  * typo
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 102)
Displaying revisions 61 - 80 of 181
openSUSE Build Service is sponsored by