6.9.0
Resolves: RHEL-78527
This commit is contained in:
parent
a9b7736883
commit
214e6b90e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/PyQt6-6.7.0.dev2404051544.tar.gz
|
||||
/PyQt6-6.7.0.tar.gz
|
||||
/PyQt6-6.8.0.tar.gz
|
||||
/pyqt6-6.9.0.tar.gz
|
||||
|
@ -6,12 +6,12 @@
|
||||
|
||||
Summary: PyQt6 is Python bindings for Qt6
|
||||
Name: python-pyqt6
|
||||
Version: 6.8.0
|
||||
Version: 6.9.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: gpl-3.0-only
|
||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
Source0: https://pypi.python.org/packages/source/P/PyQt6/PyQt6-%{version}%{?snap:.%{snap}}.tar.gz
|
||||
Source0: https://pypi.python.org/packages/source/P/PyQt6/pyqt6-%{version}%{?snap:.%{snap}}.tar.gz
|
||||
Source1: macros.pyqt6
|
||||
|
||||
BuildRequires: make
|
||||
@ -114,7 +114,7 @@ BuildArch: noarch
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n PyQt6-%{version}%{?snap:.%{snap}} -p1
|
||||
%autosetup -n pyqt6-%{version}%{?snap:.%{snap}} -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -241,6 +241,10 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 09 2025 Jan Grulich <jgrulich@redhat.com> - 6.9.0-1
|
||||
- 6.9.0
|
||||
Resolves: RHEL-78527
|
||||
|
||||
* Tue Dec 10 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.0-1
|
||||
- 6.8.0
|
||||
Resolves: RHEL-53982
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt6-6.8.0.tar.gz) = da57be66ede5fe1355ab1fd95e436c139e0d1dffc75f23f3933c20623d62fc9b9fad573d876e90d066588d2dc2f01e83771a0f05fe3b668fbb69a889ddfbcc15
|
||||
SHA512 (pyqt6-6.9.0.tar.gz) = a6e5c054d4b7ddf93e371e28265a7026f28237f62d0b92b121fb7508269be4ed4917661e035142036a82cd9f9527717e157297525cebc842793e2cbef8873c25
|
||||
|
Loading…
Reference in New Issue
Block a user