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: DataONEorg/d1_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.2
Choose a base ref
...
head repository: DataONEorg/d1_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 15, 2024

  1. Allow overrides of DJANGO_SETTINGS_MODULE in wsgi.py

    Set os.environ.setdefault when setting DJANGO_SETTINGS_MODULE
    in wsgi.py so that other settings modules can be used by
    setting DJANGO_SETTINGS_MODULE.
    srstsavage committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c3ba214 View commit details
    Browse the repository at this point in the history
  2. Upgrade dropbox to fix dependency metadata problem

    Upgrade dropbox dependency to 11.36.2 to avoid a dependency metadata issue.
    
    Without this fix, `pip install -r requirements.txt` fails in pip >=24.1
    with the following error:
    
    ```
    WARNING: Ignoring version 11.36.0 of dropbox since it has invalid metadata:
    Requested dropbox==11.36.0 from https://files.pythonhosted.org/packages/11/7e/e66327f3535cf5b58b3c152144744fc5727355357304facf61e43ab1b895/dropbox-11.36.0-py3-none-any.whl (from -r requirements.txt (line 46)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
        stone (>=2.*)
               ~~~~^
    Please use pip<24.1 if you need to use this version.
    ```
    
    Fixed in dropbox-sdk-python here:
    
    dropbox/dropbox-sdk-python#456
    srstsavage committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b65d79b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Allow overrides of DJANGO_SETTINGS_MODULE in gmn_test_case.py

    Use os.environ.setdefault when setting DJANGO_SETTINGS_MODULE
    in gmn_test_case.py so that other settings modules can be used by
    setting DJANGO_SETTINGS_MODULE.
    srstsavage committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0971dfc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request #99 from srstsavage/upgrade-dropbox-11-36-2

    Upgrade dropbox to fix dependency metadata problem
    iannesbitt authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8c20ae2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from srstsavage/allow-override-django-settings…

    …-module
    
    Allow overrides of DJANGO_SETTINGS_MODULE in wsgi.py
    iannesbitt authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9ba1f9e View commit details
    Browse the repository at this point in the history
Loading