From: Mike Bayer Date: Sun, 21 Nov 2021 16:50:27 +0000 (-0500) Subject: fix year X-Git-Tag: rel_2_0_0b1~641 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3085f28be58bf4e4a0318b932f1422c49e1af2f1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix year Change-Id: I56a325fde167501a53b588cc1b69255238ac1dbb --- diff --git a/doc/build/changelog/unreleased_14/7311.rst b/doc/build/changelog/unreleased_14/7311.rst index 69a522d526..bdf1a45daa 100644 --- a/doc/build/changelog/unreleased_14/7311.rst +++ b/doc/build/changelog/unreleased_14/7311.rst @@ -5,7 +5,7 @@ Python 3.10 has deprecated "distutils" in favor of explicit use of "setuptools" in :pep:`632`; SQLAlchemy's setup.py has replaced imports accordingly. However, since setuptools itself only recently added the - replacement symbols mentioned in pep-632 as of November of 2022 in version + replacement symbols mentioned in pep-632 as of November of 2021 in version 59.0.1, ``setup.py`` still has fallback imports to distutils, as SQLAlchemy 1.4 does not have a hard setuptools versioning requirement at this time. SQLAlchemy 2.0 is expected to use a full :pep:`517` installation layout