PyQt5-5.8
This commit is contained in:
parent
a8e7074c16
commit
acc17fe344
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/PyQt5_gpl-5.7.1.tar.gz
|
||||
/PyQt5_gpl-5.8.tar.gz
|
||||
|
@ -19,8 +19,8 @@
|
||||
|
||||
Summary: PyQt5 is Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.7.1
|
||||
Release: 5%{?dist}
|
||||
Version: 5.8
|
||||
Release: 1%{?dist}
|
||||
|
||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||
License: BSD and GPLv2+
|
||||
@ -66,10 +66,10 @@ BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
||||
BuildRequires: pkgconfig(Qt5WebChannel)
|
||||
BuildRequires: pkgconfig(Qt5WebSockets)
|
||||
BuildRequires: python2-devel python2
|
||||
BuildRequires: sip-devel >= 4.19
|
||||
BuildRequires: sip-devel >= 4.19.1
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel python3
|
||||
BuildRequires: python3-sip-devel >= 4.19
|
||||
BuildRequires: python3-sip-devel >= 4.19.1
|
||||
BuildRequires: python3-dbus
|
||||
%endif # with_python3
|
||||
|
||||
@ -428,6 +428,9 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8-1
|
||||
- PyQt5-5.8
|
||||
|
||||
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-5
|
||||
- move -devel binaries to main pkg(s) (#1422613)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt5_gpl-5.7.1.tar.gz) = 7498713f73807522e58ae38ff58548cf80c2f2c418d6c55e20ce613cdc997e4ee7139076f1f152c7c3edb970bde14febc3496009f934e31ff71f01a1605f558f
|
||||
SHA512 (PyQt5_gpl-5.8.tar.gz) = 02b8b3d99088db383809001092ba2b8010c4353747a602e03f756e1f803364abb3f254b3ccf24a58375e168fbaec044368cf09b7376ed3d43955dc82359259fc
|
||||
|
Loading…
Reference in New Issue
Block a user