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-03-02 12:32:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hyper (Old) and /work/SRC/openSUSE:Factory/.python-hyper.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hyper" Tue Mar 2 12:32:14 2021 rev:7 rq:875541 version:0.7.0+git88.18b629b Changes: -------- --- /work/SRC/openSUSE:Factory/python-hyper/python-hyper.changes 2020-05-26 17:49:42.859932357 +0200 +++ /work/SRC/openSUSE:Factory/.python-hyper.new.2378/python-hyper.changes 2021-03-02 12:44:39.604314198 +0100 @@ -1,0 +2,6 @@ +Fri Feb 26 15:46:38 UTC 2021 - John Vandenberg <[email protected]> + +- Skip two tests failing due to updated dependencies +- Simplify test invocation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hyper.spec ++++++ --- /var/tmp/diff_new_pack.D4wS0k/_old 2021-03-02 12:44:40.080314610 +0100 +++ /var/tmp/diff_new_pack.D4wS0k/_new 2021-03-02 12:44:40.084314613 +0100 @@ -38,11 +38,9 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest >= 3.0} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module requests} BuildRequires: %{python_module rfc3986 >= 1.1.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module virtualenv >= 14.0.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-brotlipy >= 0.7.0 @@ -86,7 +84,8 @@ %check # 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 -%python_exec setup.py pytest --addopts="test/ -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)'" +# 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/ %post %python_install_alternative hyper ++++++ _service ++++++ --- /var/tmp/diff_new_pack.D4wS0k/_old 2021-03-02 12:44:40.104314631 +0100 +++ /var/tmp/diff_new_pack.D4wS0k/_new 2021-03-02 12:44:40.108314634 +0100 @@ -1,6 +1,6 @@ <services> <service name="obs_scm" mode="disabled"> - <param name="url">https://github.com/Lukasa/hyper.git</param> + <param name="url">https://github.com/python-hyper/hyper.git</param> <param name="scm">git</param> <param name="revision">development</param> <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
