Comparing Netchive:main...dropbox:main · Netchive/dropbox-sdk-python

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.
    Configuration menu

    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).
    Configuration menu

    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Adding requirements.txt into MANIFEST.in (dropbox#520)

    * Adding requirements.txt into MANIFEST.in
    
    * Updating coverage.yml
    
    * Fixing python version for Integration Coverage
    
    * Updating macos in ci.yml
    
    * Updating Workflows to deprecate all version of pythons & macos
    
    * Updating Workflows to deprecate all version of pythons & macos: ci.yml
    
    * Updating Workflows to deprecate all version of pythons & macos: ci.yml
    
    * Updating Workflows to deprecate all version of pythons & macos: ci.yml - new try
    
    * ci.yml going back to ubuntu 20.04 for 3.7
    
    * ci.yml going back to ubuntu 20.04 for Docs
    
    * Reverting setup-python
    
    * Changing actions to Ubuntu 22.04 as 20.04 is deprecated
    
    * Removing python2.7
    
    * Changing actions versions
    
    * Changing actions versions
    
    * Changing actions versions
    
    * Changing actions versions
    
    * Changing actions versions
    
    * Changing actions versions
    
    * Changing actions versions
    
    * Changing actions versions
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Configuration menu

    Browse the repository at this point in the history