Update to 6.7.0
Resolves: RHEL-34661
This commit is contained in:
parent
5ff84baf47
commit
9c20451ec1
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/PyQt6-6.6.0.tar.gz
|
||||
/PyQt6-6.6.1.tar.gz
|
||||
/PyQt6-6.7.0.dev2404051544.tar.gz
|
||||
/PyQt6-6.7.0.tar.gz
|
||||
|
@ -2,12 +2,12 @@
|
||||
%global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])" 2>/dev/null || echo "%{python3_sitearch}/dbus/mainloop")
|
||||
%endif
|
||||
|
||||
%define snap dev2404051544
|
||||
#define snap dev2404051544
|
||||
|
||||
Summary: PyQt6 is Python bindings for Qt6
|
||||
Name: python-pyqt6
|
||||
Version: 6.7.0
|
||||
Release: 0.1%{?snap:^%{snap}}%{?dist}
|
||||
Release: 1%{?snap:^%{snap}}%{?dist}
|
||||
|
||||
License: gpl-3.0-only
|
||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
@ -241,6 +241,10 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
||||
- Update to 6.7.0
|
||||
Resolves: RHEL-34661
|
||||
|
||||
* Wed Apr 24 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-0.1^dev2404051544
|
||||
- Update to snapshot of 6.7.0
|
||||
Resolves: RHEL-31143
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt6-6.7.0.dev2404051544.tar.gz) = ca318c235e9b91ca2ecd595d83fe160a26a94417faf9f1e80b4ccb30797bcdd28b25ea380295ba8d80efd0c5e844d12a5dca92c5088be34d11d23639151527aa
|
||||
SHA512 (PyQt6-6.7.0.tar.gz) = 619210d2de3e149b55e2d45cbd8ec2113b3effcaccd25eef6067ea99b82e250f1ce288b38136604536053690071f8c843339b934b5ce5e539a5dfdecc26f44d2
|
||||
|
Loading…
Reference in New Issue
Block a user