diff --git a/python-qt5.spec b/python-qt5.spec index 2f0f71e..6c0f296 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -24,7 +24,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.15.0 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -318,6 +318,8 @@ sed -i \ %{python3_sitearch}/PyQt5/pyrcc.abi3.so %{python3_sitearch}/PyQt5/pyrcc_main.py* %{python3_sitearch}/PyQt5/__pycache__/pyrcc_main* +%{python3_sitearch}/PyQt5/py.typed +%{python3_sitearch}/PyQt5/sip.pyi %if 0%{?webengine} %files -n python%{python3_pkgversion}-qt5-webengine @@ -347,6 +349,9 @@ sed -i \ %changelog +* Tue Jul 20 2021 Scott Talbert - 5.15.0-12 +- Fix build with sip 6 + * Wed Jul 14 2021 Scott Talbert - 5.15.0-11 - Remove sip depends from -devel package (to allow older sips)