15
0

Accepting request 1101580 from devel:languages:python

- Remove upstreamed patch rm_assert_failing_310.patch.

OBS-URL: https://build.opensuse.org/request/show/1101580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autoflake?expand=0&rev=10
This commit is contained in:
2023-08-01 12:16:14 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 31 18:49:08 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Remove upstreamed patch rm_assert_failing_310.patch.
-------------------------------------------------------------------
Mon Sep 12 08:00:46 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-autoflake
#
# 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
@@ -24,9 +24,10 @@ License: MIT
URL: https://github.com/myint/autoflake
Source: https://files.pythonhosted.org/packages/source/a/autoflake/autoflake-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyflakes >= 1.1.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml >= 0.10.2}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pyflakes >= 1.1.0
@@ -52,10 +53,10 @@ autoflake also removes useless pass statements.
sed -i '1{/env python/d}' autoflake.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/autoflake
%fdupes %{buildroot}%{$python_sitelib}