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: python-packaging/squatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tmp-main
Choose a base ref
...
head repository: python-packaging/squatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 17, 2024

  1. Update names and mailmap

    amyreese committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7bad660 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Bump black from 24.1a1 to 24.3.0 (#3)

    Bumps [black](https://github.com/psf/black) from 24.1a1 to 24.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](https://github.com/psf/black/commits/24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9c8160e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Modernize package build/metadata (#5)

    - Move package metadata from setup.cfg to PEP 621 in pyproject.toml
    - Switch build from setuptools to hatchling with hatch-vcs
    - Update templates to also use pyproject and hatchling
    - Test on 3.12 and 3.13
    - Fix tests and lint
    amyreese authored May 19, 2025
    Configuration menu
    Copy the full SHA
    158c2e4 View commit details
    Browse the repository at this point in the history
  2. Add --keep, dep on newer twine (#4)

    * Add --keep, dep on newer twine
    
    * Add test for --keep
    
    * Fix types
    
    ---------
    
    Co-authored-by: Amethyst Reese <[email protected]>
    thatch and amyreese authored May 19, 2025
    Configuration menu
    Copy the full SHA
    b391b8e View commit details
    Browse the repository at this point in the history
  3. Version bump v1.1.0

    amyreese committed May 19, 2025
    Configuration menu
    Copy the full SHA
    c00bc3c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

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

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    416d543 View commit details
    Browse the repository at this point in the history
  2. Adjust tests to use twine

    thatch committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    28b28d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Merge pull request #7 from thatch/requires

    Go back to uploading with twine
    thatch authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    39248bc View commit details
    Browse the repository at this point in the history
Loading