commit:     39423f46e51202d836f186c627c6671748467dd7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Aug 28 07:20:01 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 07:55:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39423f46

dev-python/sqlalchemy: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38313
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/sqlalchemy/files/sqlalchemy-2.0.30-py313.patch | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-python/sqlalchemy/files/sqlalchemy-2.0.30-py313.patch 
b/dev-python/sqlalchemy/files/sqlalchemy-2.0.30-py313.patch
deleted file mode 100644
index 6c519d2a205e..000000000000
--- a/dev-python/sqlalchemy/files/sqlalchemy-2.0.30-py313.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/sqlalchemy/util/langhelpers.py 
b/lib/sqlalchemy/util/langhelpers.py
-index c97fa7d..9a02e7d 100644
---- a/lib/sqlalchemy/util/langhelpers.py
-+++ b/lib/sqlalchemy/util/langhelpers.py
-@@ -1657,6 +1657,8 @@
-         items: List[symbol]
-         cls._items = items = []
-         for k, v in dict_.items():
-+            if re.match(r"^__.*__$", k):
-+                continue
-             if isinstance(v, int):
-                 sym = symbol(k, canonical=v)
-             elif not k.startswith("_"):

Reply via email to