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: gitpython-developers/smmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 334ef84a05c953ed5dbec7b9c6d4310879eeab5a
Choose a base ref
...
head repository: gitpython-developers/smmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f1ace75be355fdec927793e462b9b12bf6ec9520
Choose a head ref
  • 18 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 16, 2022

  1. Add support for Python 3.11

    hugovk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a8cdf46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0370014 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge pull request #48 from hugovk/master

    Add support for Python 3.11
    Byron authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5cfacac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Bump GitHub Actions

    hugovk committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0522957 View commit details
    Browse the repository at this point in the history
  2. Add support for Python 3.12

    hugovk committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    8aa59e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b4d14 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Merge pull request #50 from hugovk/master

    Add support for Python 3.12 and drop EOL 3.7
    Byron authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7373a8c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. prepare v6.0.0

    Byron committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    810ae3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce03fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e163592 View commit details
    Browse the repository at this point in the history
  4. Revert "Drop support for EOL Python 3.7"

    Analogous to gitpython-developers/gitdb#94,
    this brings back Python 3.7 support (allowing it to be installed on
    3.7, and testing on 3.7), even though 3.7 is end of life, because
    support for 3.7 is not being dropped by GitPython (or gitdb) yet,
    and there is value in keeping GitPython, gitdb, and smmap
    consistent.
    
    This reverts commit f1b4d14.
    EliahKagan committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b98fdd1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #52 from EliahKagan/py37

    Revert "Drop support for EOL Python 3.7"
    Byron authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    156151c View commit details
    Browse the repository at this point in the history
  6. prepare v5.0.1

    Byron committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    256c5a2 View commit details
    Browse the repository at this point in the history
  7. Update ci, in line with gitdb

    This updates smmap's CI configuration in ways that are in line with
    recent updates to gitdb's. In most cases there is no difference in
    the changes, and the reason for the updates is more to avoid
    confusing differences than from the value of the changes
    themselves. 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 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f1ddf01 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request #53 from EliahKagan/ci

    Update CI, in line with gitdb
    Byron authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0257382 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Run CI on all branches

    + Make YAML indentation more consistent.
    EliahKagan committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    69cd90f View commit details
    Browse the repository at this point in the history
  2. No longer treat 3.12 as experimental on CI

    Since Python 3.12.0 stable has been released and is available via
    setup-python, per:
    https://github.com/actions/python-versions/blob/main/versions-manifest.json
    
    This makes it so continue-on-error and allow-prereleases are no
    longer special-cased to true for 3.12; instead, 3.12 is treaed the
    same as other Python releases (where those are false).
    EliahKagan committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    44ac30a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54 from EliahKagan/312stable

    No longer treat 3.12 as experimental on smmap CI
    Byron authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f1ace75 View commit details
    Browse the repository at this point in the history
Loading