-
Notifications
You must be signed in to change notification settings - Fork 601
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 1.24.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.25.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 46 files changed
- 6 contributors
Commits on May 23, 2023
-
getsentry-bot committed
May 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 396cc66 - Browse repository at this point
Copy the full SHA 396cc66View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72f1e92 - Browse repository at this point
Copy the full SHA 72f1e92View commit details -
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 authoredMay 25, 2023 Configuration menu - View commit details
-
Copy full SHA for a48a3bb - Browse repository at this point
Copy the full SHA a48a3bbView commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b72c1e2 - Browse repository at this point
Copy the full SHA b72c1e2View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2882ee8 - Browse repository at this point
Copy the full SHA 2882ee8View commit details -
Revert "Pin urllib3 to <2.0.0 for now" (#2148)
This reverts commit 0d301bb.
Configuration menu - View commit details
-
Copy full SHA for 26997ab - Browse repository at this point
Copy the full SHA 26997abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f4502 - Browse repository at this point
Copy the full SHA 81f4502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd7ca8 - Browse repository at this point
Copy the full SHA 8cd7ca8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.24.0...1.25.0