Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2023 13:52:55 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: e3641037b792 - main - databases/py-dbt-snowflake: Update version 1.6.0=>1.7.0
Message-ID:  <202312071352.3B7Dqtm8082244@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=e3641037b79213525eb6e2e32a94c7570ca4d66b

commit e3641037b79213525eb6e2e32a94c7570ca4d66b
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2023-12-07 13:50:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-07 13:52:36 +0000

    databases/py-dbt-snowflake: Update version 1.6.0=>1.7.0
    
    - Mark NO_ARCH
    
    Changelog: https://github.com/dbt-labs/dbt-snowflake/releases/tag/v1.7.0
    
    PR:             275584
    Approved by:    submitter is maintainer
---
 databases/py-dbt-snowflake/Makefile | 8 +++++---
 databases/py-dbt-snowflake/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/databases/py-dbt-snowflake/Makefile b/databases/py-dbt-snowflake/Makefile
index d09504defe8c..b607a740db4d 100644
--- a/databases/py-dbt-snowflake/Makefile
+++ b/databases/py-dbt-snowflake/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dbt-snowflake
-PORTVERSION=	1.6.0
+PORTVERSION=	1.7.0
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +11,15 @@ WWW=		https://github.com/dbt-labs/dbt-snowflake
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}agate>0:textproc/py-agate@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dbt-core>=1.6,<2:databases/py-dbt-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dbt-core>=1.7.3,<2:databases/py-dbt-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}snowflake-connector-python>=3.0,<4:databases/py-snowflake-connector-python@${PY_FLAVOR} \
-	        ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}keyring>=16.1.1:security/py-keyring@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 # py-dbt-snowflake attempts to install __init__.py and the generated bytecode into
 # these directories which conflicts with those installed by py-dbt-core. We need to
 # delete these files and their entries in the generated plist post-install.
diff --git a/databases/py-dbt-snowflake/distinfo b/databases/py-dbt-snowflake/distinfo
index 76bf8dc3209c..193ce8059ffd 100644
--- a/databases/py-dbt-snowflake/distinfo
+++ b/databases/py-dbt-snowflake/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691563233
-SHA256 (dbt-snowflake-1.6.0.tar.gz) = 1e710aeafceaa57318dce58789595c813cc1c551f43a0e1ec03d34c6659f504c
-SIZE (dbt-snowflake-1.6.0.tar.gz) = 31680
+TIMESTAMP = 1701935407
+SHA256 (dbt-snowflake-1.7.0.tar.gz) = 959943cdb0bcedc67203f0205a9ae21fba13f4c95ddf7089848a77b8c8a8d5f1
+SIZE (dbt-snowflake-1.7.0.tar.gz) = 33622



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