From 8ef1003b482a5c661bcf4f377be7604bf2340e602ab793bab74425941219ef2b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Feb 2023 16:42:07 +0000 Subject: [PATCH] - no longer supports python 3.6, we can drop the 3.6 specific requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=25 --- python-wsproto.changes | 5 +++++ python-wsproto.spec | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/python-wsproto.changes b/python-wsproto.changes index 055e2cf..d84a733 100644 --- a/python-wsproto.changes +++ b/python-wsproto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 16:38:58 UTC 2023 - Dirk Müller + +- no longer supports python 3.6, we can drop the 3.6 specific requires + ------------------------------------------------------------------- Mon Oct 3 16:14:29 UTC 2022 - Dirk Müller diff --git a/python-wsproto.spec b/python-wsproto.spec index 7463709..54b3eaa 100644 --- a/python-wsproto.spec +++ b/python-wsproto.spec @@ -1,7 +1,7 @@ # # spec file for package python-wsproto # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,17 +32,10 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros 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.9.0} BuildRequires: %{python_module pytest} # /SECTION -%if 0%{?python_version_nodots} <= 36 -Requires: python-dataclasses -%endif %python_subpackages %description