forked from pool/python-dropbox
- update to 10.4.1:
* Fix bug with client copy * Fix bug with team client as_user and as_admin * Fix Python 3 linter issue * Update tox.ini to check python 3.7 and 3.8 * Update setup.py to support python 3.7 and 3.8 * Remove stone as submodule and add as dependency * Update Spec * Files Namespace * Add internal_error to SearchError union. * Add locked to LookupError union. * Add cant_move_into_vault to RelocationError union. * Add MoveIntoVaultError union. * Add SearchMatchFieldOptions struct. * Add optional match_field_options to SearchV2Arg struct. * Doc/example changes. * Sharing Namespace * Add is_vault to SharePathError union. * Add invalid_shared_folder to AddFolderMemberError union. * Team Namespace * Make members field of LegalHoldsPolicyUpdateArg struct optional. * Add app_folder_removal_not_supported to RevokeLinkedAppError union. * Doc/example changes. * Add auto_approve to InviteMethod union. * Add moved_from_another_team to InviteMethod union. * Add moved_from_another_team to MemberStatus union. * Add no_one to SharedLinkVisibility union. * Add optional new_team to MemberChangeStatusDetails struct. * Add optional previous_team to MemberChangeStatusDetails struct. * Add external_sharing_create_report_details to EventDetails union. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dropbox?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4372916da70aad82e7227e7c31a8cfa2310e41c9d34d32883daedf43ed403f86
|
||||
size 658870
|
||||
3
dropbox-10.4.1.tar.gz
Normal file
3
dropbox-10.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20d039d030f7c1f54f22d182832c1909ee5b5626ad52469a19d274bf07041e06
|
||||
size 663762
|
||||
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 06:53:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 10.4.1:
|
||||
* Fix bug with client copy
|
||||
* Fix bug with team client as_user and as_admin
|
||||
* Fix Python 3 linter issue
|
||||
* Update tox.ini to check python 3.7 and 3.8
|
||||
* Update setup.py to support python 3.7 and 3.8
|
||||
* Remove stone as submodule and add as dependency
|
||||
* Update Spec
|
||||
* Files Namespace
|
||||
* Add internal_error to SearchError union.
|
||||
* Add locked to LookupError union.
|
||||
* Add cant_move_into_vault to RelocationError union.
|
||||
* Add MoveIntoVaultError union.
|
||||
* Add SearchMatchFieldOptions struct.
|
||||
* Add optional match_field_options to SearchV2Arg struct.
|
||||
* Doc/example changes.
|
||||
* Sharing Namespace
|
||||
* Add is_vault to SharePathError union.
|
||||
* Add invalid_shared_folder to AddFolderMemberError union.
|
||||
* Team Namespace
|
||||
* Make members field of LegalHoldsPolicyUpdateArg struct optional.
|
||||
* Add app_folder_removal_not_supported to RevokeLinkedAppError union.
|
||||
* Doc/example changes.
|
||||
* Add auto_approve to InviteMethod union.
|
||||
* Add moved_from_another_team to InviteMethod union.
|
||||
* Add moved_from_another_team to MemberStatus union.
|
||||
* Add no_one to SharedLinkVisibility union.
|
||||
* Add optional new_team to MemberChangeStatusDetails struct.
|
||||
* Add optional previous_team to MemberChangeStatusDetails struct.
|
||||
* Add external_sharing_create_report_details to EventDetails union.
|
||||
* Add external_sharing_report_failed to EventDetails union.
|
||||
* Add content_administration_policy_changed_details to EventDetails
|
||||
* Add external_sharing_create_report to EventType.
|
||||
* Add external_sharing_report_failed to EventType.
|
||||
* Add content_administration_policy_changed to EventType.
|
||||
* union.
|
||||
* Add send_for_signature_policy_changed_details to EventDetails union.
|
||||
* Add external_sharing_create_report to EventTypeArgs union.
|
||||
* Add external_sharing_report_failed to EventTypeArgs union.
|
||||
* Add content_administration_policy_changed to EventTypeArgs union.
|
||||
* Add send_for_signature_policy_changed to EventTypeArgs union.
|
||||
* Add SendForSignaturePolicy union.
|
||||
* Add ExternalSharingCreateReportDetails struct.
|
||||
* Add ExternalSharingReportFailedDetails struct.
|
||||
* Add ContentAdministrationPolicyChangedDetails struct.
|
||||
* Add SendForSignaturePolicyChangedDetails struct.
|
||||
* Add ExternalSharingCreateReportType struct.
|
||||
* Add ExternalSharingReportFailedType struct.
|
||||
* Add ContentAdministrationPolicyChangedType struct.
|
||||
* Add SendForSignaturePolicyChangedType struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 03:55:01 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-dropbox
|
||||
Version: 10.2.0
|
||||
Version: 10.4.1
|
||||
Release: 0
|
||||
Summary: Official Dropbox API Client
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user