Skip to content

Commit 7eec025

Browse files
committed
release 4.3.5
1 parent 8323aaa commit 7eec025

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.3.5 (2023-01-18)
8+
-------------------
9+
10+
Bugfixes - 4.3.5
11+
~~~~~~~~~~~~~~~~
12+
- When building a ``wheel`` or ``editable`` package with a PEP 517 backend, no
13+
longer pass an empty ``metadata_directory`` to the backend ``build_wheel`` or
14+
``build_editable`` endpoint.
15+
16+
Some backends, such as PDM and poetry, will not generate package metadata in
17+
the presence of a ``metadata_directory``, even if it is empty.
18+
19+
Prior to this change, attempting to install a wheel created by tox using PDM or
20+
poetry would return an error like "There is no item named
21+
'my-package.0.1.dist-info/WHEEL' in the archive" - by :user:`masenf`. (:issue:`2880`)
22+
23+
724
v4.3.4 (2023-01-17)
825
-------------------
926

docs/changelog/2880.bugfix.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)