Compare commits

...

No commits in common. 'c10-beta' and 'cs10' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/PyQt6_sip-13.6.0.tar.gz
SOURCES/PyQt6_sip-13.8.0.tar.gz

@ -1 +1 @@
7fb3c1e777700e02856ff7540f12cbe9d06dabec SOURCES/PyQt6_sip-13.6.0.tar.gz
d33678287cfb0a546184a59d813354f910b61b9a SOURCES/PyQt6_sip-13.8.0.tar.gz

@ -1,12 +1,12 @@
%global pkg_name pyqt6-sip
%global pypi_name PyQt6_sip
%global _sip_api_major 13
%global _sip_api_minor 4
%global _sip_api_minor 8
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
Name: python-%{pkg_name}
Version: 13.6.0
Release: 4%{?dist}
Version: 13.8.0
Release: 1%{?dist}
Summary: The sip module support for PyQt6
License: GPL-2.0-only OR GPL-3.0-only
@ -45,12 +45,20 @@ Provides: python3-pyqt6-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
%files -n python3-%{pkg_name}
%doc README
%license LICENSE LICENSE-GPL3
%license LICENSE
%{python3_sitearch}/PyQt6_sip*
%{python3_sitearch}/PyQt6/
%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
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-4
- Bump release for June 2024 mass rebuild

Loading…
Cancel
Save