17
0

Compare commits

2 Commits

Author SHA256 Message Date
11ca50b175 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
11f609efbb - 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 2 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
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) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
#
# 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 if %python-pytest < 9}
BuildRequires: %{python_module pytest-subtests}
BuildRequires: %{python_module requests >= 2.31}
BuildRequires: %{python_module requests-mock >= 1.0}
# /SECTION