python313Packages.slack-sdk: 3.35.0 -> 3.36.0 (#427557)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
boto3,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
moto,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
@@ -19,24 +18,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "slack-sdk";
|
||||
version = "3.35.0";
|
||||
version = "3.36.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "slackapi";
|
||||
repo = "python-slack-sdk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yjYpALyHSTLQSuwd6xth7nqfi3m1C9tqnWrrVRmI220=";
|
||||
hash = "sha256-Y6w4osSpirBjxPdZRlODwEAWd4Z+sPHrr7alVl/6mPA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix-aiohttp-test_init_with_loop.patch";
|
||||
url = "https://github.com/slackapi/python-slack-sdk/pull/1697.patch";
|
||||
hash = "sha256-rHaJBH/Yxm3Sz/jmzc4G1pVJJXz0PL2880bz5n7w3ck=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
optional-dependencies.optional = [
|
||||
|
||||
Reference in New Issue
Block a user