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: DiamondLightSource/python-copier-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: DiamondLightSource/python-copier-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0a1
Choose a head ref
  • 2 commits
  • 27 files changed
  • 6 contributors

Commits on Sep 18, 2025

  1. fix: Remove requirement for buildkit (#290)

    Fixes
    #288
    
    Separatet COPY/chmod line into two separate commands so the Dockerfile
    can be build locally by buildah (podman) as well as CI.
    callumforrester authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    2aa1177 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. refactor: Convert to use uv (#248)

    This PR aims to move away from using the `venv`/`tox` setup for a more
    modern `uv` (and `tox-uv` until `uv` adds it's own form of runners)
    approach.
    
    ---------
    
    Co-authored-by: Callum Forrester <callum.forrester@diamond.ac.uk>
    Co-authored-by: Giles Knap <giles.knap@diamond.ac.uk>
    Co-authored-by: Tom Cobb <tom.cobb@diamond.ac.uk>
    Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com>
    Co-authored-by: Alexander Wells <79699091+AlexanderWells-diamond@users.noreply.github.com>
    6 people authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    ed290c8 View commit details
    Browse the repository at this point in the history
Loading