git: b090a04e67d1 - main - www/py-seafdav: Update dependency

Richard Gallamore ultima at FreeBSD.org
Sun May 9 02:47:35 UTC 2021


The branch main has been updated by ultima:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b090a04e67d1f145a9bc6f67ab6eeba2f7aca135

commit b090a04e67d1f145a9bc6f67ab6eeba2f7aca135
Author:     Richard Gallamore <ultima at FreeBSD.org>
AuthorDate: 2021-05-09 02:42:58 +0000
Commit:     Richard Gallamore <ultima at FreeBSD.org>
CommitDate: 2021-05-09 02:42:58 +0000

    www/py-seafdav: Update dependency
    
    Upgrading notes has sqlalchemy version at 1.4.3. In my testing there
    were no issues with the version we were using, but lets stay in sync
    with upstream.
---
 www/py-seafdav/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-seafdav/Makefile b/www/py-seafdav/Makefile
index bcc4f76c06b3..719a01803e6e 100644
--- a/www/py-seafdav/Makefile
+++ b/www/py-seafdav/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5:devel/py-defusedxml@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0:databases/py-sqlalchemy13@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR}
 
 USES=		python:3.6+ shebangfix
 USE_GITHUB=	yes


More information about the dev-commits-ports-all mailing list