Hello community, here is the log from the commit of package python-wsproto for openSUSE:Factory checked in at 2020-10-12 13:59:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wsproto (Old) and /work/SRC/openSUSE:Factory/.python-wsproto.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wsproto" Mon Oct 12 13:59:05 2020 rev:6 rq:841066 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes 2019-08-13 13:20:14.905434426 +0200 +++ /work/SRC/openSUSE:Factory/.python-wsproto.new.3486/python-wsproto.changes 2020-10-12 13:59:58.310232537 +0200 @@ -1,0 +2,5 @@ +Sun Oct 11 17:11:49 UTC 2020 - John Vandenberg <jay...@gmail.com> + +- Add missing runtime dependency on dataclasses + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wsproto.spec ++++++ --- /var/tmp/diff_new_pack.716RkO/_old 2020-10-12 13:59:58.786232735 +0200 +++ /var/tmp/diff_new_pack.716RkO/_new 2020-10-12 13:59:58.786232735 +0200 @@ -27,9 +27,15 @@ URL: https://pypi.python.org/pypi/wsproto Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz BuildRequires: %{python_module setuptools} +%if 0%{?suse_version} <= 1520 +BuildRequires: %{python_module dataclasses} +%endif BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-h11 >= 0.8.1 +%if 0%{?suse_version} <= 1520 +Requires: python-dataclasses +%endif BuildArch: noarch %python_subpackages