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: PythonWorkbench/dep-logic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pdm-project/dep-logic
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.
  • 8 commits
  • 14 files changed
  • 5 contributors

Commits on Feb 25, 2025

  1. fix: handle irregular python tags

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Feb 25, 2025
    Copy the full SHA
    2d90e85 View commit details
  2. fix: basic loongarch64 support (pdm-project#8)

    Signed-off-by: Ivan A. Melnikov <iv@altlinux.org>
    iv-m authored Feb 25, 2025
    Copy the full SHA
    d77428b View commit details
  3. chore(ci): update action version

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Feb 25, 2025
    Copy the full SHA
    d810892 View commit details
  4. Merge branch 'main' of github.com:pdm-project/dep-logic

    frostming committed Feb 25, 2025
    Copy the full SHA
    59cce1d View commit details

Commits on Mar 10, 2025

  1. fix: Improve logic for detecting msys2-based Python (works for 3.11 a…

    …nd 3.… (pdm-project#6)
    
    * Improve logic for detecting msys2-based Python (works for 3.11 and 3.12).
    
    * Make requested changes to new MinGW logic.
    
    * Update src/dep_logic/tags/platform.py
    
    ---------
    
    Co-authored-by: Frost Ming <mianghong@gmail.com>
    cr1901 and frostming authored Mar 10, 2025
    Copy the full SHA
    7007756 View commit details
  2. chore(ci): update action version

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Mar 10, 2025
    Copy the full SHA
    e5d1594 View commit details

Commits on Apr 15, 2025

  1. feat: support 'extras' and 'dependency_groups' markers (pdm-project#11)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Apr 15, 2025
    Copy the full SHA
    c0fd7dd View commit details
  2. chore: support python v3.13 (pdm-project#10)

    * snake v 3.13
    
    * add 3.13 to the CI matrix
    eevelweezel authored Apr 15, 2025
    Copy the full SHA
    18bb588 View commit details
Loading