- Notifications
You must be signed in to change notification settings - Fork27
PermalinkChoose 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 orlearn 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:gitpython-developers/smmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v5.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:gitpython-developers/smmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 12commits
- 6files changed
- 4contributors
Commits on Sep 17, 2023
This updates smmap's CI configuration in ways that are in line withrecent updates to gitdb's. In most cases there is no difference inthe changes, and the reason for the updates is more to avoidconfusing differences than from the value of the changesthemselves. In one case, there is a major difference (fetch-depth).-gitpython-developers/gitdb#89 (same)-gitpython-developers/gitdb#90 (same) It's just the project, not dependencies, but otherwise the same.-gitpython-developers/gitdb#92 (opposite) This is the major difference. We don't need more than the tip of the branch in these tests. Keeping the default fetch-depth of 1 by not setting it explicitly avoids giving the impression that the tests here are doing something they are not (and also serves as a speed optimization).-gitpython-developers/gitdb#93 (same)
EliahKagan committedSep 17, 2023
Commits on Sep 18, 2023
Commits on Oct 3, 2023
No longer treat 3.12 as experimental on CI
Since Python 3.12.0 stable has been released and is available viasetup-python, per:https://github.com/actions/python-versions/blob/main/versions-manifest.jsonThis makes it so continue-on-error and allow-prereleases are nolonger special-cased to true for 3.12; instead, 3.12 is treaed thesame as other Python releases (where those are false).
EliahKagan committedOct 3, 2023 Merge pull request#54from EliahKagan/312stable
No longer treat 3.12 as experimental on smmap CI
Byron authoredOct 3, 2023
Commits on Dec 11, 2023
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.- [Release notes](https://github.com/actions/setup-python/releases)- [Commits](actions/setup-python@v4...v5)---updated-dependencies:- dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredDec 11, 2023 Merge pull request#55from gitpython-developers/dependabot/github_ac…
…tions/actions/setup-python-5Bump actions/setup-python from 4 to 5
Byron authoredDec 11, 2023
Commits on Dec 13, 2023
This uses NamedTemporaryFile with delete=False to replace the oneuse of the deprecated mktemp function in smmap (reported in#41).This avoids the race condition inherent to mktemp, as the file isnamed and created together in a way that is effectively atomic.Because NamedTemporaryFile is not being used to automaticallydelete the file, it use and cleanup are unaffected by the change.
EliahKagan committedDec 13, 2023
Commits on Jan 25, 2024
BSD is amiguous. So let's use the correct SPDX identifier.https://spdx.org/licenses/
Shortfinga committedJan 25, 2024
Commits on Jan 26, 2024
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 v5.0.1...v5.0.2
Uh oh!
There was an error while loading.Please reload this page.