Unverified Commit b1ac5771 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.django-storages: 1.14.4 -> 1.14.5 (#395293)

parents 45eb6c80 181ba57e
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -7,21 +7,21 @@
  django,
  dropbox,
  fetchFromGitHub,
  fetchpatch,
  google-cloud-storage,
  libcloud,
  moto,
  paramiko,
  pynacl,
  pytestCheckHook,
  pythonOlder,
  rsa,
  setuptools,
  pynacl,
  fetchpatch,
}:

buildPythonPackage rec {
  pname = "django-storages";
  version = "1.14.4";
  version = "1.14.5";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "jschneier";
    repo = "django-storages";
    tag = version;
    hash = "sha256-nlM/XPot3auLzNsnHCVtog2WmiaibDRgbPOw9A5F9QI=";
    hash = "sha256-KWYDcHDLIoS42RqtD66tC/gKoeOBuYyT6jVOJ+cPYYU=";
  };

  patches = [
@@ -41,13 +41,6 @@ buildPythonPackage rec {
      hash = "sha256-jSb/uJ0RXvPsXl+WUAzAgDvJl9Y3ad2F30X1SbsCc04=";
      name = "add_moto_5_support.patch";
    })
    # Fix Google Cloud tests
    # https://github.com/jschneier/django-storages/pull/1476
    (fetchpatch {
      url = "https://github.com/jschneier/django-storages/commit/fda4e2375bfc5b400593ce01f6516dc3264d0357.patch";
      hash = "sha256-Dga4xvCjeKEwuH0ynyJeM0criBtKT6Z+4gINXMKh4Ng=";
      name = "fix_google_cloud_tests.patch";
    })
  ];

  build-system = [ setuptools ];