Commit Graph

  • d0c9d9cc6d Accepting request 1179087 from devel:languages:python factory Ana Guerrero 2024-06-07 13:01:52 +0000
  • feb7f39f9a - update to 2.32.3: * Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. * Fixed issue where Requests started failing to run on Python versions compiled without the ssl module. * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is * Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, * verify=True now reuses a global SSLContext which should improve request time * Requests now supports optional use of character detection (chardet or charset_normalizer) when repackaged or vendored. This enables pip and other projects to minimize their Dirk Mueller 2024-06-06 19:38:51 +0000
  • 6f36943a32 Accepting request 1175867 from devel:languages:python Ana Guerrero 2024-05-24 17:50:01 +0000
  • a8abd1de39 Accepting request 1175866 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2024-05-22 14:11:59 +0000
  • 022a931264 Accepting request 1175561 from home:mcalabkova:branches:devel:languages:python:pytest Markéta Machová 2024-05-21 12:50:09 +0000
  • 35db5c9f34 Accepting request 1110368 from devel:languages:python Ana Guerrero 2023-09-12 19:02:19 +0000
  • 9799752179 - switch from unmaintained brotlipy to Brotli (same as urllib3) - allow using newest version of charset-normalizer (3.0+) - Skip test_pyopenssl_redirect due to gh#psf/requests#5846 - add 5711.patch from upstream instead to remove idna<3 pin can install the new idna dropping python2 - refreshed requests-no-hardcoded-version.patch - Do not require full python, (implicit) python-base is sufficient. - Skip one more test that is flaky - -test subpackage must be empty * Only load the idna library when we’ve determined we need it. * Fixed an issue with JSON encoding detection, specifically detecting - Fixed requests-do-not-use-bundle.patch requests-do-not-use-bundle.patch - fix license (Apache-2.0 only) - Now has a "security" package extras set, - Bugfix for responses that attempt to redirect to themselves - Support for connect timeouts! Timeout now accepts a tuple (connect, read) which is used to set individual connect and - update to 1.2.0: + charade: LGPL-2.1+ Dirk Mueller 2023-09-11 20:42:01 +0000
  • 44d2d1e0e5 Accepting request 1092607 from devel:languages:python Dominique Leuenberger 2023-06-14 14:28:35 +0000
  • 30031b76cd - Delete requests-no-hardcoded-version.patch Daniel Garcia 2023-06-12 12:14:24 +0000
  • f1ac59bf1f - Security Update to 2.31.0 (bsc#1211674): Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects. When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy. In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed. Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability. Full details can be read in our Github Security Advisory and CVE-2023-32681. Daniel Garcia 2023-06-12 12:04:25 +0000
  • 7d658ba5a2 Accepting request 1085070 from devel:languages:python Dominique Leuenberger 2023-05-19 09:55:06 +0000
  • 1bad819eab Accepting request 1085066 from home:ojkastl_buildservice:Branch_devel_languages_python Dirk Mueller 2023-05-05 12:13:37 +0000
  • 9b183aa4ab - Update to 2.30.0: * Added support for urllib3 2.0.  * Defer chunked requests to the urllib3 implementation to improve standardization. * Relax header component requirements to support bytes/str subclasses. Steve Kowalik 2023-05-04 01:49:16 +0000
  • 76000c4a36 Accepting request 1069145 from devel:languages:python Dominique Leuenberger 2023-03-04 21:42:18 +0000
  • d539fb7377 - Don't upper limit version of charset_normalized at runtime, too. * Added change to patch: requests-no-hardcoded-version.patch Matej Cepl 2023-02-24 11:33:24 +0000
  • ec95131598 Accepting request 1067584 from devel:languages:python Matej Cepl 2023-02-24 11:02:42 +0000
  • fe92d4619f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=170 Matej Cepl 2023-02-16 17:38:12 +0000
  • a97af8bc6f Accepting request 1065612 from home:dirkmueller:acdc Matej Cepl 2023-02-13 23:21:38 +0000
  • ed3af5b690 osc copypac from project:devel:languages:python package:python-requests revision:9e7fe40dca32bed061468bcb1662f429 Adrian Schröter 2023-02-02 10:50:58 +0000
  • 783abdffa9 Accepting request 1062583 from system:homeautomation:home-assistant:unstable Adrian Schröter 2023-02-02 07:20:06 +0000
  • 84c4e160ea Accepting request 1060118 from devel:languages:python Dominique Leuenberger 2023-01-23 17:30:44 +0000
  • 855fe1ea2b - update to 2.28.2: - Requests now supports charset\_normalizer 3.x. - Updated MissingSchema exception to suggest https scheme rather than http. - drop requests-allow-charset-normalizer-3.patch (upstream) Dirk Mueller 2023-01-21 10:02:15 +0000
  • b10f6a5c05 Accepting request 1032440 from devel:languages:python Dominique Leuenberger 2022-11-01 12:41:01 +0000
  • 5307697c02 mention the patch Markéta Machová 2022-10-31 10:08:44 +0000
  • f09ed8605f Accepting request 1032373 from home:david.anes:branches:devel:languages:python Markéta Machová 2022-10-31 09:49:00 +0000
  • 804aaf952c Accepting request 1008412 from devel:languages:python Fabian Vogt 2022-10-10 16:43:16 +0000
  • 5f39e20313 - requires python 3.7 or newer Dirk Mueller 2022-09-29 14:02:10 +0000
  • a04c904009 Accepting request 986373 from devel:languages:python Dominique Leuenberger 2022-07-04 09:32:30 +0000
  • 2d3bd7aa57 Accepting request 986269 from home:stroeder:branches:devel:languages:python Matej Cepl 2022-07-02 16:29:47 +0000
  • 529a95e75a Accepting request 944115 from devel:languages:python Dominique Leuenberger 2022-01-07 11:44:41 +0000
  • 00512a584a Accepting request 944102 from home:stroeder:python Matej Cepl 2022-01-05 20:06:25 +0000
  • 66136dfc9c - update to 2.27.0: * Officially added support for Python 3.10. (#5928) * Added a requests.exceptions.JSONDecodeError to unify JSON exceptions between Python 2 and 3. This gets raised in the response.json() method, and is backwards compatible as it inherits from previously thrown exceptions. Can be caught from requests.exceptions.RequestException as well. (#5856) * Improved error text for misnamed InvalidSchema and MissingSchema exceptions. This is a temporary fix until exceptions can be renamed (Schema->Scheme). (#6017) * Improved proxy parsing for proxy URLs missing a scheme. This will address recent changes to urlparse in Python 3.9+. (#5917) * Fixed defect in extract_zipped_paths which could result in an infinite loop for some paths. (#5851) * Fixed handling for AttributeError when calculating length of files obtained by Tarfile.extractfile(). (#5239) * Fixed urllib3 exception leak, wrapping urllib3.exceptions.InvalidHeader with requests.exceptions.InvalidHeader. (#5914) * Fixed bug where two Host headers were sent for chunked requests. (#5391) * Fixed regression in Requests 2.26.0 where Proxy-Authorization was incorrectly stripped from all requests sent with Session.send. (#5924) * Fixed performance regression in 2.26.0 for hosts with a large number of proxies available in the environment. (#5924) * Fixed idna exception leak, wrapping UnicodeError with requests.exceptions.InvalidURL for URLs with a leading dot (.) in the domain. (#5414) * Requests support for Python 2.7 and 3.6 will be ending in 2022. While we don't have exact dates, Requests 2.27.x is likely to be the last release series providing support. Dirk Mueller 2022-01-04 16:22:38 +0000
  • b766d3df46 Accepting request 928315 from devel:languages:python Dominique Leuenberger 2021-11-21 22:51:34 +0000
  • d746ba43cb - Correct {Build,}Requires for charset_normalizer. - Add trustme to BuildRequires for the test suite. Steve Kowalik 2021-10-28 06:56:55 +0000
  • 6590e207df - update to 2.26.0: - Session.send now correctly resolves proxy configurations from both the Session and Request. Behavior now matches Session.request. (#5681) - Fixed a race condition in zip extraction when using Requests in parallel from zip archive. (#5707) - Instead of chardet, use the MIT-licensed charset_normalizer for Python3 to remove license ambiguity for projects bundling requests. - Requests now supports idna 3.x on Python 3. idna 2.x will continue to be used on Python 2 installations. (#5711) - The requests[security] extra has been converted to a no-op install. PyOpenSSL is no longer the recommended secure option for Requests. (#5867) - Requests has officially dropped support for Python 3.5. (#5867) - drop 5711.patch: upstream Dirk Mueller 2021-10-26 21:10:00 +0000
  • 68bd180f43 Accepting request 903344 from devel:languages:python Dominique Leuenberger 2021-07-10 20:53:52 +0000
  • c4ec337410 - Skip test_pyopenssl_redirect due to gh#psf/requests#5846 Steve Kowalik 2021-07-01 06:30:43 +0000
  • efa67dad80 Accepting request 871198 from devel:languages:python Dominique Leuenberger 2021-02-15 22:11:59 +0000
  • 7cba77c2a5 Accepting request 869036 from devel:languages:python Dominique Leuenberger 2021-02-11 11:46:29 +0000
  • 0b85023e40 Accepting request 869036 from devel:languages:python OBS User buildservice-autocommit 2021-02-11 11:46:29 +0000
  • 9bd743bea9 Updating link to change in openSUSE:Factory/python-requests revision 68.0 OBS User buildservice-autocommit 2021-02-11 11:46:29 +0000
  • 3f24cf1f61 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=150 Dirk Mueller 2021-02-04 11:00:29 +0000
  • 2799a9caa2 - add 5711.patch from upstream instead to remove idna<3 pin Dirk Mueller 2021-02-04 10:32:38 +0000
  • ab58f6c9a0 Accepting request 868971 from home:bnavigator:branches:devel:languages:python Matej Cepl 2021-02-03 22:08:03 +0000
  • 7c09a34ff2 Accepting request 856964 from devel:languages:python Dominique Leuenberger 2020-12-23 13:18:41 +0000
  • db029592a9 - update to 2.25.1: - Requests now treats application/json as utf8 by default. Resolving inconsistencies between r.text and r.json output. (#5673) Dirk Mueller 2020-12-19 09:57:29 +0000
  • ffc7d71d48 Accepting request 851065 from devel:languages:python Dominique Leuenberger 2020-12-03 17:37:27 +0000
  • 65ce8b1dec - update to 2.25.0: * Added support for NETRC environment variable. (#5643) * Requests now supports urllib3 v1.26. * Requests v2.25.x will be the last release series with support for Python 3.5. - refreshed requests-no-hardcoded-version.patch Dirk Mueller 2020-11-26 12:40:34 +0000
  • 5b5b376d1c Accepting request 822516 from devel:languages:python Dominique Leuenberger 2020-08-01 10:30:36 +0000
  • dd340cf729 Accepting request 822499 from home:sebix:branches:devel:languages:python Matej Cepl 2020-07-24 02:14:24 +0000
  • 4d069f1406 Accepting request 796260 from devel:languages:python Dominique Leuenberger 2020-04-22 18:44:33 +0000
  • c0b7b48e8c - update to version 2.20.0 bsc#1111622: Tomáš Chvátal 2020-04-22 10:29:06 +0000
  • 831b47df62 Accepting request 778804 from devel:languages:python Dominique Leuenberger 2020-02-29 20:18:12 +0000
  • c3e7e42530 - update to 2.23.0 - dropped merged_pr_5049.patch - refreshed requests-no-hardcoded-version.patch * Remove defunct reference to prefetch in Session __attrs__ * Requests no longer outputs password in basic auth usage warning Ondřej Súkup 2020-02-24 15:21:03 +0000
  • 5cef627bb2 Accepting request 757448 from devel:languages:python Dominique Leuenberger 2019-12-24 13:28:46 +0000
  • 316a0b7f87 Accepting request 757372 from home:StefanBruens:branches:devel:languages:python Tomáš Chvátal 2019-12-17 07:54:37 +0000
  • 1a3dbe6bb6 Accepting request 744659 from devel:languages:python Dominique Leuenberger 2019-11-04 16:13:39 +0000
  • bb07151af9 Accepting request 744656 from home:jayvdb:branches:devel:languages:python:isolated Tomáš Chvátal 2019-11-01 08:23:28 +0000
  • ddb1748416 Accepting request 717463 from devel:languages:python Dominique Leuenberger 2019-07-30 11:03:56 +0000
  • 7143771b59 - Hardcode pytest 3.x series as upstream even in git does not work with newer versions (they pinned the release) Tomáš Chvátal 2019-07-22 07:58:25 +0000
  • f63483e35d Accepting request 705386 from devel:languages:python Dominique Leuenberger 2019-05-27 06:37:17 +0000
  • 29cefd379a - Update to 2.22.0: * Requests now supports urllib3 v1.25.2. (note: 1.25.0 and 1.25.1 are incompatible) - Rebase requests-no-hardcoded-version.patch Tomáš Chvátal 2019-05-25 08:45:30 +0000
  • 6c2fb6b2ea Accepting request 697101 from devel:languages:python Yuchen Lin 2019-04-26 20:41:57 +0000
  • 1a4a56e41c - Do not hardcode version requirements in setup.py allowing us to update and verify functionality on our own: * requests-no-hardcoded-version.patch Tomáš Chvátal 2019-04-23 10:46:50 +0000
  • 27061cef1f Accepting request 678959 from devel:languages:python Dominique Leuenberger 2019-02-26 21:15:45 +0000
  • 671ee91793 - Skip one more test that is flaky Tomáš Chvátal 2019-02-25 15:45:21 +0000
  • 7dbc844192 - Update to 2.21.0: * Update various dependencies to match reality - Update the reqs based on upstream - Fix the multibuild to match other packages Tomáš Chvátal 2019-02-15 11:41:38 +0000
  • ac56201d52 Accepting request 671885 from devel:languages:python Stephan Kulow 2019-02-08 12:46:32 +0000
  • 05c79ceb31 Accepting request 671881 from home:glaubitz:branches:devel:languages:python Antonio Larrosa 2019-02-05 14:03:59 +0000
  • 05a0702425 Accepting request 664989 from devel:languages:python Dominique Leuenberger 2019-01-28 19:45:44 +0000
  • 4e7a7eb879 Accepting request 664951 from home:jbrownell:branches:devel:languages:python Dirk Mueller 2019-01-12 15:42:15 +0000
  • 8c21e9cea5 Accepting request 662199 from devel:languages:python Dominique Leuenberger 2019-01-03 17:05:28 +0000
  • 2b5c82d4b2 - Move name ahead of version in spec file to resolve build issues on older distributions - fdupe more thoroughly. Matej Cepl 2018-12-31 11:25:50 +0000
  • 11080ed48a Remove r117 Matej Cepl 2018-12-29 23:47:40 +0000
  • 788e4f3963 - avoid using recommends on older distributions Dirk Mueller 2018-12-10 10:36:44 +0000
  • 57f16393c1 Accepting request 651559 from devel:languages:python Dominique Leuenberger 2018-11-28 10:09:39 +0000
  • 5b988d3f50 Accepting request 651457 from home:apersaud:branches:devel:languages:python Todd R 2018-11-25 01:49:10 +0000
  • 748ad4c1bf Accepting request 646695 from devel:languages:python Dominique Leuenberger 2018-11-12 08:50:37 +0000
  • f7387ae626 Accepting request 646626 from home:jengelh:branches:devel:languages:python Todd R 2018-11-06 15:28:08 +0000
  • 6b488844ed Accepting request 645472 from devel:languages:python Dominique Leuenberger 2018-11-06 14:19:42 +0000
  • 3028d8a918 Accepting request 645391 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-10-30 08:35:15 +0000
  • 3bbb8bd1f9 Accepting request 627626 from devel:languages:python Dominique Leuenberger 2018-08-07 07:42:53 +0000
  • 708234795a Only one changelog is enough Tomáš Chvátal 2018-08-06 10:01:03 +0000
  • c06fe04f27 Accepting request 624090 from devel:languages:python Dominique Leuenberger 2018-07-21 08:09:13 +0000
  • 579757f76c Accepting request 624056 from home:mimi_vx:branches:devel:languages:python Ondřej Súkup 2018-07-19 14:15:21 +0000
  • df7ea9c472 Accepting request 623059 from home:mimi_vx:branches:devel:languages:python Tomáš Chvátal 2018-07-16 08:02:35 +0000
  • 4863edbeca Accepting request 620399 from devel:languages:python Dominique Leuenberger 2018-07-04 21:53:59 +0000
  • 8e0d77f4df Accepting request 620316 from home:StefanBruens:branches:devel:languages:python Tomáš Chvátal 2018-07-03 07:07:45 +0000
  • 71f6fd3561 Accepting request 583919 from devel:languages:python Dominique Leuenberger 2018-03-12 11:05:23 +0000
  • 91167bda81 Accepting request 583915 from home:aplanas:branches:devel:languages:python Tomáš Chvátal 2018-03-07 14:42:55 +0000
  • 6d3448cd40 Accepting request 580800 from devel:languages:python Dominique Leuenberger 2018-03-05 12:34:32 +0000
  • 76a2b046ed Accepting request 580753 from home:aplanas:branches:devel:languages:python Dirk Mueller 2018-02-27 21:50:44 +0000
  • a9d453a114 Accepting request 529890 from devel:languages:python Dominique Leuenberger 2017-10-02 14:48:19 +0000
  • 9b44abc81b Accepting request 529024 from home:apersaud:branches:devel:languages:python Jan Matejek 2017-09-29 10:42:46 +0000
  • 45e8c13b5d Accepting request 515216 from devel:languages:python Dominique Leuenberger 2017-08-14 10:36:54 +0000
  • 62f6478c43 Accepting request 515129 from home:tbechtold:branches:devel:languages:python Dirk Mueller 2017-08-08 15:58:21 +0000
  • ed0ab381ed Accepting request 507839 from devel:languages:python Dominique Leuenberger 2017-07-04 09:57:50 +0000
  • d777f538e6 Accepting request 507789 from home:tbechtold:branches:devel:languages:python Jan Matejek 2017-07-03 13:49:49 +0000
  • 2c06b226cd Accepting request 501303 from devel:languages:python Dominique Leuenberger 2017-06-13 14:06:34 +0000
  • fe4ce95129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=102 Dirk Mueller 2017-06-10 10:10:54 +0000