Update to snapshot of 6.7.0
Resolves: RHEL-31143
This commit is contained in:
parent
186d9ba109
commit
d5197091fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/PyQt6-6.5.3.tar.gz
|
||||
/PyQt6-6.6.0.tar.gz
|
||||
/PyQt6-6.6.1.tar.gz
|
||||
/PyQt6-6.7.0.dev2404051544.tar.gz
|
||||
|
@ -2,15 +2,16 @@
|
||||
%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
|
||||
|
||||
Summary: PyQt6 is Python bindings for Qt6
|
||||
Name: python-pyqt6
|
||||
Version: 6.6.1
|
||||
Release: 4%{?dist}
|
||||
Version: 6.7.0
|
||||
Release: 0.1%{?snap:^%{snap}}%{?dist}
|
||||
|
||||
License: gpl-3.0-only
|
||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
Source0: https://pypi.python.org/packages/source/P/PyQt6/PyQt6-%{version}.tar.gz
|
||||
Source0: https://pypi.python.org/packages/source/P/PyQt6/PyQt6-%{version}%{?snap:.%{snap}}.tar.gz
|
||||
Source1: macros.pyqt6
|
||||
|
||||
BuildRequires: make
|
||||
@ -197,7 +198,7 @@ sed -i \
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-pyqt6-base
|
||||
%doc NEWS README
|
||||
%doc NEWS
|
||||
%license LICENSE
|
||||
%{python3_dbus_dir}/pyqt6.abi3.so
|
||||
%dir %{python3_sitearch}/PyQt6/
|
||||
@ -240,6 +241,10 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt6-6.6.1.tar.gz) = c2ff8c47c9b0e43c009d0c90f565a54344e6f384c67dd30c2d422465d0702c07713acc0095c8b67827d1146675611c07d548ba282a26e41bb60a0a21977a7a64
|
||||
SHA512 (PyQt6-6.7.0.dev2404051544.tar.gz) = ca318c235e9b91ca2ecd595d83fe160a26a94417faf9f1e80b4ccb30797bcdd28b25ea380295ba8d80efd0c5e844d12a5dca92c5088be34d11d23639151527aa
|
||||
|
Loading…
Reference in New Issue
Block a user