File tree Expand file tree Collapse file tree 4 files changed +174
-324
lines changed Expand file tree Collapse file tree 4 files changed +174
-324
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,15 @@ Install `poetry`_ and `poethepoet`_ using `pipx`_::
87
87
88
88
$ pipx install poetry poethepoet
89
89
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
+
90
99
.. _pipx : https://pipx.pypa.io/stable
91
100
.. _pipx-installation-instructions : https://pipx.pypa.io/stable/installation/
92
101
Original file line number Diff line number Diff line change @@ -6,18 +6,16 @@ Changelog goes here! Please add your entry to the bottom of one of the lists bel
6
6
Unreleased
7
7
----------
8
8
9
- New features:
10
-
11
9
Bug fixes:
12
-
13
10
* :doc: `/reference/pathformat `: Fixed a regression where path legalization
14
11
incorrectly removed parts of user-configured path formats that followed a dot
15
12
(**. **).
16
13
:bug: `5771 `
17
14
18
15
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 `
21
19
22
20
2.3.0 (May 07, 2025)
23
21
--------------------
@@ -115,8 +113,8 @@ Other changes:
115
113
:bug: `5539 `
116
114
* :doc: `/plugins/smartplaylist `: URL-encode additional item `fields ` within generated
117
115
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.
120
118
* :doc: `plugins/ftintitle `: Optimize the plugin by avoiding unnecessary writes
121
119
to the database.
122
120
* Database models are now serializable with pickle.
You can’t perform that action at this time.
0 commit comments