diff --git a/python-tableauserverclient.changes b/python-tableauserverclient.changes index 5b83406..f8f8e73 100644 --- a/python-tableauserverclient.changes +++ b/python-tableauserverclient.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Feb 18 00:59:35 UTC 2021 - John Vandenberg + +- 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 diff --git a/python-tableauserverclient.spec b/python-tableauserverclient.spec index 1220bd6..635da51 100644 --- a/python-tableauserverclient.spec +++ b/python-tableauserverclient.spec @@ -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 diff --git a/tableauserverclient-0.14.1.tar.gz b/tableauserverclient-0.14.1.tar.gz deleted file mode 100644 index ff6e672..0000000 --- a/tableauserverclient-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e931986e315fbeb0faf1567d7d7aa5bbb738d222a7ef0a42a564c53217ac837a -size 824680 diff --git a/tableauserverclient-0.15.0.tar.gz b/tableauserverclient-0.15.0.tar.gz new file mode 100644 index 0000000..f0c26b8 --- /dev/null +++ b/tableauserverclient-0.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bef236fa62c30fa45a1308dda1730da56055d8e24ca0391abc770f782482fc +size 824079