From 0745f7881cc49aa78a2b047be9863b814891b91ec88387fdf9c0e3af61426fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Jul 2019 11:23:34 +0000 Subject: [PATCH] Accepting request 718832 from home:pgajdos - version update to 9.4.0 * auth Namespace: Added missing_scope into AuthError. * file_requests namespace: Added list and list/continue endpoints. Added count endpoint. Added delete and delete_all_closed endpoints. * files namespace: Added unsupported_file to DownloadError. Added upper bound 9999 to start field in SearchArg. Added unsupported_content_type to LookupError. Added cant_move_shared_folder to RelocationError. Added email_not_verified and unsupported_file to GetTemporaryLinkError. Added ExportInfo struct. Added fields (is_downloadable, export_info) to FileMetadata. Added include_non_downloadable_files to ListFolderArg. Added ExportMetadata, ExportArg, Export Result Structs. Added ExportError union. Added /export route. * seen_state namespace: Added mobile_ios, mobile_android and api into PlatformType. Deprecated mobile in PlatformType. * sharing namespace: Updated shared_link_already_exists under CreateSharedLinkWithSettingsError from void to SharedLinkAlreadyExistsMetadata. Updated docstrings for LinkPermissions Added banned_member to AddFolderMemberError. Added password field to LinkAudience. Added effective_audience and link_access_level fields to LinkPermissions struct. Added audience and access fields to SharedLinkSettings struct. Added LinkAccessLevel and RequestedLinkAccessLevel union. OBS-URL: https://build.opensuse.org/request/show/718832 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dropbox?expand=0&rev=3 --- dropbox-9.3.0.tar.gz | 3 --- dropbox-9.4.0.tar.gz | 3 +++ python-dropbox.changes | 43 ++++++++++++++++++++++++++++++++++++++++++ python-dropbox.spec | 15 ++++++++------- 4 files changed, 54 insertions(+), 10 deletions(-) delete mode 100644 dropbox-9.3.0.tar.gz create mode 100644 dropbox-9.4.0.tar.gz diff --git a/dropbox-9.3.0.tar.gz b/dropbox-9.3.0.tar.gz deleted file mode 100644 index 55f82cb..0000000 --- a/dropbox-9.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5d1cd71f624a332f1c0c38a0005aa67238f200169a152c169e0f8d5f45c77b2 -size 496627 diff --git a/dropbox-9.4.0.tar.gz b/dropbox-9.4.0.tar.gz new file mode 100644 index 0000000..b6526b1 --- /dev/null +++ b/dropbox-9.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436e0eee932d849879dd4c35e583a692dfb8ad360e81763fa1cb288b49022d62 +size 536830 diff --git a/python-dropbox.changes b/python-dropbox.changes index b2fed3f..ac2dbe8 100644 --- a/python-dropbox.changes +++ b/python-dropbox.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Jul 26 10:55:24 UTC 2019 - pgajdos@suse.com + +- version update to 9.4.0 + * auth Namespace: + Added missing_scope into AuthError. + * file_requests namespace: + Added list and list/continue endpoints. + Added count endpoint. + Added delete and delete_all_closed endpoints. + * files namespace: + Added unsupported_file to DownloadError. + Added upper bound 9999 to start field in SearchArg. + Added unsupported_content_type to LookupError. + Added cant_move_shared_folder to RelocationError. + Added email_not_verified and unsupported_file to GetTemporaryLinkError. + Added ExportInfo struct. + Added fields (is_downloadable, export_info) to FileMetadata. + Added include_non_downloadable_files to ListFolderArg. + Added ExportMetadata, ExportArg, Export Result Structs. + Added ExportError union. + Added /export route. + * seen_state namespace: + Added mobile_ios, mobile_android and api into PlatformType. + Deprecated mobile in PlatformType. + * sharing namespace: + Updated shared_link_already_exists under CreateSharedLinkWithSettingsError from void to SharedLinkAlreadyExistsMetadata. + Updated docstrings for LinkPermissions + Added banned_member to AddFolderMemberError. + Added password field to LinkAudience. + Added effective_audience and link_access_level fields to LinkPermissions struct. + Added audience and access fields to SharedLinkSettings struct. + Added LinkAccessLevel and RequestedLinkAccessLevel union. + Added create_view_link and create_edit_link fields to FileAction union. + * team namespace: + Added profile_photo_url and suspended_on into MemberProfile. + * team_log namespace: + Added various new types. + * team_policies namespace: + Added TwoStepVerificationState union. + * team_reports namespace: + Added TemporaryFailureReason union. + ------------------------------------------------------------------- Sat Feb 16 11:03:48 UTC 2019 - John Vandenberg diff --git a/python-dropbox.spec b/python-dropbox.spec index b28918f..587dc81 100644 --- a/python-dropbox.spec +++ b/python-dropbox.spec @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dropbox -Version: 9.3.0 +Version: 9.4.0 Release: 0 -License: MIT Summary: Official Dropbox API Client -Url: https://github.com/dropbox/dropbox-sdk-python +License: MIT Group: Development/Languages/Python +Url: https://github.com/dropbox/dropbox-sdk-python Source: https://files.pythonhosted.org/packages/source/d/dropbox/dropbox-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements +BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.16.2} BuildRequires: %{python_module six >= 1.3.0} -BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-requests >= 2.16.2