nixpkgs/pkgs
Joshua Skrzypek cde89e3ecf python3Packages.pyspark: Fix out of date postPatch
Pyspark switched to pinning py4j==0.10.9 with v3.0.0 - see this commit:
https://github.com/apache/spark/\
   commit/fc4e56a54c15e20baf085e6061d3d83f5ce1185d

This meant that since the bump to pyspark v3.0.0 - in this commit:
https://github.com/NixOS/nixpkgs/\
   commit/5181547ae6624b462919a806c4d0888e6e4630f4 -
the patch was no longer matching on the 'py4j==0.10.7' string that was
working previously.

The failing patch went unnoticed previously because the version of py4j
pinned by pyspark>=3.0.0 was the same as the py4j provided by nixpkgs.

However, a recent PR (#101636) bumped the version of py4j to 0.10.9.1 in
this commit:
https://github.com/NixOS/nixpkgs/\
   commit/43a91282d66223c5cb978d53fbe1033f56dd7f2b
which caused the version pinned by pyspark to no longer match the
version provided by nixpkgs. FWIW, @jonringer flagged this issue on
another PR that tried to bump py4j: #100623.

My solution here was to upgrade the patch's target string to match the
version found in pyspark's current setup.py.
2020-11-23 16:19:14 -08:00
..
applications Merge pull request #104711 from sikmir/josm 2020-11-24 01:17:38 +01:00
build-support Merge pull request #98325 from Atemu/fhsenv-bw-bash-lists 2020-11-22 14:04:20 -05:00
common-updater
data Merge pull request #103779 from alexameen/fix_google_fonts_adobe_blank 2020-11-23 07:38:20 +01:00
desktops
development python3Packages.pyspark: Fix out of date postPatch 2020-11-23 16:19:14 -08:00
games Merge pull request #102269 from pkern/terraria 2020-11-24 00:17:47 +01:00
misc seafile-shared: 7.0.8 -> 7.0.9 2020-11-23 20:41:08 +01:00
os-specific Merge pull request #93176 from oxalica/init/swapview 2020-11-23 11:24:59 -08:00
pkgs-lib
servers Merge pull request #103879 from r-ryantm/auto-update/jackett 2020-11-24 00:09:15 +01:00
shells dash: add patch to prevent code execution when noexec is set 2020-11-23 11:57:29 -08:00
stdenv
test
tools pipreqs: use python3 2020-11-23 16:18:40 -08:00
top-level Merge pull request #104520 from Izorkin/wsdd 2020-11-23 23:18:23 +01:00