From dd835a2a63b0d2fad67ea8ed719e48d6d48229d3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 3 Sep 2024 12:54:22 -0400 Subject: [PATCH] changelog categorization fixes, typos Change-Id: I1292ad4c8a671a98d23861281a8d36e2ab8a6f55 --- doc/build/changelog/unreleased_20/11687.rst | 2 +- doc/build/changelog/unreleased_20/11818.rst | 19 +++++++++---------- .../changelog/unreleased_20/array_type.rst | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/doc/build/changelog/unreleased_20/11687.rst b/doc/build/changelog/unreleased_20/11687.rst index c18d30ffab..734ed222cb 100644 --- a/doc/build/changelog/unreleased_20/11687.rst +++ b/doc/build/changelog/unreleased_20/11687.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, reflection + :tags: bug, engine :tickets: 11687 Fixed issue in internal reflection cache where particular reflection diff --git a/doc/build/changelog/unreleased_20/11818.rst b/doc/build/changelog/unreleased_20/11818.rst index c75a6c64b6..c218f27dcc 100644 --- a/doc/build/changelog/unreleased_20/11818.rst +++ b/doc/build/changelog/unreleased_20/11818.rst @@ -2,15 +2,14 @@ :tags: change, general :tickets: 11818 - The pin for ``setuptools<69.3`` in ``pyproject.toml`` has been - removed. This pin was to prevent a sudden change to :pep:`625` in - setuptools from taking place which changes the file name of SQLAlchemy's - source distribution on pypi to be an all lower case name, which is very - likely to cause problems with various build environments that expected a - particular naming style. However, the presence of this pin is now holding - back environments that otherwise want to use a newer setuptools, so we've - decided to move forward with this change, with the assumption that build - environments will have largely accommodated the setuptools change by - now. + The pin for ``setuptools<69.3`` in ``pyproject.toml`` has been removed. + This pin was to prevent a sudden change in setuptools to use :pep:`625` + from taking place, which would change the file name of SQLAlchemy's source + distribution on pypi to be an all lower case name, which is likely to cause + problems with various build environments that expected the previous naming + style. However, the presence of this pin is holding back environments that + otherwise want to use a newer setuptools, so we've decided to move forward + with this change, with the assumption that build environments will have + largely accommodated the setuptools change by now. diff --git a/doc/build/changelog/unreleased_20/array_type.rst b/doc/build/changelog/unreleased_20/array_type.rst index 9b0801faf5..23e0727fa2 100644 --- a/doc/build/changelog/unreleased_20/array_type.rst +++ b/doc/build/changelog/unreleased_20/array_type.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, test + :tags: bug, tests Added missing ``array_type`` property to the testing suite ``SuiteRequirements`` class. -- 2.47.2