Update to new upstream release 12.12.1 (#2185558)
This commit is contained in:
parent
ece547f484
commit
d68dd352f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/PyQt5_sip-12.9.1.tar.gz
|
||||
/PyQt5_sip-12.11.0.tar.gz
|
||||
/PyQt5_sip-12.11.1.tar.gz
|
||||
/PyQt5_sip-12.12.1.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global pkg_name pyqt5-sip
|
||||
%global pypi_name PyQt5_sip
|
||||
%global _sip_api_major 12
|
||||
%global _sip_api_minor 11
|
||||
%global _sip_api_minor 12
|
||||
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
||||
|
||||
Name: python-%{pkg_name}
|
||||
Version: 12.11.1
|
||||
Version: 12.12.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The sip module support for PyQt5
|
||||
|
||||
@ -51,6 +51,9 @@ Provides: python3-pyqt5-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
|
||||
%{python3_sitearch}/PyQt5/
|
||||
|
||||
%changelog
|
||||
* Wed Apr 26 2023 Scott Talbert <swt@techie.net> - 12.12.1-1
|
||||
- Update to new upstream release 12.12.1 (#2185558)
|
||||
|
||||
* Tue Jan 31 2023 Scott Talbert <swt@techie.net> - 12.11.1-1
|
||||
- Update to new upstream release 12.11.1 (#2165212)
|
||||
- Modernize python packaging
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt5_sip-12.11.1.tar.gz) = 9a24b6e8356fdb1070672ee37e5f4259d72a75bb60376ad0946274331ae29a6cceb98a6c5a278bf5e8015a3d493c925bacab8593ef02c310ff3773bd3ee46a5d
|
||||
SHA512 (PyQt5_sip-12.12.1.tar.gz) = 683e7164a55070d3473a5b7f1a6b2aa6a42ca78b97f78d5f6b9dc55fc8a0007993e74762766838bb42a097e924bfa00c1fc112db1d98ad2c55c97165d5eeac78
|
||||
|
Loading…
Reference in New Issue
Block a user