python3Packages.dbus-python: 1.3.2 -> 1.4.0

This commit was automatically generated using update-python-libraries.

Changed files
+2 -5
pkgs
development
python-modules
dbus-python
+2 -5
pkgs/development/python-modules/dbus-python/default.nix
···
finalPackage:
buildPythonPackage rec {
pname = "dbus-python";
-
version = "1.3.2";
pyproject = true;
disabled = isPyPy;
···
src = fetchPypi {
inherit pname version;
-
hash = "sha256-rWeBkwhhi1BpU3viN/jmjKHH/Mle5KEh/mhFsUGCSPg=";
};
patches = [
···
postPatch = ''
# we provide patchelf natively, not through the python package
sed -i '/patchelf/d' pyproject.toml
-
-
# dont run autotols configure phase
-
rm configure.ac configure
patchShebangs test/*.sh
'';
···
finalPackage:
buildPythonPackage rec {
pname = "dbus-python";
+
version = "1.4.0";
pyproject = true;
disabled = isPyPy;
···
src = fetchPypi {
inherit pname version;
+
hash = "sha256-mRZm5Jj2Db8+Sbi3Z49VWbimUDT99hquYs3s232Jx3A=";
};
patches = [
···
postPatch = ''
# we provide patchelf natively, not through the python package
sed -i '/patchelf/d' pyproject.toml
patchShebangs test/*.sh
'';