15
0

Accepting request 910344 from home:mcalabkova:branches:devel:languages:python

- Add upstream patch kwsyntax.patch

OBS-URL: https://build.opensuse.org/request/show/910344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=49
This commit is contained in:
2021-08-05 15:31:45 +00:00
committed by Git OBS Bridge
parent f1b135ae4b
commit 8bb82246ae
3 changed files with 44 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/micheles/decorator
Source: https://files.pythonhosted.org/packages/source/d/decorator/decorator-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/micheles/decorator/commit/817d070db3c9cc5900d118837c533c039982b050 Fixed decorator.decorator not passing kwsyntax
Patch0: kwsyntax.patch
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes
@@ -46,6 +48,7 @@ redirecting_stdout, locked, etc. more accessible.
%prep
%setup -q -n decorator-%{version}
%autopatch -p1
%build
%python_build