Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-hyper for openSUSE:Factory checked in at 2021-05-17 18:45:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hyper (Old) and /work/SRC/openSUSE:Factory/.python-hyper.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hyper" Mon May 17 18:45:41 2021 rev:8 rq:893788 version:0.7.0+git88.18b629b Changes: -------- --- /work/SRC/openSUSE:Factory/python-hyper/python-hyper.changes 2021-03-02 12:44:39.604314198 +0100 +++ /work/SRC/openSUSE:Factory/.python-hyper.new.2988/python-hyper.changes 2021-05-17 18:46:11.608399906 +0200 @@ -1,0 +2,5 @@ +Mon May 17 13:18:24 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Skip test_set_url_info test as well + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hyper.spec ++++++ --- /var/tmp/diff_new_pack.bWfqCc/_old 2021-05-17 18:46:12.100397818 +0200 +++ /var/tmp/diff_new_pack.bWfqCc/_new 2021-05-17 18:46:12.104397801 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-hyper # -# 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 @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 +%bcond_without python36 Name: python-hyper Version: 0.7.0+git88.18b629b Release: 0 @@ -48,7 +49,7 @@ Requires: python-hyperframe >= 3.2 Requires: python-rfc3986 >= 1.1.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %if %{with python2} BuildRequires: python-enum34 >= 1.0.4 BuildRequires: python-futures @@ -85,7 +86,7 @@ # test_HTTPConnection_with_custom_context - TLS 1.3 does not support h2 # test_useful_error_with_no_protocol test_goaway_frame_PROTOCOL_ERROR test_goaway_frame_HTTP_1_1_REQUIRED test_goaway_frame_invalid_error_code - httplib update changed error messages reported # test_we_can_read_from_the_socket and test_connection_no_window_update_on_zero_length_data_frame fail due to updated dependencies -%pytest -rs -k 'not (rpmfail_getaddrinfo or test_HTTPConnection_with_custom_context or test_useful_error_with_no_protocol or test_goaway_frame_PROTOCOL_ERROR or test_goaway_frame_HTTP_1_1_REQUIRED or test_goaway_frame_invalid_error_code or test_we_can_read_from_the_socket or test_connection_no_window_update_on_zero_length_data_frame)' test/ +%pytest -rs -k 'not (rpmfail_getaddrinfo or test_HTTPConnection_with_custom_context or test_useful_error_with_no_protocol or test_goaway_frame_PROTOCOL_ERROR or test_goaway_frame_HTTP_1_1_REQUIRED or test_goaway_frame_invalid_error_code or test_we_can_read_from_the_socket or test_connection_no_window_update_on_zero_length_data_frame or test_set_url_info)' test/ %post %python_install_alternative hyper