Merge pull request #290788 from fabaff/filedepot-bump

python311Packages.filedepot: 0.10.0 -> 0.11.0
This commit is contained in:
Nick Cao 2024-02-23 10:17:41 -05:00 committed by GitHub
commit 211556a88a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
, anyascii
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, flaky
, google-cloud-storage
, mock
@ -11,13 +10,14 @@
, pytestCheckHook
, pythonOlder
, requests
, setuptools
, sqlalchemy
}:
buildPythonPackage rec {
pname = "filedepot";
version = "0.10.0";
format = "setuptools";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -25,16 +25,11 @@ buildPythonPackage rec {
owner = "amol-";
repo = "depot";
rev = "refs/tags/${version}";
hash = "sha256-vPceky5cvmy3MooWz7dRdy68VoAHN7i3a7egBs4dPE8=";
hash = "sha256-693H/u+Wg2G9sdoUkC6DQo9WkmIlKnh8NKv3ufK/eyQ=";
};
patches = [
# Add support for Pillow 10, https://github.com/amol-/depot/pull/84
(fetchpatch {
name = "support-pillow-10.patch";
url = "https://github.com/amol-/depot/commit/bdb73d1b3898279068b421bc061ecc18c5108fa4.patch";
hash = "sha256-7+VGrdJstkiy0bYAqA9FjF1NftZiurgyPd8Wlz6GUy8=";
})
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [