15
0

Compare commits

4 Commits

Author SHA256 Message Date
d00840e8ba Accepting request 1321492 from devel:languages:python
- Only require pytest-subtests with pytest < 9.

OBS-URL: https://build.opensuse.org/request/show/1321492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tableauserverclient?expand=0&rev=6
2025-12-09 11:47:01 +00:00
8fa4e8326e - Only require pytest-subtests with pytest < 9.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tableauserverclient?expand=0&rev=11
2025-12-08 04:32:13 +00:00
0c8c614744 Accepting request 1225497 from devel:languages:python
- update to 0.34:
  * Draft: Make urllib3 dependency more flexible
  * fix: queryset support for flowruns
  * docs: add docstrings to auth objects and endpoints
  * Set FILESIZE_LIMIT_MB via environment variables
  * added PulseMetricDefine cap
  * Adding project permissions handling for databases, tables and
    virtual connections
  * refactor request_options, add language param
  * ci: build on python 3.13
  * fix: handle 0 item response in querysets
- update to 0.33:
  * Add support for all types of monthly repeating schedules
  * Add workbook and datasource name attributes to JobItem Model
  * feat: group bulk edit
  * feat: add support for groupsets
  * feat: custom views dl pub
  * docs: add docstrings detailing the filter options
  * feat: tag everything
  * feat: get page and chunk size from env vars
  * feat: linked tasks
  * fix: Pager typing
- update to 0.32:
  * Bump urllib3 from 2.0.7 to 2.2.2 #1400
  * Allow setting page_size in .all and .filter #1417
  * Switch to absolute imports for favorites #1415
  * Switch to absolute imports for datasource #1416
  * Fix pop from empty list #1404
  * Ignore known internal warnings on tests #1407
  * Add support for changing project owner #1419

OBS-URL: https://build.opensuse.org/request/show/1225497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tableauserverclient?expand=0&rev=5
2024-11-21 14:19:07 +00:00
d8f472f7b4 - update to 0.34:
* Draft: Make urllib3 dependency more flexible
  * fix: queryset support for flowruns
  * docs: add docstrings to auth objects and endpoints
  * Set FILESIZE_LIMIT_MB via environment variables
  * added PulseMetricDefine cap
  * Adding project permissions handling for databases, tables and
    virtual connections
  * refactor request_options, add language param
  * ci: build on python 3.13
  * fix: handle 0 item response in querysets
- update to 0.33:
  * Add support for all types of monthly repeating schedules
  * Add workbook and datasource name attributes to JobItem Model
  * feat: group bulk edit
  * feat: add support for groupsets
  * feat: custom views dl pub
  * docs: add docstrings detailing the filter options
  * feat: tag everything
  * feat: get page and chunk size from env vars
  * feat: linked tasks
  * fix: Pager typing
- update to 0.32:
  * Bump urllib3 from 2.0.7 to 2.2.2 #1400
  * Allow setting page_size in .all and .filter #1417
  * Switch to absolute imports for favorites #1415
  * Switch to absolute imports for datasource #1416
  * Fix pop from empty list #1404
  * Ignore known internal warnings on tests #1407
  * Add support for changing project owner #1419

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tableauserverclient?expand=0&rev=9
2024-11-21 09:26:41 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 8 04:29:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Only require pytest-subtests with pytest < 9.
-------------------------------------------------------------------
Thu Nov 21 09:25:27 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tableauserverclient
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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
@@ -40,7 +40,7 @@ BuildArch: noarch
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module defusedxml >= 0.7.1}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-subtests}
BuildRequires: %{python_module pytest-subtests if %python-pytest < 9}
BuildRequires: %{python_module requests >= 2.31}
BuildRequires: %{python_module requests-mock >= 1.0}
# /SECTION