Hello community,

here is the log from the commit of package python-hyper for openSUSE:Factory 
checked in at 2019-06-13 23:01:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hyper (Old)
 and      /work/SRC/openSUSE:Factory/.python-hyper.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hyper"

Thu Jun 13 23:01:34 2019 rev:2 rq:707626 version:0.7.0+git88.18b629b

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hyper/python-hyper.changes        
2019-04-19 18:38:34.115198849 +0200
+++ /work/SRC/openSUSE:Factory/.python-hyper.new.4811/python-hyper.changes      
2019-06-13 23:01:35.511505879 +0200
@@ -1,0 +2,6 @@
+Tue May 28 11:15:20 UTC 2019 - tchva...@suse.com
+
+- Skip one test that fails on TLS-1.3 because it is no longer
+  supported openssl behaviour being tested
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hyper.spec ++++++
--- /var/tmp/diff_new_pack.yIpNrp/_old  2019-06-13 23:01:36.115504970 +0200
+++ /var/tmp/diff_new_pack.yIpNrp/_new  2019-06-13 23:01:36.119504964 +0200
@@ -76,7 +76,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py pytest --addopts="test/ -k 'not rpmfail_getaddrinfo'"
+# test_HTTPConnection_with_custom_context - TLS 1.3 does not support h2
+%python_exec setup.py pytest --addopts="test/ -k 'not rpmfail_getaddrinfo and 
not test_HTTPConnection_with_custom_context'"
 
 %files %{python_files}
 %license LICENSE


Reply via email to