Up to [cvs.NetBSD.org] / pkgsrc / net / py-dropbox
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
py-dropbox: update to 12.0.2. v12.0.2 Remove the pin for urllib3 (#507) v12.0.1 Fix incorrect pin of requests (#505) v12.0.0 Fixes to Restore CI (#492, #501) Fixes to doc generation (#500, #503) Manual Spec Update (#498) Stop providing a hardcoded CA bundle (#489, #499)
py-dropbox: fix invalid pattern Fixes build.
py-dropbox: update to 11.32.0. Changes not found.
py-dropbox: updated to 11.27.0 v11.27.0 Automated Spec Update [Setup] Update deprecated description-file to use description_file v11.26.0 Add scopes to documentation Ensure Dropbox error is thrown in refresh access token
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
py-dropbox: Fix dependencies for sandboxed builds
py-dropbox: updated to 11.4.1 11.4.1: Unknown changes
py-dropbox: updated to 11.2.0 v11.2.0 Automated Spec Update Bump peter-evans/create-pull-request from v3.7.0 to v3.8.2
py-dropbox: updated to 11.1.0 11.1.0: Bug fixes
py-dropbox: updated to 11.0.0 v11.0.0 Add stone to setup.py Automated Spec Update Fix links in release notes to be absolute Bump peter-evans/create-pull-request from v3.4.1 to v3.5.1 change update_version.sh to reflect the renaming of dropbox/dropbox.py to dropbox/dropbox_client.py Regenerate client using Stone 3.2.0 Bump codecov/codecov-action from v1.0.14 to v1.0.15 remove auto generated stone_fixtures.py Automated Spec Update v10.10.0 Automated Spec Update v10.9.0 Automated Spec Update Migrate references of master to main Migrate primary branch to main v10.8.0 Automated Spec Update Update dispatch on spec update workflow v10.7.0 Fix default in getAuthenticationUrl to pass if requested Automated Spec Update Bump codecov/codecov-action from v1.0.13 to v1.0.14 Bump actions/setup-python from v2.1.3 to v2.1.4 v10.6.0 Automated Spec Update Bump peter-evans/create-pull-request from v3.4.0 to v3.4.1 v10.5.0 Automated Spec Update Bump actions/setup-python from v2.1.2 to v2.1.3 Add release scripts Add local build for docs to contributing Added "of" to Question / Help Template Fix arguments in OAuth2FlowResult.repr return value Bump peter-evans/create-pull-request from v3.3.0 to v3.4.0 Update actions/setup-python requirement to v2.1.2 File update Updated sphinx syntax Add github action to auto update spec Run CodeCov through github actions and remove Tox Fix lists Update OAuth.py Formatting Update tox to not run codecov as github action takes care of it Add github action for publishing master branch coverage Add basic test to test codecov Add 3.9-dev to travis and add codecov.yaml Add Coverage.py and codecov functionality
async and await are keywords in Python 3.7, so rename them. Bump revision.
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update net/py-dropbox to 2.2.0. Changes in 2.2.0 (2014-09-16) ----------------------------- - Support for Datastore sharing - `DropboxClient.get_file()`: Add support for `start`, `length` parameters. - Add support for the /longpoll_delta API - Add direct support for /chunked_upload and /commit_chunked_upload APIs - Fix error handling in ChunkedUploader - Make tests compatible with py.test - Various docstring updates (including OAuth 1->2 example) - Fix encoding issues in example/cli_client.py - Fix unicode handling for URL parameters Changes in 2.1.0 (2014-06-03) ----------------------------- - The datastore API now includes size accessors to allow you to check the size of your data and avoid the syncing limits. - The datastore Date() constructor now truncates timestamps to the supported resolution, i.e. milliseconds. - The datastore `await*()` calls now use POST instead of GET. - Datastore IDs, table IDs, record IDs and field names may be 64 characters (increased from 32 characters). Before taking advantage of the new size limits ensure your application is fully upgraded to SDKs with this support. - Option to `include_media_info` has been added to `DropboxClient.metadata()` and `DropboxClient.delta()`. Changes in 2.0.0 (2013-12-19) ----------------------------- - Add the Datastore API. - Upgrade OAuth 1 tokens with `DropboxClient.create_oauth2_access_token` and `DropboxClient.disable_oauth2_access_token`. - `DropboxClient.thumbnail()`: Fix `size` identifiers. - `DropboxClient.delta()`: Add support for `path_prefix` parameter. - Connection reuse/pooling using urllib3. - Updated SSL settings. - Various documentation reformatting. Changes in 1.6 (2013-07-07) ---------------- - Added OAuth 2 support (use DropboxOAuth2Flow). OAuth 1 still works. - Added a Flask-based example. - Fixed many minor bugs. Changes in 1.5.1 (2012-8-20) ----------------- - Fixed packaging. - Got rid of debug prints. Changes in 1.5 (2012-8-15) -------------------------- - Support for uploading large files via /chunked_upload Changes in 1.4.1 (2012-5-16)
add py-dropbox-1.6, the official Python SDK for Dropbox calls