Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8fe859533952
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b32a2844ca68
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 22, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    miketheman Mike Fiedler
    Copy the full SHA
    27a63ac View commit details

Commits on Nov 24, 2020

  1. Merge pull request #104605 from seppeljordan/shapely-minimum-python

    pythonPackages.shapely: Set minimum python version to 3.5
    symphorien authored Nov 24, 2020
    Copy the full SHA
    b32a284 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pkgs/development/python-modules/shapely/default.nix
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/shapely/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, substituteAll
{ stdenv, buildPythonPackage, fetchPypi, substituteAll, pythonOlder
, geos, pytest, cython
, numpy
}:
@@ -11,6 +11,7 @@ buildPythonPackage rec {
inherit pname version;
sha256 = "0adiz4jwmwxk7k1awqifb1a9bj5x4nx4gglb5dz9liam21674h8n";
};
disabled = pythonOlder "3.5";

nativeBuildInputs = [
geos # for geos-config