From 9c4faee9c5e8327837958f3227f005a74a7eced1dc5c15ec656e4c8c02430247 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Jun 2023 07:05:04 +0000 Subject: [PATCH] - remove outdated constructs, we no longer support < 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=46 --- python-attrs.changes | 5 +++++ python-attrs.spec | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-attrs.changes b/python-attrs.changes index eb0d6ba..b655a7d 100644 --- a/python-attrs.changes +++ b/python-attrs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 22 07:04:50 UTC 2023 - Dirk Müller + +- remove outdated constructs, we no longer support < 3.8 + ------------------------------------------------------------------- Mon May 8 09:37:31 UTC 2023 - Daniel Garcia diff --git a/python-attrs.spec b/python-attrs.spec index 3938568..8bc82d0 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -24,7 +24,6 @@ %define psuffix %{nil} %bcond_with test %endif -%global skip_python36 1 %{?sle15_python_module_pythons} Name: python-attrs%{psuffix} Version: 23.1.0 @@ -37,15 +36,11 @@ Source: https://files.pythonhosted.org/packages/source/a/attrs/attrs-%{v BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling} -BuildRequires: %{python_module importlib_metadata if %python-base < 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%if 0%{python_version_nodots} < 38 -Requires: python-importlib_metadata -%endif %if %{with test} BuildRequires: %{python_module Pympler} BuildRequires: %{python_module hypothesis}