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 2026-03-30 18:31:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slack-sdk (Old)
and /work/SRC/openSUSE:Factory/.python-slack-sdk.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-slack-sdk"
Mon Mar 30 18:31:26 2026 rev:16 rq:1343523 version:3.41.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slack-sdk/python-slack-sdk.changes
2025-11-10 19:19:38.830145873 +0100
+++
/work/SRC/openSUSE:Factory/.python-slack-sdk.new.1999/python-slack-sdk.changes
2026-03-30 18:34:43.551653556 +0200
@@ -1,0 +2,14 @@
+Sun Mar 29 19:19:02 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.41.0:
+ * feat: add support for apps.user.connection.update
+ * chore: add AGENTS.md and consolidate development scripts
+ * chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
+ * chore(deps): bump actions/stale from 10.1.1 to 10.2.0
+ * chore(deps): bump actions/download-artifact from 7.0.0 to
+ 8.0.0
+- update to 3.40.1:
+ * fix: rely on naive datetime for sqlalchemy
+ * chore(release): version 3.40.1
+
+-------------------------------------------------------------------
Old:
----
slack-sdk-3.37.0.tar.gz
New:
----
slack-sdk-3.41.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-slack-sdk.spec ++++++
--- /var/tmp/diff_new_pack.LLtVDq/_old 2026-03-30 18:34:44.959712424 +0200
+++ /var/tmp/diff_new_pack.LLtVDq/_new 2026-03-30 18:34:44.967712758 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-slack-sdk
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-slack-sdk
-Version: 3.37.0
+Version: 3.41.0
Release: 0
Summary: Python SDKs for the Slack API
License: MIT
@@ -32,17 +32,18 @@
Provides: python-slackclient = %{version}
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module Werkzeug}
+BuildRequires: %{python_module aiohttp >= 3.7.3}
BuildRequires: %{python_module aiosqlite}
BuildRequires: %{python_module boto3}
+BuildRequires: %{python_module greenlet}
BuildRequires: %{python_module itsdangerous}
-BuildRequires: %{python_module moto}
+BuildRequires: %{python_module moto >= 4.0.13}
+BuildRequires: %{python_module pytest >= 7.0.1}
BuildRequires: %{python_module pytest-asyncio}
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module sqlalchemy}
-BuildRequires: %{python_module websockets}
+BuildRequires: %{python_module sqlalchemy >= 1.4}
+BuildRequires: %{python_module websockets >= 9.1}
# /SECTION
%python_subpackages
++++++ slack-sdk-3.37.0.tar.gz -> slack-sdk-3.41.0.tar.gz ++++++
++++ 18665 lines of diff (skipped)