diff --git a/python-wsproto.changes b/python-wsproto.changes index 8ee830b..c3299c1 100644 --- a/python-wsproto.changes +++ b/python-wsproto.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 17 21:00:48 UTC 2022 - Dirk Müller + +- filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169) +- fix version dependency on h11 + ------------------------------------------------------------------- Mon Jan 25 11:33:52 UTC 2021 - John Vandenberg diff --git a/python-wsproto.spec b/python-wsproto.spec index c4dfb60..a44dad6 100644 --- a/python-wsproto.spec +++ b/python-wsproto.spec @@ -1,7 +1,7 @@ # # spec file for package python-wsproto # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,14 +29,14 @@ Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-h11 >= 0.8.1 +Requires: python-h11 >= 0.9.0 BuildArch: noarch %if 0%{?suse_version} <= 1520 BuildRequires: %{python_module dataclasses} %endif BuildRequires: (python36-dataclasses if python36-base) # SECTION test requirements -BuildRequires: %{python_module h11 >= 0.8.1} +BuildRequires: %{python_module h11 >= 0.9.0} BuildRequires: %{python_module pytest} # /SECTION %if 0%{?python_version_nodots} <= 36 @@ -69,7 +69,8 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# https://github.com/python-hyper/wsproto/issues/169 +%pytest -k 'not (test_handshake or test_handshake_extra_headers)' %files %{python_files} %doc README.rst