13.8.0
Resolves: RHEL-53982
This commit is contained in:
parent
f69efda4c7
commit
3f032966dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/PyQt6_sip-13.3.0.tar.gz
|
/PyQt6_sip-13.3.0.tar.gz
|
||||||
/PyQt6_sip-13.4.0.tar.gz
|
/PyQt6_sip-13.4.0.tar.gz
|
||||||
/PyQt6_sip-13.6.0.tar.gz
|
/PyQt6_sip-13.6.0.tar.gz
|
||||||
|
/PyQt6_sip-13.8.0.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global pkg_name pyqt6-sip
|
%global pkg_name pyqt6-sip
|
||||||
%global pypi_name PyQt6_sip
|
%global pypi_name PyQt6_sip
|
||||||
%global _sip_api_major 13
|
%global _sip_api_major 13
|
||||||
%global _sip_api_minor 4
|
%global _sip_api_minor 8
|
||||||
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
||||||
|
|
||||||
Name: python-%{pkg_name}
|
Name: python-%{pkg_name}
|
||||||
Version: 13.6.0
|
Version: 13.8.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The sip module support for PyQt6
|
Summary: The sip module support for PyQt6
|
||||||
|
|
||||||
License: GPL-2.0-only OR GPL-3.0-only
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
@ -45,12 +45,16 @@ Provides: python3-pyqt6-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
|
|||||||
|
|
||||||
%files -n python3-%{pkg_name}
|
%files -n python3-%{pkg_name}
|
||||||
%doc README
|
%doc README
|
||||||
%license LICENSE LICENSE-GPL3
|
%license LICENSE
|
||||||
%{python3_sitearch}/PyQt6_sip*
|
%{python3_sitearch}/PyQt6_sip*
|
||||||
%{python3_sitearch}/PyQt6/
|
%{python3_sitearch}/PyQt6/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 11 2024 Jan Grulich <jgrulich@redhat.com> - 13.8.0-1
|
||||||
|
- 13.8.0
|
||||||
|
Resolves: RHEL-53982
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-5
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-5
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyQt6_sip-13.6.0.tar.gz) = bd2fa70d64544d8104d3477cb650a0e6bcefa0008680afcf7d187ba3fb1117871c0237d3a7f047144c8a8a8eeb8da941a3b206f8ee0601cb2cc734243cdb9d46
|
SHA512 (PyQt6_sip-13.8.0.tar.gz) = 6947690e61fe65a21f61d034ae9de7b7adb001c59a4a362933c5441648fe27140b43666efa73f981b138cfc73fac72777bb7318b98accc3c7f808687e3fc5d81
|
||||||
|
Loading…
Reference in New Issue
Block a user