diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-22 16:15:32 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-22 16:15:32 -0400 |
| commit | 4bce6d5a30accecc848d8e7f0dabd212bfea9475 (patch) | |
| tree | 3aae1f5a5544ac472b16d782a0045e613072b4e0 /CHANGES.rst | |
| parent | 391bb5d4d09c9eb8d6b2b98968e623455ae0a384 (diff) | |
| download | python-setuptools-git-58.3.0.tar.gz | |
Bump version: 58.2.0 → 58.3.0v58.3.0
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0a002fe5..c8ecd1e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,22 @@ +v58.3.0 +------- + + +Changes +^^^^^^^ +* #917: ``setup.py install`` and ``easy_install`` commands are now officially deprecated. Use other standards-based installers (like pip) and builders (like build). Workloads reliant on this behavior should pin to this major version of Setuptools. +* #1988: Deprecated the ``bdist_rpm`` command. Binary packages should be built as wheels instead. + -- by :user:`hugovk` +* #2785: Replace confirparser's readfp with read_file, deprecated since Python 3.2. + -- by :user:`hugovk` +* #2823: Officially deprecated support for ``setup_requires``. Users are encouraged instead to migrate to PEP 518 ``build-system.requires`` in ``pyproject.toml``. Users reliant on ``setup_requires`` should consider pinning to this major version to avoid disruption. + +Misc +^^^^ +* #2762: Changed codecov.yml to configure the threshold to be lower + -- by :user:`tanvimoharir` + + v58.2.0 ------- |
