diff --git a/.files b/.files new file mode 100644 index 0000000..7113c61 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..7721f10 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..cbe2319 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + fdd91b0fb624f66fc901c324ae819c17 + 3.18.1 + + dimstar_suse + Inital release, 3.18.1 + 992456 + + diff --git a/python-slack-sdk.changes b/python-slack-sdk.changes new file mode 100644 index 0000000..9c4fa96 --- /dev/null +++ b/python-slack-sdk.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Aug 3 07:16:53 UTC 2022 - Steve Kowalik + +- Inital release, 3.18.1 + diff --git a/python-slack-sdk.spec b/python-slack-sdk.spec new file mode 100644 index 0000000..8a51659 --- /dev/null +++ b/python-slack-sdk.spec @@ -0,0 +1,73 @@ +# +# spec file for package python-slack-sdk +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python3-%{**}} +Name: python-slack-sdk +Version: 3.18.1 +Release: 0 +Summary: Python SDKs for the Slack API +License: MIT +URL: https://github.com/slackapi/python-slack-sdk +Source: https://github.com/slackapi/python-slack-sdk/archive/v%{version}.tar.gz#/slack-sdk-%{version}.tar.gz +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Obsoletes: python-slackclient < %{version} +Provides: python-slackclient = %{version} +BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module aiohttp} +BuildRequires: %{python_module Flask} +BuildRequires: %{python_module Werkzeug} +BuildRequires: %{python_module boto3} +BuildRequires: %{python_module itsdangerous} +BuildRequires: %{python_module moto} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module sqlalchemy} +BuildRequires: %{python_module websockets} +# /SECTION +%python_subpackages + +%description +The Slack platform offers several APIs to build apps. Each Slack API delivers +part of the capabilities from the platform, so that you can pick just those +that fit for your needs. This SDK offers a corresponding package for each of +Slack’s APIs. They are small and powerful when used independently, and work +seamlessly when used together, too. + +%prep +%setup -q -n python-slack-sdk-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +# No flask_sockets in Tumbleweed; TestRTMClient requires network +%pytest --ignore-glob '*/socket_mode/*' -k 'not TestRTMClient' tests + +%files %{python_files} +%doc README.md +%license LICENSE +%{python_sitelib}/* + +%changelog diff --git a/slack-sdk-3.18.1.tar.gz b/slack-sdk-3.18.1.tar.gz new file mode 120000 index 0000000..3b0780e --- /dev/null +++ b/slack-sdk-3.18.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigzoue7djzofhxndain3jwdj2nhycicjlqv4nrt3v5qdxlo5ds7by \ No newline at end of file