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 2023-06-01 17:19:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-slack-sdk (Old) and /work/SRC/openSUSE:Factory/.python-slack-sdk.new.2531 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-slack-sdk" Thu Jun 1 17:19:36 2023 rev:7 rq:1090102 version:3.21.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-slack-sdk/python-slack-sdk.changes 2023-01-14 00:04:25.378132113 +0100 +++ /work/SRC/openSUSE:Factory/.python-slack-sdk.new.2531/python-slack-sdk.changes 2023-06-01 17:19:45.042242296 +0200 @@ -1,0 +2,24 @@ +Thu Jun 1 00:09:59 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 3.21.3: + * #1361 Fix #1356 files_upload_v2 filename required even though content + provided + * #1354 Fix a bug where SQLAlchemy based InstallationStore is missing + client_id in queries + * #1352 Improve the default OAuth page content renderer not to embed + external parameters as-is + * Update Audit Logs API response class to have newly added properties + * #1349 Add five admin API supports to Web API clients (admin.roles.*, + admin.conversations.convertToPublic, admin.conversations.lookup) + * #1345 Add team parameter support to the authorize URL generators + * #1343 Fix #1342 files_upload_v2 fails to share files in a channel + * #1334 Fix #1333 Enable using RetryHandler for 200 OK response patterns + * #1335 Fix #1327 OAuth module: SQLAlchemy v2 compatibility + * #1311 Fix #1310 Add admin.conversations.bulk{Archive|Delete|Move} API + method support + * #1332 Fix #1322 Remove file_annotation parameter from chat.postMessage + method + * #1317 Add include_categories to emoji.list API args +- Switch to pyproject macros. + +------------------------------------------------------------------- Old: ---- slack-sdk-3.19.5.tar.gz New: ---- slack-sdk-3.21.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-slack-sdk.spec ++++++ --- /var/tmp/diff_new_pack.G1kLhI/_old 2023-06-01 17:19:45.646245877 +0200 +++ /var/tmp/diff_new_pack.G1kLhI/_new 2023-06-01 17:19:45.654245923 +0200 @@ -16,15 +16,16 @@ # -%{?!python_module:%define python_module() python3-%{**}} Name: python-slack-sdk -Version: 3.19.5 +Version: 3.21.3 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 pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Obsoletes: python-slackclient < %{version} @@ -52,13 +53,13 @@ seamlessly when used together, too. %prep -%setup -q -n python-slack-sdk-%{version} +%autosetup -p1 -n python-slack-sdk-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ slack-sdk-3.19.5.tar.gz -> slack-sdk-3.21.3.tar.gz ++++++ ++++ 8493 lines of diff (skipped)