Skip to content

Commit 0ec53b2

Browse files
committed
Bump version: 61.1.1 → 61.2.0
1 parent edb4d68 commit 0ec53b2

9 files changed

+36
-22
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 61.1.1
2+
current_version = 61.2.0
33
commit = True
44
tag = True
55

CHANGES.rst

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
v61.2.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3215: Ignored a subgroup of invalid ``pyproject.toml`` files that use the ``[project]``
8+
table to specify only ``requires-python`` (**transitional**).
9+
10+
.. warning::
11+
Please note that future releases of setuptools will halt the build process
12+
if a ``pyproject.toml`` file that does not match doc:`the PyPA Specification
13+
<PyPUG:specifications/declaring-project-metadata>` is given.
14+
* #3215: Updated ``pyproject.toml`` validation, as generated by ``validate-pyproject==0.6.1``.
15+
* #3218: Prevented builds from erroring if the project specifies metadata via
16+
``pyproject.toml``, but uses other files (e.g. ``setup.py``) to complement it,
17+
without setting ``dynamic`` properly.
18+
19+
.. important::
20+
This is a **transitional** behaviour.
21+
Future releases of ``setuptools`` may simply ignore externally set metadata
22+
not backed by ``dynamic`` or even halt the build with an error.
23+
* #3224: Merge changes from pypa/distutils@e1d5c9b1f6
24+
25+
Documentation changes
26+
^^^^^^^^^^^^^^^^^^^^^
27+
* #3217: Fixed typo in ``pyproject.toml`` example in Quickstart -- by :user:`pablo-cardenas`.
28+
29+
Misc
30+
^^^^
31+
* #3223: Fixed missing requirements with environment markers when
32+
``optional-dependencies`` is set in ``pyproject.toml``.
33+
34+
135
v61.1.1
236
-------
337

changelog.d/3215.change.1.rst

-7
This file was deleted.

changelog.d/3215.change.2.rst

-1
This file was deleted.

changelog.d/3217.doc.rst

-1
This file was deleted.

changelog.d/3218.change.rst

-8
This file was deleted.

changelog.d/3223.misc.rst

-2
This file was deleted.

changelog.d/3224.change.rst

-1
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 61.1.1
3+
version = 61.2.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)