Hello community,
here is the log from the commit of package python-idna_ssl for openSUSE:Factory
checked in at 2020-03-17 13:12:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-idna_ssl (Old)
and /work/SRC/openSUSE:Factory/.python-idna_ssl.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-idna_ssl"
Tue Mar 17 13:12:07 2020 rev:6 rq:785883 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-idna_ssl/python-idna_ssl.changes
2019-11-18 20:09:25.853621373 +0100
+++
/work/SRC/openSUSE:Factory/.python-idna_ssl.new.3160/python-idna_ssl.changes
2020-03-17 13:12:14.925895874 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 10:39:29 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip also test test_aiohttp that fails on Leap due to http error
+ (it tries to resolve stuff that fails)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-idna_ssl.spec ++++++
--- /var/tmp/diff_new_pack.g1P01b/_old 2020-03-17 13:12:16.405897010 +0100
+++ /var/tmp/diff_new_pack.g1P01b/_new 2020-03-17 13:12:16.437897035 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package python-idna_ssl
+# spec file for package python
#
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,6 @@
Release: 0
Summary: Library that patches sslmatch_hostname for Unicode/IDNA domain
support
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/aio-libs/idna_ssl
Source: https://github.com/aio-libs/idna-ssl/archive/v%{version}.tar.gz
BuildRequires: %{python_module idna >= 2.0}
@@ -69,7 +68,7 @@
%check
%if %{with test}
-%pytest -k "not test_aiohttp_py370"
+%pytest -k "not test_aiohttp_py370 and not test_aiohttp"
%endif
%if ! %{with test}