15
0

Accepting request 791657 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/791657
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dropbox?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-04-06 07:34:02 +00:00
committed by Git OBS Bridge
parent 0745f7881c
commit c3f31d3d27
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Apr 3 08:29:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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