diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 17:45:01 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 18:55:33 +0800 |
commit | 495fe88991d6f697e56cbd53a810ce57cf1feea9 (patch) | |
tree | 02815ed78b480d351a394e15ca5beb0289fe3b72 /databases/py-sqlalchemy20/files | |
parent | databases/py-pgcli: Add SSHTUNNEL option (diff) |
databases/py-sqlalchemy20: Update to 2.0.32
Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
Diffstat (limited to 'databases/py-sqlalchemy20/files')
-rw-r--r-- | databases/py-sqlalchemy20/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-sqlalchemy20/files/patch-pyproject.toml b/databases/py-sqlalchemy20/files/patch-pyproject.toml new file mode 100644 index 000000000000..bc0605fb6956 --- /dev/null +++ b/databases/py-sqlalchemy20/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-08-05 19:05:05 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ requires = [ + requires = [ + # avoid moving to https://github.com/pypa/setuptools/issues/3593 + # until we're ready +- "setuptools>=61.0,<69.3", ++ "setuptools>=61.0", + "cython>=0.29.24; platform_python_implementation == 'CPython'", # Skip cython when using pypy + ] + |