1.17.0
Resolves: RHEL-70412
This commit is contained in:
parent
7d14c80177
commit
25c6873de3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/PyQt-builder-1.15.2.tar.gz
|
||||
/PyQt-builder-1.15.3.tar.gz
|
||||
/PyQt-builder-1.15.4.tar.gz
|
||||
/pyqt_builder-1.17.0.tar.gz
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
%global pypi_name PyQt-builder
|
||||
%global srcname PyQt-builder
|
||||
%global pypi_name pyqt_builder
|
||||
|
||||
Name: %{srcname}
|
||||
Version: 1.15.4
|
||||
Release: 3%{?dist}
|
||||
Name: PyQt-builder
|
||||
Version: 1.17.0
|
||||
Release: 1%{?dist}
|
||||
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/
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
@ -42,14 +41,17 @@ rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
|
||||
%py3_check_import pyqtbuild
|
||||
|
||||
%files
|
||||
%license LICENSE-GPL2
|
||||
%license LICENSE-GPL3
|
||||
%license LICENSE
|
||||
%{_bindir}/pyqt-bundle
|
||||
%{_bindir}/pyqt-qt-wheel
|
||||
%{python3_sitelib}/pyqtbuild
|
||||
%{python3_sitelib}/PyQt_builder-%{version}.dist-info
|
||||
|
||||
%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
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt-builder-1.15.4.tar.gz) = ec0b9f7784a32af744111615b93f98d73f284bb752fd71359c798d3b093a01925823effea72c866a5f49f77e3dfc5dee4125bbb289f647d84000bf34b5db6931
|
||||
SHA512 (pyqt_builder-1.17.0.tar.gz) = e8e2755611cbe1430ec50af3189bcf06152b7fe524787e0823a594be9fd18fb8ff7055fead4b55d4025b97f2e856ccf3bac8cbc9019f9cfe1658f1f3e402133f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user