File tree 1 file changed +16
-8
lines changed
1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+ v4.6.0
2
+ ======
3
+
4
+ * #326: Performance tests now rely on
5
+ `pytest-perf <https://pypi.org/project/pytest-perf >`_.
6
+ To disable these tests, which require network access
7
+ and a git checkout, pass ``-p no:perf `` to pytest.
8
+
1
9
v4.5.0
2
- =======
10
+ ======
3
11
4
12
* #319: Remove ``SelectableGroups `` deprecation exception
5
13
for flake8.
6
14
7
15
v4.4.0
8
- =======
16
+ ======
9
17
10
18
* #300: Restore compatibility in the result from
11
19
``Distribution.entry_points `` (``EntryPoints ``) to honor
@@ -24,39 +32,39 @@ v4.4.0
24
32
(e.g. ``tuple(dist.entry_points)[0] ``).
25
33
26
34
v4.3.1
27
- =======
35
+ ======
28
36
29
37
* #320: Fix issue where normalized name for eggs was
30
38
incorrectly solicited, leading to metadata being
31
39
unavailable for eggs.
32
40
33
41
v4.3.0
34
- =======
42
+ ======
35
43
36
44
* #317: De-duplication of distributions no longer requires
37
45
loading the full metadata for ``PathDistribution `` objects,
38
46
entry point loading performance by ~10x.
39
47
40
48
v4.2.0
41
- =======
49
+ ======
42
50
43
51
* Prefer f-strings to ``.format `` calls.
44
52
45
53
v4.1.0
46
- =======
54
+ ======
47
55
48
56
* #312: Add support for metadata 2.2 (``Dynamic `` field).
49
57
50
58
* #315: Add ``SimplePath `` protocol for interface clarity
51
59
in ``PathDistribution ``.
52
60
53
61
v4.0.1
54
- =======
62
+ ======
55
63
56
64
* #306: Clearer guidance about compatibility in readme.
57
65
58
66
v4.0.0
59
- =======
67
+ ======
60
68
61
69
* #304: ``PackageMetadata `` as returned by ``metadata() ``
62
70
and ``Distribution.metadata() `` now provides normalized
You can’t perform that action at this time.
0 commit comments