]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog categorization fixes, typos
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Sep 2024 16:54:22 +0000 (12:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Sep 2024 16:56:05 +0000 (12:56 -0400)
Change-Id: I1292ad4c8a671a98d23861281a8d36e2ab8a6f55

doc/build/changelog/unreleased_20/11687.rst
doc/build/changelog/unreleased_20/11818.rst
doc/build/changelog/unreleased_20/array_type.rst

index c18d30ffabd658155438f89901a4d55c2a175bb3..734ed222cb94aa09b7b131637862e25d7b57d116 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, reflection
+    :tags: bug, engine
     :tickets: 11687
 
     Fixed issue in internal reflection cache where particular reflection
index c75a6c64b6bf879f206b654f35b63c521a9a6d39..c218f27dcc1360bae5f3c3d98e6f30aa2a51aee4 100644 (file)
@@ -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.
 
 
index 9b0801faf5bdbaa8d947833775787a1da1b6cc62..23e0727fa26436e23ab04f3eeb6ad5e344dcf25d 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, test
+    :tags: bug, tests
 
     Added missing ``array_type`` property to the testing suite
     ``SuiteRequirements`` class.