You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.rst
+21-22
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,34 @@ v77.0.0
4
4
Features
5
5
--------
6
6
7
-
- Added initial support for license expression (:pep:`PEP 639 <639#add-license-expression-field>`). -- by :user:`cdce8p` (#4706)
8
-
- Store ``License-File``s in ``.dist-info/licenses`` subfolder and added support for recursive globs for ``license_files`` (:pep:`PEP 639 <639#add-license-expression-field>`). -- by :user:`cdce8p` (#4728)
9
-
- Bump core metadata version to ``2.4``. -- by :user:`cdce8p` (#4830)
10
-
- Added exception (or warning) when deprecated license classifiers are used,
11
-
according to `PEP 639 <https://peps.python.org/pep-0639/#deprecate-license-classifiers>`_. (#4833)
12
-
- Deprecated ``tools.setuptools.license-files`` in favor of ``project.license-files``
13
-
and added exception if ``project.license-files`` and ``tools.setuptools.license-files``
14
-
are used together. -- by :user:`cdce8p` (#4837)
15
-
- Added simple validation for given glob patterns in ``license-files``:
16
-
a warning will be generated if no file is matched.
17
-
Invalid glob patterns can raise an exception.
18
-
-- thanks :user:`cdce8p` for contributions. (#4838)
19
-
- Deprecated ``project.license`` as a TOML table in
20
-
``pyproject.toml``. Users are expected to move towards using
21
-
``project.license-files`` and/or SPDX expressions (as strings) in
22
-
``pyproject.license``.
23
-
See :pep:`PEP 639 <639#deprecate-license-key-table-subkeys>`. (#4840)
24
-
- Updated vendored copy of ``wheel`` to ``v0.45.1``. (#4869)
7
+
- Added initial support for license expression (PEP :pep:`639 <639#add-license-expression-field>`). -- by :user:`cdce8p` (#4706)
8
+
- Store ``License-File``\s in ``.dist-info/licenses`` subfolder and added support for recursive globs for ``license_files`` (PEP :pep:`639 <639#add-license-expression-field>`). -- by :user:`cdce8p` (#4728)
9
+
- Bump core metadata version to ``2.4``\. -- by :user:`cdce8p` (#4830)
10
+
- Updated vendored copy of ``wheel`` to ``v0.45.1``\. (#4869)
25
11
26
12
27
13
Deprecations and Removals
28
14
-------------------------
29
15
30
16
- Added initial implementation of :pep:`639`.
31
-
Users relying on pre-:pep:`639` implementation details
17
+
Users relying on pre-:pep:`639` implementation details
0 commit comments