From 2d67fc61e13a436e16c9402521e7c0d841e79e2e02d2cb379d7e1c3a1327f066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 12 Feb 2021 09:43:16 +0000 Subject: [PATCH] Accepting request 871259 from home:pmonrealgonzalez:branches:devel:languages:python To be evaluated in Staging:O, it fixes the build there. OBS-URL: https://build.opensuse.org/request/show/871259 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-toolbelt?expand=0&rev=20 --- python-requests-toolbelt.changes | 5 +++++ python-requests-toolbelt.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-requests-toolbelt.changes b/python-requests-toolbelt.changes index 1d20ef5..905a7d3 100644 --- a/python-requests-toolbelt.changes +++ b/python-requests-toolbelt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 11 16:08:10 UTC 2021 - Pedro Monreal + +- Relax the crypto policies for the test-suite + ------------------------------------------------------------------- Mon Dec 14 00:35:01 UTC 2020 - Benjamin Greiner diff --git a/python-requests-toolbelt.spec b/python-requests-toolbelt.spec index 568be55..28b68bf 100644 --- a/python-requests-toolbelt.spec +++ b/python-requests-toolbelt.spec @@ -1,7 +1,7 @@ # # spec file for package python-requests-toolbelt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -67,6 +67,10 @@ rm -v tests/test_multipart_encoder.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# Relax the crypto policies for the test-suite +export OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file +export OPENSSL_CONF='' + %pytest %files %{python_files}