diff --git a/dropbox-9.4.0.tar.gz b/dropbox-9.4.0.tar.gz deleted file mode 100644 index b6526b1..0000000 --- a/dropbox-9.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:436e0eee932d849879dd4c35e583a692dfb8ad360e81763fa1cb288b49022d62 -size 536830 diff --git a/dropbox-9.5.0.tar.gz b/dropbox-9.5.0.tar.gz new file mode 100644 index 0000000..1d81dda --- /dev/null +++ b/dropbox-9.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118a0c376cb9e7db63b2dbf560ba5c966cf1f0bfef7b67d4842ce123c383e947 +size 612618 diff --git a/python-dropbox.changes b/python-dropbox.changes index ac2dbe8..8bd49dc 100644 --- a/python-dropbox.changes +++ b/python-dropbox.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Apr 3 08:29:38 UTC 2020 - Marketa Calabkova + +- update to 9.5.0 + * Add optional lockholder_account_id to FileLockMetadata struct + * Add optional invalid_argument to SearchError union + * Add get_thumbnail:2 route + * Add add_creator_as_owner to GroupCreateArg struct + * Add exporting to LegalHoldStatus union + * Add MembersInfo struct + * Add team_invite_details to ActionDetails union + * Add optional indicators to JoinTeamDetails struct + * Add optional shared_content_link to SharedLinkSettings* structs + * Add many functionalities to EventType and EventDetails unions + * Add InviteMethod union + * Add LockStatus union + * Add RewindPolicy union + * Add FileLockingValue union + ------------------------------------------------------------------- Fri Jul 26 10:55:24 UTC 2019 - pgajdos@suse.com diff --git a/python-dropbox.spec b/python-dropbox.spec index 587dc81..42dd24d 100644 --- a/python-dropbox.spec +++ b/python-dropbox.spec @@ -1,7 +1,7 @@ # # spec file for package python-dropbox # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dropbox -Version: 9.4.0 +Version: 9.5.0 Release: 0 Summary: Official Dropbox API Client License: MIT Group: Development/Languages/Python -Url: https://github.com/dropbox/dropbox-sdk-python +URL: https://github.com/dropbox/dropbox-sdk-python Source: https://files.pythonhosted.org/packages/source/d/dropbox/dropbox-%{version}.tar.gz BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools}