From 7f5e647332013d7028ceff6b277086b01ad4e524baa3393ab54200f2d01fb463 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Mar 2022 13:14:51 +0000 Subject: [PATCH] Accepting request 960213 from home:pgajdos:python - add %autopatch back, it was mistakenly removed OBS-URL: https://build.opensuse.org/request/show/960213 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asciimatics?expand=0&rev=13 --- python-asciimatics.changes | 5 +++++ python-asciimatics.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-asciimatics.changes b/python-asciimatics.changes index dbbf07a..d65d203 100644 --- a/python-asciimatics.changes +++ b/python-asciimatics.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 8 12:57:31 UTC 2022 - pgajdos@suse.com + +- add %autopatch back, it was mistakenly removed + ------------------------------------------------------------------- Mon Mar 7 13:02:41 UTC 2022 - pgajdos@suse.com diff --git a/python-asciimatics.spec b/python-asciimatics.spec index b3afbbb..c5f6414 100644 --- a/python-asciimatics.spec +++ b/python-asciimatics.spec @@ -27,7 +27,6 @@ URL: https://github.com/peterbrittain/asciimatics Source: https://files.pythonhosted.org/packages/source/a/asciimatics/asciimatics-%{version}.tar.gz # https://github.com/peterbrittain/asciimatics/issues/347 Patch0: python-asciimatics-no-mock.patch -# isatty test skips see https://github.com/peterbrittain/asciimatics/issues/216 BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -53,7 +52,7 @@ Asciimatics is a package to help people create full-screen text UIs %prep %setup -q -n asciimatics-%{version} -%patch0 -p1 +%autopatch -p1 sed -i '/setup_requires/d' setup.py %build