Skip to content

Commit 28781e9

Browse files
committed
Pin Poetry version <2
1 parent b92a1b3 commit 28781e9

File tree

4 files changed

+174
-324
lines changed

4 files changed

+174
-324
lines changed

CONTRIBUTING.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ Install `poetry`_ and `poethepoet`_ using `pipx`_::
8787

8888
$ pipx install poetry poethepoet
8989

90+
.. admonition:: Check ``tool.pipx-install`` section in ``pyproject.toml`` to
91+
see supported versions
92+
93+
::
94+
95+
[tool.pipx-install]
96+
poethepoet = ">=0.26"
97+
poetry = "<2"
98+
9099
.. _pipx: https://pipx.pypa.io/stable
91100
.. _pipx-installation-instructions: https://pipx.pypa.io/stable/installation/
92101

docs/changelog.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ Changelog goes here! Please add your entry to the bottom of one of the lists bel
66
Unreleased
77
----------
88

9-
New features:
10-
119
Bug fixes:
12-
1310
* :doc:`/reference/pathformat`: Fixed a regression where path legalization
1411
incorrectly removed parts of user-configured path formats that followed a dot
1512
(**.**).
1613
:bug:`5771`
1714

1815
For packagers:
19-
20-
Other changes:
16+
* Force ``poetry`` version below 2 to avoid it mangling file modification times
17+
in ``sdist`` package.
18+
:bug:`5770`
2119

2220
2.3.0 (May 07, 2025)
2321
--------------------
@@ -115,8 +113,8 @@ Other changes:
115113
:bug:`5539`
116114
* :doc:`/plugins/smartplaylist`: URL-encode additional item `fields` within generated
117115
EXTM3U playlists instead of JSON-encoding them.
118-
* typehints: `./beets/importer.py` file now has improved typehints.
119-
* typehints: `./beets/plugins.py` file now includes typehints.
116+
* typehints: `./beets/importer.py` file now has improved typehints.
117+
* typehints: `./beets/plugins.py` file now includes typehints.
120118
* :doc:`plugins/ftintitle`: Optimize the plugin by avoiding unnecessary writes
121119
to the database.
122120
* Database models are now serializable with pickle.

0 commit comments

Comments
 (0)