Commit Graph

113 Commits

Author SHA256 Message Date
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=185
2024-06-06 19:38:51 +00:00
Markéta Machová
a8abd1de39 Accepting request 1175866 from home:mcalabkova:branches:devel:languages:python
- Update to 2.32.2
  * 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 
    considered deprecated in all versions of Requests>=2.32.0.

OBS-URL: https://build.opensuse.org/request/show/1175866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=183
2024-05-22 14:11:59 +00:00
Markéta Machová
022a931264 Accepting request 1175561 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 2.32.1
  * 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, 
    regardless of the value of verify. (bsc#1224788, CVE-2024-35195)
  * verify=True now reuses a global SSLContext which should improve request time 
    variance between first and subsequent requests.
  * 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 
    vendoring surface area.
  * Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7.
  * Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling.

OBS-URL: https://build.opensuse.org/request/show/1175561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=182
2024-05-21 12:50:09 +00:00
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+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=180
2023-09-11 20:42:01 +00:00
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=177
2023-06-12 12:04:25 +00:00
1bad819eab Accepting request 1085066 from home:ojkastl_buildservice:Branch_devel_languages_python
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=175
2023-05-05 12:13:37 +00:00
Steve Kowalik
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=174
2023-05-04 01:49:16 +00:00
d539fb7377 - Don't upper limit version of charset_normalized at runtime, too.
* Added change to patch: requests-no-hardcoded-version.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=172
2023-02-24 11:33:24 +00:00
ec95131598 Accepting request 1067584 from devel:languages:python
revert

OBS-URL: https://build.opensuse.org/request/show/1067584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=171
2023-02-24 11:02:42 +00:00
a97af8bc6f Accepting request 1065612 from home:dirkmueller:acdc
- Don't upper limit version of charset_normalizer required.

OBS-URL: https://build.opensuse.org/request/show/1065612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=169
2023-02-13 23:21:38 +00:00
ed3af5b690 osc copypac from project:devel:languages:python package:python-requests revision:9e7fe40dca32bed061468bcb1662f429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=168
2023-02-02 10:50:58 +00:00
783abdffa9 Accepting request 1062583 from system:homeautomation:home-assistant:unstable
update

OBS-URL: https://build.opensuse.org/request/show/1062583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=167
2023-02-02 07:20:06 +00:00
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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=165
2023-01-21 10:02:15 +00:00
Markéta Machová
f09ed8605f Accepting request 1032373 from home:david.anes:branches:devel:languages:python
- allow using newest version of charset-normalizer (3.0+)

OBS-URL: https://build.opensuse.org/request/show/1032373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=162
2022-10-31 09:49:00 +00:00
5f39e20313 - requires python 3.7 or newer
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=160
2022-09-29 14:02:10 +00:00
2d3bd7aa57 Accepting request 986269 from home:stroeder:branches:devel:languages:python
update to 2.28.1

Note that module now requires Python 3.7+ and thus Leap is not supported anymore.

OBS-URL: https://build.opensuse.org/request/show/986269
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=158
2022-07-02 16:29:47 +00:00
00512a584a Accepting request 944102 from home:stroeder:python
update to 2.27.1

OBS-URL: https://build.opensuse.org/request/show/944102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=157
2022-01-05 20:06:25 +00:00
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=156
2022-01-04 16:22:38 +00:00
Steve Kowalik
d746ba43cb - Correct {Build,}Requires for charset_normalizer.
- Add trustme to BuildRequires for the test suite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=155
2021-10-28 06:56:55 +00:00
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=154
2021-10-26 21:10:00 +00:00
Steve Kowalik
c4ec337410 - Skip test_pyopenssl_redirect due to gh#psf/requests#5846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=153
2021-07-01 06:30:43 +00:00
OBS User buildservice-autocommit
0b85023e40 Accepting request 869036 from devel:languages:python
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/869036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=151
2021-02-11 11:46:29 +00:00
OBS User buildservice-autocommit
9bd743bea9 Updating link to change in openSUSE:Factory/python-requests revision 68.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=c3af1fde49fadccc2ba875edb5defc88
2021-02-11 11:46:29 +00:00
3f24cf1f61 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=150 2021-02-04 11:00:29 +00:00
2799a9caa2 - add 5711.patch from upstream instead to remove idna<3 pin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=149
2021-02-04 10:32:38 +00:00
ab58f6c9a0 Accepting request 868971 from home:bnavigator:branches:devel:languages:python
- Don't pin idna<3 in the egg-info so that depending packages
  can install the new idna dropping python2

OBS-URL: https://build.opensuse.org/request/show/868971
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=148
2021-02-03 22:08:03 +00:00
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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=146
2020-12-19 09:57:29 +00:00
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=144
2020-11-26 12:40:34 +00:00
dd340cf729 Accepting request 822499 from home:sebix:branches:devel:languages:python
- remove patch pr_5251-pytest5.patch, not needed anymore.
- update to version 2.24.0:
 - pyOpenSSL TLS implementation is now only used if Python
   either doesn't have an `ssl` module or doesn't support
   SNI. Previously pyOpenSSL was unconditionally used if available.
   This applies even if pyOpenSSL is installed via the
   `requests[security]` extra (#5443)
 - Redirect resolution should now only occur when
   `allow_redirects` is True. (#5492)
 - No longer perform unnecessary Content-Length calculation for
   requests that won't use it. (#5496)

OBS-URL: https://build.opensuse.org/request/show/822499
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=142
2020-07-24 02:14:24 +00:00
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=138
2020-02-24 15:21:03 +00:00
Tomáš Chvátal
316a0b7f87 Accepting request 757372 from home:StefanBruens:branches:devel:languages:python
- Remove python-urllib3, python-certifi and ca-certificates from
  main package BuildRequires, not required for building.
- Do not require full python, (implicit) python-base is sufficient.

OBS-URL: https://build.opensuse.org/request/show/757372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=136
2019-12-17 07:54:37 +00:00
Tomáš Chvátal
bb07151af9 Accepting request 744656 from home:jayvdb:branches:devel:languages:python:isolated
- Add two patches only updating test logic to remove pytest 3 pin
  - merged_pr_5049.patch
  - pr_5251-pytest5.patch

OBS-URL: https://build.opensuse.org/request/show/744656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=134
2019-11-01 08:23:28 +00:00
Tomáš Chvátal
7143771b59 - Hardcode pytest 3.x series as upstream even in git does not work
with newer versions (they pinned the release)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=132
2019-07-22 07:58:25 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=130
2019-05-25 08:45:30 +00:00
Tomáš Chvátal
1a4a56e41c - Do not hardcode version requirements in setup.py allowing us to
update and verify functionality on our own:
  * requests-no-hardcoded-version.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=128
2019-04-23 10:46:50 +00:00
Tomáš Chvátal
671ee91793 - Skip one more test that is flaky
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=126
2019-02-25 15:45:21 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=125
2019-02-15 11:41:38 +00:00
Antonio Larrosa
05c79ceb31 Accepting request 671881 from home:glaubitz:branches:devel:languages:python
- update to version 2.21.0:
  * Requests now supports idna v2.8.

OBS-URL: https://build.opensuse.org/request/show/671881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=123
2019-02-05 14:03:59 +00:00
4e7a7eb879 Accepting request 664951 from home:jbrownell:branches:devel:languages:python
- Support older Red Hat platforms that don't offer "Recommends:"

OBS-URL: https://build.opensuse.org/request/show/664951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=121
2019-01-12 15:42:15 +00:00
2b5c82d4b2 - Move name ahead of version in spec file to resolve build issues
on older distributions
- fdupe more thoroughly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=119
2018-12-31 11:25:50 +00:00
11080ed48a Remove r117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=118
2018-12-29 23:47:40 +00:00
788e4f3963 - avoid using recommends on older distributions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=117
2018-12-10 10:36:44 +00:00
Todd R
5b988d3f50 Accepting request 651457 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/651457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=114
2018-11-25 01:49:10 +00:00
Todd R
f7387ae626 Accepting request 646626 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of descriptions.

OBS-URL: https://build.opensuse.org/request/show/646626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=113
2018-11-06 15:28:08 +00:00
Tomáš Chvátal
3028d8a918 Accepting request 645391 from home:apersaud:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/645391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=112
2018-10-30 08:35:15 +00:00
579757f76c Accepting request 624056 from home:mimi_vx:branches:devel:languages:python
- -test subpackage must be empty 

- -test subpackage must be empty

OBS-URL: https://build.opensuse.org/request/show/624056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=110
2018-07-19 14:15:21 +00:00
Tomáš Chvátal
df7ea9c472 Accepting request 623059 from home:mimi_vx:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/623059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=109
2018-07-16 08:02:35 +00:00
Tomáš Chvátal
8e0d77f4df Accepting request 620316 from home:StefanBruens:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/620316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=108
2018-07-03 07:07:45 +00:00
Tomáš Chvátal
91167bda81 Accepting request 583915 from home:aplanas:branches:devel:languages:python
Allows Recommends and Suggest in Fedora

OBS-URL: https://build.opensuse.org/request/show/583915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=107
2018-03-07 14:42:55 +00:00
76a2b046ed Accepting request 580753 from home:aplanas:branches:devel:languages:python
- Recommends only for SUSE
- In no SUSE evironments some tests related with certificates can
  fail. Skip the tests if this case.

OBS-URL: https://build.opensuse.org/request/show/580753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=106
2018-02-27 21:50:44 +00:00