mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
databases/py-sqlalchemy20: Update to 2.0.32
Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
This commit is contained in:
parent
a8e804f778
commit
495fe88991
@ -1,5 +1,5 @@
|
||||
PORTNAME= sqlalchemy
|
||||
PORTVERSION= 2.0.31
|
||||
PORTVERSION= 2.0.32
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,7 +14,7 @@ WWW= https://www.sqlalchemy.org/ \
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=47:devel/py-setuptools@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1718784547
|
||||
SHA256 (SQLAlchemy-2.0.31.tar.gz) = b607489dd4a54de56984a0c7656247504bd5523d9d0ba799aef59d4add009484
|
||||
SIZE (SQLAlchemy-2.0.31.tar.gz) = 9524110
|
||||
TIMESTAMP = 1723201055
|
||||
SHA256 (SQLAlchemy-2.0.32.tar.gz) = c1b88cc8b02b6a5f0efb0345a03672d4c897dc7d92585176f88c67346f565ea8
|
||||
SIZE (SQLAlchemy-2.0.32.tar.gz) = 9546691
|
||||
|
11
databases/py-sqlalchemy20/files/patch-pyproject.toml
Normal file
11
databases/py-sqlalchemy20/files/patch-pyproject.toml
Normal file
@ -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
|
||||
]
|
||||
|
@ -117,9 +117,17 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_13/6589.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_13/7115.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_13/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/11417.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/11471.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/11499.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/11514.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/11544.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/11562.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/11582.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/greenlet_compat.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_14/mypy1110.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_20/11557.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/unreleased_20/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/changelog/whatsnew_20.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/conf.py
|
||||
|
Loading…
Reference in New Issue
Block a user