diff --git a/python-pywt.spec b/python-pywt.spec index 82d868f..2b77ae0 100644 --- a/python-pywt.spec +++ b/python-pywt.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: PyWavelets, wavelet transform module License: MIT URL: https://pywavelets.readthedocs.io/en/latest @@ -65,7 +65,7 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{modname}/tests/*.py %py3_build -- --force pushd doc - export PYTHONPATH=`readlink -f ../build/lib.*-%{python3_version}` + export PYTHONPATH=`readlink -f ../build/lib.*-*` make html SPHINXBUILD=sphinx-build-3 find -name '.buildinfo' -delete popd @@ -96,6 +96,10 @@ popd %{python3_sitearch}/%{pkgname}*.egg-info %changelog +* Wed Jun 22 2022 Charalampos Stratakis - 1.1.1-8 +- Fix FTBFS with setuptools >= 62.1 +Resolves: rhbz#2097087 + * Wed Jun 15 2022 Python Maint - 1.1.1-7 - Rebuilt for Python 3.11