Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-02-09 09:53:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dropbox: updated to 11.1.0

11.1.0:
Bug fixes
   2021-01-20 22:06:30 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
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
   2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255)
Log message:
net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-12-27 16:04:42 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
async and await are keywords in Python 3.7, so rename them. Bump revision.
   2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748)
Log message:
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.
   2015-04-06 00:07:31 by Hiramatsu Yoshifumi | Files touched by this commit (3) | Package updated
Log message:
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)
----------------------------
- Increase metadata() file list limit to 25,000 (used to be 10,000).
- Removed debug prints from search() call.  Oops.
- Cleanup to make more compatible with Python 3.

Changes in 1.4 (2012-3-26)
--------------------------
- Add support for the /delta API.
- Add support for the "copy ref" API.

Changes in 1.3 (2012-1-11)
--------------------------
- Adds a method to the SDK that returns the file metadata when downloading a
  file or its thumbnail.
- Validate server's SSL certificate against CAs in included certificate file.

Changes in 1.2 (2011-10-17)
---------------------------
- Fixes for bugs found during beta period
- Improved README to include steps to remove the v0 SDK if upgrading

Changes in 1.1 (2011-8-16)
--------------------------
- Fixed version number
- Updated CHANGELOG to be more detailed

Changes in 1.0 (2011-7-11)
--------------------------
- Backwards compatibility broken
   - Completely removed 'callback' and 'status\_in\_response' parameters
   - Change 'sandbox' references to 'app\_folder'
   - Refactored auth.py and renamed it session.py
- Updated SDK to Dropbox API Version 1, supporting all calls
   - Added 'rev' parameter to metadata and get\_file
   - Added 'parent\_rev' parameter to put\_file
   - Added search, share, media, revisions, and restore
   - put\_file uses /files\_put instead of multipart POST and now takes a full path
   - Removed methods for calls that were removed from v1 of the REST API
- Removed 'root' input parameter for all calls
- Changed return format for calls
   - On error (non-200 response), an exception is raised
   - On success, the JSON is parsed and a Python dict or list is returned
- Updated examples
   - Renamed 'bin' directory to 'example'
   - Heavily tweaked the CLI example
   - Added a web app example
- Removed reliance on config files
- Assorted bugfixes and improvements
   - Buffers large file uploads better in put\_file
   - Improved path normalization
- All calls are now made over SSL
- Fully documented code for Pydoc generation
- Added a CHANGELOG
- Changed the distribution name from 'dropbox-client' to 'dropbox-python-sdk'
   2013-11-30 10:40:00 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix python interpreter path in installed file.
Bump PKGREVISION.
   2013-11-30 01:01:34 by Thomas Klausner | Files touched by this commit (2)
Log message:
Set EGG_NAME for simpler PLISTs.
   2013-11-27 00:25:36 by Alistair G. Crooks | Files touched by this commit (2)
Log message:
Correct the PLIST for other versions of python, too.
   2013-11-26 21:32:24 by Matthias Drochner | Files touched by this commit (4)
Log message:
add py-dropbox-1.6, the official Python SDK for Dropbox calls

Next | Query returned 20 messages, browsing 11 to 20 | previous