Update to latest upstream release for sip 6
This commit is contained in:
parent
0ebd62e331
commit
fab3feaca7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/PyQt5_sip-12.8.1.tar.gz
|
||||
/PyQt5_sip-12.9.0.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global pkg_name pyqt5-sip
|
||||
%global pypi_name PyQt5_sip
|
||||
%global _sip_api_major 12
|
||||
%global _sip_api_minor 8
|
||||
%global _sip_api_minor 9
|
||||
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
||||
|
||||
Name: python-%{pkg_name}
|
||||
Version: 12.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 12.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The sip module support for PyQt5
|
||||
|
||||
License: GPLv2 or GPLv3
|
||||
@ -47,6 +47,9 @@ Provides: python3-pyqt5-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
|
||||
%{python3_sitearch}/PyQt5/
|
||||
|
||||
%changelog
|
||||
* Sat Jul 10 2021 Scott Talbert <swt@techie.net> - 12.9.0-1
|
||||
- Update to latest upstream release for sip 6
|
||||
|
||||
* Tue Jul 06 2021 Scott Talbert <swt@techie.net> - 12.8.1-2
|
||||
- Correct sip-api provides (#1979409)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt5_sip-12.8.1.tar.gz) = 42c739d602dbf7d18b4381e3dd61c72165fc49e7e8723430f452029b10a27cf04f2c2ed482fed055432bffda80f7746c6aa61ec1a0ef015661dc5575f96b3cda
|
||||
SHA512 (PyQt5_sip-12.9.0.tar.gz) = ca6f3b18b64391fded88732a8109a04d85727bbddecdf126679b187c7f0487c3c1f69ada3e8c54051281a43c6f2de70390ac5ff18a1bed79994070ddde730c5f
|
||||
|
Loading…
Reference in New Issue
Block a user