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 2021-02-18 20:41:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tableauserverclient (Old) and /work/SRC/openSUSE:Factory/.python-tableauserverclient.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tableauserverclient" Thu Feb 18 20:41:38 2021 rev:2 rq:873421 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tableauserverclient/python-tableauserverclient.changes 2021-01-22 21:52:47.541888934 +0100 +++ /work/SRC/openSUSE:Factory/.python-tableauserverclient.new.28504/python-tableauserverclient.changes 2021-02-18 20:53:13.959485678 +0100 @@ -1,0 +2,21 @@ +Thu Feb 18 00:59:35 UTC 2021 - John Vandenberg <jay...@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 + +------------------------------------------------------------------- Old: ---- tableauserverclient-0.14.1.tar.gz New: ---- tableauserverclient-0.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tableauserverclient.spec ++++++ --- /var/tmp/diff_new_pack.KlMl9C/_old 2021-02-18 20:53:17.123488648 +0100 +++ /var/tmp/diff_new_pack.KlMl9C/_new 2021-02-18 20:53:17.123488648 +0100 @@ -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 @@ 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 @@ %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 ++++++ tableauserverclient-0.14.1.tar.gz -> tableauserverclient-0.15.0.tar.gz ++++++ ++++ 3459 lines of diff (skipped)