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

Commits on Feb 25, 2026

  1. update LocalStack links in README.md (localstack#59)

    Updated LocalStack links to point to the official website.
    alexrashed authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    29cba5e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Configuration menu
    Copy the full SHA
    4bee152 View commit details
    Browse the repository at this point in the history
  2. fix: use python -m build in make publish, drop setup.py (localstack#61)

    PyPI now rejects sdist filenames from the legacy `setup.py sdist`
    path (hyphenated) since it enforces PEP 625 normalized names
    (underscore). Switch to `python -m build`, which also produces a
    wheel. setup.py was just a `setup()` shim; replaced with a minimal
    pyproject.toml declaring the setuptools build backend.
    skyrpex authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    75fd327 View commit details
    Browse the repository at this point in the history
Loading