Update to latest upstream release; remove hard-code on sip5

epel9
Scott Talbert 4 years ago
parent 3b6894aacd
commit 8c9212661c

1
.gitignore vendored

@ -1 +1,2 @@
/PyQt-builder-1.6.0.tar.gz /PyQt-builder-1.6.0.tar.gz
/PyQt-builder-1.10.0.tar.gz

@ -2,8 +2,8 @@
%global srcname PyQt-builder %global srcname PyQt-builder
Name: %{srcname} Name: %{srcname}
Version: 1.6.0 Version: 1.10.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: The PEP 517 compliant PyQt build system Summary: The PEP 517 compliant PyQt build system
License: BSD License: BSD
@ -13,9 +13,6 @@ BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools)
BuildRequires: sip5
Requires: sip5
%description %description
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
@ -41,10 +38,14 @@ rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
%files %files
%{_bindir}/pyqt-bundle %{_bindir}/pyqt-bundle
%{_bindir}/pyqt-qt-wheel
%{python3_sitelib}/pyqtbuild %{python3_sitelib}/pyqtbuild
%{python3_sitelib}/PyQt_builder-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/PyQt_builder-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Mon May 24 2021 Scott Talbert <swt@techie.net> - 1.10.0-1
- Update to latest upstream release; remove hard-code on sip5
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3 * Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (PyQt-builder-1.6.0.tar.gz) = de216c33ced5aaf2d03fc796ce880d8031319d1d2169b1aa1dcd9b8fe1043da1010ab7a1e67cdd3efdd3d017625b70f4458fd6228290e0f42ec83bd346b808bf SHA512 (PyQt-builder-1.10.0.tar.gz) = 95b9e14a738c8f088215fb6648e1501ebf2739ef0cac50c431fb6e500af80eee132de70b00b992d92ce19c3285bc4c6ef424c9d86ce512ab54b5056722c231b2

Loading…
Cancel
Save