Unverified Commit 61f2ced8 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #329440 from autra/update_libpysal_from_4.11_to_4.12

python3Packages.libpysal: 4.11.0 -> 4.12.0
parents f20ebb12 b719cb32
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "libpysal";
  version = "4.11.0";
  version = "4.12.0";
  pyproject = true;
  disabled = pythonOlder "3.10";

@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "pysal";
    repo = "libpysal";
    rev = "refs/tags/v${version}";
    hash = "sha256-1JZ82wO0kisbTrhsn+BYeNZpkMJUEzuflQ6GqpAYH/c=";
    hash = "sha256-m7jcTi51ngAXXWYJGkjMVA3KwAxL2aJysdjiS1pWEIQ=";
  };

  build-system = [ setuptools-scm ];
@@ -60,6 +60,7 @@ buildPythonPackage rec {

  # requires network access
  disabledTestPaths = [
    "libpysal/graph/tests/test_summary.py"
    "libpysal/cg/tests/test_geoJSON.py"
    "libpysal/examples/tests/test_available.py"
    "libpysal/graph/tests/test_base.py"