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: getsentry/sentry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39b3770
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8cd7ca8
Choose a head ref
  • 8 commits
  • 46 files changed
  • 6 contributors

Commits on May 23, 2023

  1. Merge branch 'release/1.24.0'

    getsentry-bot committed May 23, 2023
    Configuration menu
    Copy the full SHA
    396cc66 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    72f1e92 View commit details
    Browse the repository at this point in the history
  2. Fix distribution name normalization (PEP-0503) (#2144)

    Current logic in `test_installed_modules` does not properly handle
    distributions with underscores. On my machine I get the following error
    while running tests:
    ```
    tests/integrations/modules/test_modules.py:60: in test_installed_modules
        assert installed_modules == pkg_resources_modules
    E   AssertionError: assert {'aiven-clien...'22.2.0', ...} == {'aiven-clien...'22.2.0', ...}
    E     Omitting 93 identical items, use -vv to show
    E     Left contains 1 more item:
    E     {'tomli_w': '1.0.0'}
    E     Right contains 1 more item:
    E     {'tomli-w': '1.0.0'}
    E     Use -v to get more diff
    ```
    
    This change fixes distribution name normalization by applying the code
    from PEP-0503 (https://peps.python.org/pep-0503/#normalized-names).
    Roman Inflianskas authored May 25, 2023
    Configuration menu
    Copy the full SHA
    a48a3bb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    2882ee8 View commit details
    Browse the repository at this point in the history
  2. Revert "Pin urllib3 to <2.0.0 for now" (#2148)

    This reverts commit 0d301bb.
    asottile-sentry authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    26997ab View commit details
    Browse the repository at this point in the history
  3. release: 1.25.0

    getsentry-bot committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    81f4502 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    sentrivana committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8cd7ca8 View commit details
    Browse the repository at this point in the history
Loading