From e2cbaff003f5019ee497ffbe37653666c6a8a607cd78b4c853e914008b37671e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 24 Jun 2024 04:14:41 +0000 Subject: [PATCH] Accepting request 1182735 from home:gladiac:mailman - Fix applying the patch on Leap (SLE) OBS-URL: https://build.opensuse.org/request/show/1182735 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-qrcode?expand=0&rev=30 --- python-qrcode.changes | 5 +++++ python-qrcode.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-qrcode.changes b/python-qrcode.changes index b4cca53..63cc15b 100644 --- a/python-qrcode.changes +++ b/python-qrcode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 23 08:43:04 UTC 2024 - Andreas Schneider + +- Fix applying the patch on Leap (SLE) + ------------------------------------------------------------------- Wed Jun 12 12:06:29 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-qrcode.spec b/python-qrcode.spec index dc04e88..3e83599 100644 --- a/python-qrcode.spec +++ b/python-qrcode.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause URL: https://github.com/lincolnloop/python-qrcode Source: https://files.pythonhosted.org/packages/source/q/qrcode/qrcode-%{version}.tar.gz # PATCH-FIX-UPSTREAM - Add buffer and fileno for mocked sys.stdout -Patch: https://github.com/lincolnloop/python-qrcode/pull/364.patch +Patch0: https://github.com/lincolnloop/python-qrcode/pull/364.patch BuildRequires: %{python_module Pillow} BuildRequires: %{python_module pip} BuildRequires: %{python_module pypng}