Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-slack-sdk for
openSUSE:Factory checked in at 2024-08-06 09:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slack-sdk (Old)
and /work/SRC/openSUSE:Factory/.python-slack-sdk.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-slack-sdk"
Tue Aug 6 09:08:34 2024 rev:12 rq:1191782 version:3.31.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slack-sdk/python-slack-sdk.changes
2024-06-10 17:38:04.751942806 +0200
+++
/work/SRC/openSUSE:Factory/.python-slack-sdk.new.7232/python-slack-sdk.changes
2024-08-06 09:08:53.087076681 +0200
@@ -1,0 +2,14 @@
+Tue Aug 6 04:12:57 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 3.31.0:
+ * feat: add new conversations.externalInvitePermissions.set API
+ * feat: add team.externalTeams.disconnect
+ * fix: redact bot_access_tokens from the debug logs of socket mode
+ * feat: add team.externalTeams.list
+ * Add canvases APIs and users.discoverableContacts.lookup API
+ * Added deprecation warnings to Steps from Apps methods
+ * Fix base url according to official documentation
+ * Fix AttributeError on SocketModeClient.is_connected (aiohttp) when
+ enabling debug-level logging
+
+-------------------------------------------------------------------
Old:
----
slack-sdk-3.27.2.tar.gz
New:
----
slack-sdk-3.31.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-slack-sdk.spec ++++++
--- /var/tmp/diff_new_pack.CbnRXe/_old 2024-08-06 09:08:54.575137961 +0200
+++ /var/tmp/diff_new_pack.CbnRXe/_new 2024-08-06 09:08:54.591138620 +0200
@@ -17,7 +17,7 @@
Name: python-slack-sdk
-Version: 3.27.2
+Version: 3.31.0
Release: 0
Summary: Python SDKs for the Slack API
License: MIT
@@ -63,8 +63,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# Tests needs to be importable
+export PYTHONPATH=$(pwd)
# No flask_sockets in Tumbleweed; TestRTMClient requires network
-%pytest --ignore-glob '*/socket_mode/*' -k 'not TestRTMClient' tests
+# test_issue_1441_mixing_user_and_bot_installations broken upstream
+%pytest --ignore-glob '*/socket_mode/*' -k 'not (TestRTMClient or
test_issue_1441_mixing_user_and_bot_installations)' tests
%files %{python_files}
%doc README.md
++++++ slack-sdk-3.27.2.tar.gz -> slack-sdk-3.31.0.tar.gz ++++++
++++ 6671 lines of diff (skipped)