Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pdm
From: Adam Ciarcinski
Date: 2023-11-17 22:24:21
Message id: 20231117212421.9008EFA3D@cvs.NetBSD.org
Log Message:
py-pdm: updated to 2.10.3
Release v2.10.3 (2023-11-16)
----------------------------
Bug Fixes
- Create virtualenv for conda base Python.
Release v2.10.2 (2023-11-16)
----------------------------
Features & Improvements
- Log the response text when `pdm publish` fails with HTTP error.
Bug Fixes
- Improve the error message when a specific package can't be found in the lockfile.
- prevent wrong project name (including space and illegal characters)
- Fix a bug that PDM cannot detect namespace packages correctly when creating \
symlinks. The package's `__init__.py` contains an unusual line.
- Fix template files created by `pdm init` being read-only when copied from a \
read-only PDM installation.
- Don't reset the build backend when asking for import.
- Never wrap the output of the `export` command.
- Forbid global project in conda base environment, since it may remove \
conda-managed packages.
Files: