diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 00:57:19 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 01:04:49 +0800 |
commit | 83502c351c3e1d98e15c3c3982b5b238285d6663 (patch) | |
tree | dcca83a9be2b59f54c234879630cfb8aaa79adab /databases/py-sqlalchemy20/files | |
parent | databases/py-sqlalchemy14: Update to 1.4.54 (diff) |
databases/py-sqlalchemy20: Update to 2.0.36
- Update WWW
Changes: https://github.com/sqlalchemy/sqlalchemy/releases
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, 0 insertions, 11 deletions
diff --git a/databases/py-sqlalchemy20/files/patch-pyproject.toml b/databases/py-sqlalchemy20/files/patch-pyproject.toml deleted file mode 100644 index bc0605fb6956..000000000000 --- a/databases/py-sqlalchemy20/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - ] - |