From fe3488001253f69be997f10e2d075fe9103f230c Mon Sep 17 00:00:00 2001 From: Connor Martin Date: Mon, 26 Oct 2020 10:42:51 -0500 Subject: [PATCH] Updated CHANGELOG for 3.20.5 --- CHANGELOG.txt | 31 +++++++++++++++++++ news/0001-ignore_run_exports_from.rst | 26 ---------------- ...espect-PEP440-Compatibe-release-clause.rst | 25 --------------- news/0003-A-few-bits.rst | 31 ------------------- news/0004-Fix-indexing-by-file.rst | 25 --------------- 5 files changed, 31 insertions(+), 107 deletions(-) delete mode 100644 news/0001-ignore_run_exports_from.rst delete mode 100644 news/0002-Respect-PEP440-Compatibe-release-clause.rst delete mode 100644 news/0003-A-few-bits.rst delete mode 100644 news/0004-Fix-indexing-by-file.rst diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a1d31ec38d..4db5c3aafc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,35 @@ # current developments +2020-10-26 3.20.5: +------------------ + +Enhancements: +------------- + +* A new feature ``build/ignore_run_exports_from`` which will ignore ``run_exports`` + coming from a package listed in ``build/ignore_run_exports_from``. (#4114) + +Bug fixes: +---------- + +* Respect PEP440 ~= 'Compatible release clause' (#4113) +* Detect amalgamated patches (#4099) +* Handle realpath properly in unsafe patch check (#4099) +* Force channel_targets to be considered used (#4099) +* Look for git in build_prefix in git_info (#4099) +* Fall back to shutil.copy if shutil.copy2 fails when copying patches (#4099) + + +* Fix indexing by file (#4111) + +Contributors: +------------- + +* @mingwandroid +* @isuruf +* @njalerikson +* @cjmartian + + 2020-10-14 3.20.4: ------------------ diff --git a/news/0001-ignore_run_exports_from.rst b/news/0001-ignore_run_exports_from.rst deleted file mode 100644 index 87ad0dbd21..0000000000 --- a/news/0001-ignore_run_exports_from.rst +++ /dev/null @@ -1,26 +0,0 @@ -Enhancements: -------------- - -* A new feature ``build/ignore_run_exports_from`` which will ignore ``run_exports`` - coming from a package listed in ``build/ignore_run_exports_from``. (#4114) - -Bug fixes: ----------- - -* - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* - diff --git a/news/0002-Respect-PEP440-Compatibe-release-clause.rst b/news/0002-Respect-PEP440-Compatibe-release-clause.rst deleted file mode 100644 index e383fa92ce..0000000000 --- a/news/0002-Respect-PEP440-Compatibe-release-clause.rst +++ /dev/null @@ -1,25 +0,0 @@ -Enhancements: -------------- - -* - -Bug fixes: ----------- - -* Respect PEP440 ~= 'Compatible release clause' (#4113) - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* - diff --git a/news/0003-A-few-bits.rst b/news/0003-A-few-bits.rst deleted file mode 100644 index 02c172086b..0000000000 --- a/news/0003-A-few-bits.rst +++ /dev/null @@ -1,31 +0,0 @@ -Enhancements: -------------- - -* - -Bug fixes: ----------- - -* Detect amalgamated patches (#4099) -* Handle realpath properly in unsafe patch check (#4099) -* Force channel_targets to be considered used (#4099) -* Look for git in build_prefix in git_info (#4099) -* Fall back to shutil.copy if shutil.copy2 fails when copying patches (#4099) - - - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* - diff --git a/news/0004-Fix-indexing-by-file.rst b/news/0004-Fix-indexing-by-file.rst deleted file mode 100644 index 934b9820ec..0000000000 --- a/news/0004-Fix-indexing-by-file.rst +++ /dev/null @@ -1,25 +0,0 @@ -Enhancements: -------------- - -* - -Bug fixes: ----------- - -* Fix indexing by file (#4111) - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* -