From 6e7e032c1594cd0fac5fa80b9bd348b03da03a09 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Mon, 27 Mar 2023 17:02:58 +0900 Subject: [PATCH] Imported Upstream version 65.6.2 --- .bumpversion.cfg | 2 +- CHANGES.rst | 12 ++++++++++-- setup.cfg | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d3921d9..db5a5c5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 65.6.1 +current_version = 65.6.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 52a8796..6d57c8f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,16 @@ +v65.6.2 +------- + +No significant changes. + + v65.6.1 ------- Documentation changes ^^^^^^^^^^^^^^^^^^^^^ -* #3689: Document that ``distutils.cfg`` might be ignored unless +* #3689: Documented that ``distutils.cfg`` might be ignored unless ``SETUPTOOLS_USE_DISTUTILS=stdlib``. Misc @@ -13,7 +19,9 @@ Misc * #3684: Improved exception/traceback when invalid entry-points are specified. * #3690: Fixed logging errors: 'underlying buffer has been detached' (issue #1631). * #3693: Merge pypa/distutils@3e9d47e with compatibility fix for distutils.log.Log. -* #3704: Fix temporary build directories interference with auto-discovery. +* #3695, #3697, #3698, #3699: Changed minor text details (spelling, spaces ...) +* #3696: Removed unnecessary ``coding: utf-8`` annotations +* #3704: Fixed temporary build directories interference with auto-discovery. v65.6.0 diff --git a/setup.cfg b/setup.cfg index 588d4a4..0e18e06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 65.6.1 +version = 65.6.2 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages -- 2.34.1