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}