Merge pull request #280896 from r-ryantm/auto-update/python311Packages.flask-caching
python311Packages.flask-caching: 2.0.2 -> 2.1.0
This commit is contained in:
commit
4253fc8bf1
@ -13,13 +13,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Flask-Caching";
|
||||
version = "2.0.2";
|
||||
version = "2.1.0";
|
||||
format = "setuptools";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-JLYMVS1ZqWBcwbakLFbNs5qCoo2rRTK77bkiKuVOy04=";
|
||||
hash = "sha256-t1AMFFE1g2qVLj3jqAiB2WVOMnopyFLJJlYH9cRJI1w=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -47,6 +47,7 @@ buildPythonPackage rec {
|
||||
"Memcache"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# ignore flaky test
|
||||
"test_cache_timeout_dynamic"
|
||||
"test_cached_view_class"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user