From: Mike Bayer Date: Tue, 24 Mar 2020 16:51:53 +0000 (-0400) Subject: Reword changelog for issue #5207 X-Git-Tag: rel_1_3_16~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dcc807e825070410a02f3a7305d624a2480838e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Reword changelog for issue #5207 SQLAlchemy can remain using setuptools even when pep-517 is the standard installation process. We are omitting the file for now because it leads to new pip installation issues that need to be worked out in the greater pip community before SQLAlchemy opts into this system. Change-Id: I40b196100c6f16ae1291fcb7f8b5196bba14a300 (cherry picked from commit e12707263717161950e0c9817758d3240666ed83) --- diff --git a/doc/build/changelog/unreleased_13/5207.rst b/doc/build/changelog/unreleased_13/5207.rst index abc87290f2..076c51cb26 100644 --- a/doc/build/changelog/unreleased_13/5207.rst +++ b/doc/build/changelog/unreleased_13/5207.rst @@ -3,9 +3,8 @@ :tickets: 5207 Ensured that the "pyproject.toml" file is not included in builds, as the - presence of this file is a positive direction to pip that pep-517 should be - used. As this mode of operation is not well supported by current tools / - distros, we would like to explicitly disallow this mode of operation until - we have an actual pep517 installation module available. - + presence of this file indicates to pip that a pep-517 installation process + should be used. As this mode of operation appears to be not well supported + by current tools / distros, these problems are avoided within the scope + of SQLAlchemy installation by omitting the file.