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}