Skip to content

Commit

Permalink
Bump version: 61.1.1 → 61.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 27, 2022
1 parent edb4d68 commit 0ec53b2
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 61.1.1
current_version = 61.2.0
commit = True
tag = True

Expand Down
34 changes: 34 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,37 @@
v61.2.0
-------


Changes
^^^^^^^
* #3215: Ignored a subgroup of invalid ``pyproject.toml`` files that use the ``[project]``
table to specify only ``requires-python`` (**transitional**).

.. warning::
Please note that future releases of setuptools will halt the build process
if a ``pyproject.toml`` file that does not match doc:`the PyPA Specification
<PyPUG:specifications/declaring-project-metadata>` is given.
* #3215: Updated ``pyproject.toml`` validation, as generated by ``validate-pyproject==0.6.1``.
* #3218: Prevented builds from erroring if the project specifies metadata via
``pyproject.toml``, but uses other files (e.g. ``setup.py``) to complement it,
without setting ``dynamic`` properly.

.. important::
This is a **transitional** behaviour.
Future releases of ``setuptools`` may simply ignore externally set metadata
not backed by ``dynamic`` or even halt the build with an error.
* #3224: Merge changes from pypa/distutils@e1d5c9b1f6

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #3217: Fixed typo in ``pyproject.toml`` example in Quickstart -- by :user:`pablo-cardenas`.

Misc
^^^^
* #3223: Fixed missing requirements with environment markers when
``optional-dependencies`` is set in ``pyproject.toml``.


v61.1.1
-------

Expand Down
7 changes: 0 additions & 7 deletions changelog.d/3215.change.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3215.change.2.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3217.doc.rst

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/3218.change.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/3223.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3224.change.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 61.1.1
version = 61.2.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 0ec53b2

Please sign in to comment.