forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐞 Bug Fixes Handle unexpected hg repo when parse scm version Treat PDM_BUILD_SCM_VERSION empty string as unset Honor the current working directory when importing pdm_build.py Close #245 Errors when using the editables backend with the includes field. Fixes #242 Vendor editables
- Loading branch information
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.12 2024/05/05 16:30:09 wiz Exp $ | ||
$NetBSD: distinfo,v 1.13 2024/06/26 16:53:35 wiz Exp $ | ||
|
||
BLAKE2s (pdm_backend-2.3.0.tar.gz) = 32479932ed7aee09b07debb6c6eaffee434eca5e3c03915711949d95b92fa0e8 | ||
SHA512 (pdm_backend-2.3.0.tar.gz) = c0f6bddff363bf7f1d67a38e523496da9dbcb9d6e9e50a7b3a56ea0306b4fb89165876824aa2677b4a86033558ecdda0d7707d3f44d472b2ab84ccb55aa41874 | ||
Size (pdm_backend-2.3.0.tar.gz) = 107318 bytes | ||
BLAKE2s (pdm_backend-2.3.1.tar.gz) = 302c87e7b01bf438daf680a76542bbca2221ca22029d5b1f0d14d76a1cfa5e5d | ||
SHA512 (pdm_backend-2.3.1.tar.gz) = 14d363914a0898e24a58e48b39fc745184b2d782b9a3294e9b8d94edb1eebc2ae569a7de3071f9293ae3e9882640e42fc1dd0f8882508c2a4425e6d8a35a1766 | ||
Size (pdm_backend-2.3.1.tar.gz) = 109070 bytes |