import PyQt-builder-1.17.0-1.el10

i10cs changed/i10cs/PyQt-builder-1.17.0-1.el10
MSVSphere Packaging Team 1 week ago
parent 062f2832f0
commit 5945126182
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
af06851ea2b8ed8dece41b131ea5ba9f90ca5693 SOURCES/PyQt-builder-1.15.4.tar.gz e5b414865db35311e2b2f96d329eddca1336d2f6 SOURCES/pyqt_builder-1.17.0.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/PyQt-builder-1.15.4.tar.gz SOURCES/pyqt_builder-1.17.0.tar.gz

@ -1,12 +1,11 @@
%global pypi_name PyQt-builder %global pypi_name pyqt_builder
%global srcname PyQt-builder
Name: %{srcname} Name: PyQt-builder
Version: 1.15.4 Version: 1.17.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: The PEP 517 compliant PyQt build system Summary: The PEP 517 compliant PyQt build system
License: GPL-2.0-only OR GPL-3.0-only License: BSD-2-Clause
URL: https://www.riverbankcomputing.com/software/pyqt/ URL: https://www.riverbankcomputing.com/software/pyqt/
Source0: %{pypi_source} Source0: %{pypi_source}
BuildArch: noarch BuildArch: noarch
@ -42,14 +41,17 @@ rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
%py3_check_import pyqtbuild %py3_check_import pyqtbuild
%files %files
%license LICENSE-GPL2 %license LICENSE
%license LICENSE-GPL3
%{_bindir}/pyqt-bundle %{_bindir}/pyqt-bundle
%{_bindir}/pyqt-qt-wheel %{_bindir}/pyqt-qt-wheel
%{python3_sitelib}/pyqtbuild %{python3_sitelib}/pyqtbuild
%{python3_sitelib}/PyQt_builder-%{version}.dist-info %{python3_sitelib}/PyQt_builder-%{version}.dist-info
%changelog %changelog
* Mon Dec 09 2024 Jan Grulich <jgrulich@redhat.com> - 1.17.0-1
- 1.17.0
Resolves: RHEL-70412
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.4-3 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.4-3
- Bump release for October 2024 mass rebuild: - Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018 Resolves: RHEL-64018

Loading…
Cancel
Save