From c7b6dfef983820ba59c257f1b9e1a67d0fe09fef27a1b4b8991f5152584a238f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 15 Sep 2021 12:08:28 +0000 Subject: [PATCH] - Fix the patch metadata in the SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylzma?expand=0&rev=12 --- python-pylzma.changes | 5 +++++ python-pylzma.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pylzma.changes b/python-pylzma.changes index 7df28ff..84c248d 100644 --- a/python-pylzma.changes +++ b/python-pylzma.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 15 12:08:00 UTC 2021 - Matej Cepl + +- Fix the patch metadata in the SPEC file. + ------------------------------------------------------------------- Wed Sep 15 09:20:27 UTC 2021 - pgajdos@suse.com diff --git a/python-pylzma.spec b/python-pylzma.spec index 06b6524..80be424 100644 --- a/python-pylzma.spec +++ b/python-pylzma.spec @@ -26,7 +26,8 @@ License: LGPL-2.1-only Group: Development/Languages/Python URL: https://github.com/fancycode/pylzma Source0: https://github.com/fancycode/pylzma/archive/v%{version}.tar.gz -# https://github.com/fancycode/pylzma/issues/76 +# PATCH-FIX-UPSTREAM python-pylzma-test-python3.patch gh#fancycode/pylzma#76 mcepl@suse.com +# use python3 syntax in test_usage.py Patch0: python-pylzma-test-python3.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}