Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wsproto for openSUSE:Factory checked in at 2022-02-18 23:02:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wsproto (Old) and /work/SRC/openSUSE:Factory/.python-wsproto.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wsproto" Fri Feb 18 23:02:46 2022 rev:10 rq:955714 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes 2021-01-25 18:25:33.364597474 +0100 +++ /work/SRC/openSUSE:Factory/.python-wsproto.new.1958/python-wsproto.changes 2022-02-18 23:03:08.153411938 +0100 @@ -1,0 +2,6 @@ +Thu Feb 17 21:00:48 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169) +- fix version dependency on h11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wsproto.spec ++++++ --- /var/tmp/diff_new_pack.DHVUzD/_old 2022-02-18 23:03:08.737411893 +0100 +++ /var/tmp/diff_new_pack.DHVUzD/_new 2022-02-18 23:03:08.745411892 +0100 @@ -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 @@ 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 @@ %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