Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Netchive/dropbox-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dropbox/dropbox-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 29 files changed
  • 3 contributors

Commits on May 8, 2024

  1. Restore CI, including Python 2.7 (dropbox#492)

    * Restores CI to a green state to aid in landing other changes.
    * Python 2.7 is still covered, but only on Ubuntu and excluding PyPy. Changes are made to `requirements.txt` et al to ensure this works.
    * Runner versions are pinned to avoid automatic breakage, required statuses are updated to match. 
    * Codecov action is updated, token is now explicitly passed. 
    * Fixes an integration test breaking due to backend changes, to be investigated separately.
    maxbelanger authored May 8, 2024
    Configuration menu
    Copy the full SHA
    75596da View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Stop providing a hardcoded CA bundle (dropbox#489)

    The SDK no longer provides a CA bundle to verify SSL connections. This also allows us to remove the runtime dependency on `pkg_resources` and thus `setuptools`. 
    
    The `ca_certs` parameter is still supported, so users can pin with their own CA bundle if they so choose. Otherwise, the default verification mechanism in the `requests` library now applies (this uses `certifi` and/or system certificates, depending on the configuration).
    
    Improves integration tests to cover both scenarios (i.e. when a bundle is provided, and when one isn't).
    maxbelanger authored May 9, 2024
    Configuration menu
    Copy the full SHA
    41e4b00 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Manual Spec Update (dropbox#498)

    Manual Spec Update
    c8364404953d875801d496a81f786c5545f78223
    maxbelanger authored May 13, 2024
    Configuration menu
    Copy the full SHA
    5c6809d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b0ca8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    3173f6e View commit details
    Browse the repository at this point in the history
  2. Fix doc generation and PyPI uploads by pinning to Python 3.7 (dropbox…

    …#500)
    
    * Per the [docs](https://blog.readthedocs.com/migrate-configuration-v2/), ReadTheDocs now requires a `version 2` config file. In it, we pin the version used to generate the docs to Python 3.7, which matches what is currently tested (and green) in CI.
    * PyPI uploads were still configured to run on the latest version of Python (currently 3.12). We pin this back to Python 3.7, which make it less likely to break in mysterious ways.
    maxbelanger authored May 14, 2024
    Configuration menu
    Copy the full SHA
    52893f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d379b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Fix incorrect pin of requests (dropbox#505)

    Reverts the version requirement for requests to what it was prior to dropbox#492.
    maxbelanger authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b474e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ea3f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Configuration menu
    Copy the full SHA
    be4a41c View commit details
    Browse the repository at this point in the history
Loading