python311Packages.filedepot: 0.10.0 -> 0.11.0
Diff: https://github.com/amol-/depot/compare/refs/tags/0.10.0...0.11.0 Changelog: https://github.com/amol-/depot/releases/tag/0.11.0
This commit is contained in:
parent
a0163d100f
commit
d0d354034b
1 changed files with 6 additions and 11 deletions
|
@ -2,7 +2,6 @@
|
||||||
, anyascii
|
, anyascii
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, flaky
|
, flaky
|
||||||
, google-cloud-storage
|
, google-cloud-storage
|
||||||
, mock
|
, mock
|
||||||
|
@ -11,13 +10,14 @@
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, requests
|
, requests
|
||||||
|
, setuptools
|
||||||
, sqlalchemy
|
, sqlalchemy
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "filedepot";
|
pname = "filedepot";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
|
@ -25,16 +25,11 @@ buildPythonPackage rec {
|
||||||
owner = "amol-";
|
owner = "amol-";
|
||||||
repo = "depot";
|
repo = "depot";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-vPceky5cvmy3MooWz7dRdy68VoAHN7i3a7egBs4dPE8=";
|
hash = "sha256-693H/u+Wg2G9sdoUkC6DQo9WkmIlKnh8NKv3ufK/eyQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
nativeBuildInputs = [
|
||||||
# Add support for Pillow 10, https://github.com/amol-/depot/pull/84
|
setuptools
|
||||||
(fetchpatch {
|
|
||||||
name = "support-pillow-10.patch";
|
|
||||||
url = "https://github.com/amol-/depot/commit/bdb73d1b3898279068b421bc061ecc18c5108fa4.patch";
|
|
||||||
hash = "sha256-7+VGrdJstkiy0bYAqA9FjF1NftZiurgyPd8Wlz6GUy8=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue