Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tableauserverclient for 
openSUSE:Factory checked in at 2026-04-13 23:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tableauserverclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-tableauserverclient.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tableauserverclient"

Mon Apr 13 23:18:34 2026 rev:7 rq:1346245 version:0.40

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-tableauserverclient/python-tableauserverclient.changes
    2025-12-09 12:52:43.869944612 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tableauserverclient.new.21863/python-tableauserverclient.changes
 2026-04-13 23:19:13.428958555 +0200
@@ -1,0 +2,57 @@
+Sun Apr 12 19:43:02 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.40:
+  * v0.38 - IDP configuration
+  * docs: docstrings for schedules and intervals
+    (https://github.com/tableau/server-client-python/pull/1528)
+  * docs: Docstrings for new fields
+  * feat: enable retrieving only owned workbooks
+  * feat: Add support for multiple IDPs (jorwoods)
+  * feat: Add fields:_all_ support
+    (https://github.com/tableau/server-client-python/pull/1563)
+  * feat: project support all fields
+  * feat: groups all fields
+  * feat: views support all fields
+  * feat: user support _all_ fields
+  * feat: workbook support all fields
+  * feat: datasourceitem _all_ fields
+  * feat: add fields methods to QuerySet
+  * feat: add owner attribute to project
+  * Add SSL option for connecting to Tableau Server with a weaker
+    DH key length
+  * feat: 1580 list extracts on schedule
+  * chore: type hint database and table objects
+- update to 0.37:
+  * fix: Incorrect size unit when logging fileUpload
+  * docs: DatasourceItem and Endpoint docstrings
+  * fix: Change GroupSets.get api for more consistency
+  * fix: Virtual connection ConnectionItem attributes
+  * fix: Remove vizHeight and vizWidth from ImageRequestOptions
+  * feat: Adding incremental refresh option for workbook and
+    datasource endpoints
+  * feat: New JobItem code
+- update to 0.36:
+  * Fixes a 400 Bad Request error when calling Refresh Datasource
+    with 0.35
+- update to 0.35:
+  * feat: Workbook update Description
+  * feat: capture site content url from sign in
+  * fix: datasource id on ConnectionItem
+  * feat: support for thumbnail related options in workbook
+    publish
+  * feat: incremental refresh for extracts
+  * Fixing set default permissions for virtual connections
+  * feat: publish datasource as replacement
+  * chore: Update versioneer
+  * docs: docstrings for custom_views
+  * docs: webhook docstrings
+  * docs: task docstrings
+  * docs: docstrings for Pager and RequestOptions
+  * docs: docstrings for group endpoint and item
+  * docs: project docstrings
+  * docs: docstrings for JobItem and Jobs endpoint
+  * docs: docstrings on ConnectionItem and ConnectionCredentials
+  * docs: flow docstrings
+  * docs: docstrings for views
+
+-------------------------------------------------------------------

Old:
----
  tableauserverclient-0.34.tar.gz

New:
----
  tableauserverclient-0.40.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tableauserverclient.spec ++++++
--- /var/tmp/diff_new_pack.dP8x3Q/_old  2026-04-13 23:19:13.976981175 +0200
+++ /var/tmp/diff_new_pack.dP8x3Q/_new  2026-04-13 23:19:13.980981341 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tableauserverclient
 #
-# 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,32 +17,35 @@
 
 
 Name:           python-tableauserverclient
-Version:        0.34
+Version:        0.40
 Release:        0
 Summary:        Python library for working with the Tableau Server REST API
 License:        MIT
 URL:            https://github.com/tableau/server-client-python
 Source:         
https://github.com/tableau/server-client-python/archive/refs/tags/v%{version}.tar.gz#/tableauserverclient-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing-extensions}
+BuildRequires:  %{python_module setuptools >= 77.0}
 BuildRequires:  %{python_module versioneer}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-defusedxml >= 0.7.1
-Requires:       python-packaging >= 23.
-Requires:       python-requests >= 2.31
-Requires:       python-typing-extensions
+Requires:       python-packaging >= 23.1
+Requires:       python-requests >= 2.32
+Requires:       python-typing-extensions >= 4.0
+Requires:       python-urllib3 >= 2.6.0
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module defusedxml >= 0.7.1}
+BuildRequires:  %{python_module packaging >= 23.1}
+BuildRequires:  %{python_module pytest >= 7.0}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-subtests if %python-pytest < 9}
-BuildRequires:  %{python_module requests >= 2.31}
+BuildRequires:  %{python_module pytest-xdist}
+BuildRequires:  %{python_module requests >= 2.32}
 BuildRequires:  %{python_module requests-mock >= 1.0}
+BuildRequires:  %{python_module typing-extensions >= 4.0}
 # /SECTION
 %python_subpackages
 
@@ -57,6 +60,7 @@
 
 %install
 %pyproject_install
+%python_expand rm %{buildroot}%{$python_sitelib}/_version.py
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -67,4 +71,5 @@
 %license LICENSE
 %{python_sitelib}/tableauserverclient
 %{python_sitelib}/tableauserverclient-%{version}.dist-info
+%pycache_only %{python_sitelib}/__pycache__/_version*
 

++++++ tableauserverclient-0.34.tar.gz -> tableauserverclient-0.40.tar.gz ++++++
++++ 32513 lines of diff (skipped)

Reply via email to