python3Packages.pyqt5: 5.15.4 -> 5.15.7

This commit is contained in:
K900 2022-07-21 20:21:10 +03:00 committed by Martin Weinelt
parent 52ad8519d5
commit 465efd5bb4
2 changed files with 12 additions and 4 deletions

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "PyQt5";
version = "5.15.4";
version = "5.15.7";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "1gp5jz71nmg58zsm1h4vzhcphf36rbz37qgsfnzal76i1mz5js9a";
sha256 = "sha256-dVEhpSs6CMsHJ1wQ67lldtNuMg5XJZHbFs/bxVgQFZQ=";
};
patches = [
@ -37,6 +37,14 @@ buildPythonPackage rec {
./pyqt5-confirm-license.patch
];
# be more verbose
postPatch = ''
cat >> pyproject.toml <<EOF
[tool.sip.project]
verbose = true
EOF
'';
outputs = [ "out" "dev" ];
dontWrapQtApps = true;

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "pyqt5-sip";
version = "12.9.1";
version = "12.11.0";
src = fetchPypi {
pname = "PyQt5_sip";
inherit version;
sha256 = "LyTymbRMURwjeWqvu7WBv96/eNCQVle3zuIUG0mCAw4=";
sha256 = "sha256-tHEP2FtX7e9xbMVfrkW/1b+sb8e6kQNvHcw/Mxyg6zk=";
};
# There is no test code and the check phase fails with: