Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 18:05:26 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c804229b8529 - main - devel/py-oslo.db: Switch to py-alembic 1.4.x
Message-ID:  <202110141805.19EI5QgC095852@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit c804229b8529026596f00668cfc73afdde8fdb24
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2021-10-14 18:01:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2021-10-14 18:05:22 +0000

    devel/py-oslo.db: Switch to py-alembic 1.4.x
    
    - This is required for updating databases/py-alembic
    PR: 258789
    Approved by: sunpoet (maintainer-timeout)
---
 devel/py-oslo.db/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-oslo.db/Makefile b/devel/py-oslo.db/Makefile
index 969099785aea..88be5bafc115 100644
--- a/devel/py-oslo.db/Makefile
+++ b/devel/py-oslo.db/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	oslo.db
 PORTVERSION=	10.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}alembic>=0.9.6:databases/py-alembic@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}alembic14>=0.9.6:databases/py-alembic14@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110141805.19EI5QgC095852>