forked from pool/python-tableauserverclient
Accepting request 873421 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/873421 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tableauserverclient?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 00:59:35 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Switch to using PyPI source
|
||||
- Update to v0.15.0
|
||||
* Added support for python version 3.9
|
||||
* Added support for 'Get View by ID'
|
||||
* Added docs and test data to MANIFEST.in file
|
||||
* Added owner_id property to ProjectItem
|
||||
* Added support for skipping connection check while publishing workbook
|
||||
* Added support for 'Update Subscription'
|
||||
* Added support for 'Get Groups for a User'
|
||||
* Improved debug logging by including put/post request contents
|
||||
* Improved local and active-directory group creation
|
||||
* Improved 'Update Group' to match server requests/responses
|
||||
* Improved SiteItem with new properties and functions
|
||||
* Improved SubscriptionItem with new properties
|
||||
* Improved the 'type' property of TaskItem to convert server response to enum
|
||||
* Improved repository to use Github Actions for running tests/linter
|
||||
* Fixed data_acceleration field causing error in workbook update payload
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 06:09:26 AM UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -19,12 +19,12 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-tableauserverclient
|
||||
Version: 0.14.1
|
||||
Version: 0.15.0
|
||||
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/v%{version}.tar.gz#/tableauserverclient-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tableauserverclient/tableauserverclient-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -42,8 +42,7 @@ BuildRequires: %{python_module requests-mock >= 1.0}
|
||||
A Python module for working with the Tableau Server REST API.
|
||||
|
||||
%prep
|
||||
%setup -q -n server-client-python-%{version}
|
||||
touch test/__init__.py
|
||||
%setup -q -n tableauserverclient-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -53,11 +52,11 @@ touch test/__init__.py
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest test/test_*.py
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE LICENSE.versioneer
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e931986e315fbeb0faf1567d7d7aa5bbb738d222a7ef0a42a564c53217ac837a
|
||||
size 824680
|
3
tableauserverclient-0.15.0.tar.gz
Normal file
3
tableauserverclient-0.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09bef236fa62c30fa45a1308dda1730da56055d8e24ca0391abc770f782482fc
|
||||
size 824079
|
Reference in New Issue
Block a user