Accepting request 1095918 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1095918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-attrs?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2023-06-30 17:57:58 +00:00 committed by Git OBS Bridge
commit 4aa59c3a49
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 22 07:04:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- remove outdated constructs, we no longer support < 3.8
-------------------------------------------------------------------
Mon May 8 09:37:31 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -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}