Skip to content

Commit

Permalink
databases/py-snowddl: update to 0.25.2
Browse files Browse the repository at this point in the history
Changelog:
https://github.com/littleK0i/SnowDDL/blob/master/CHANGELOG.md

PR:		276458
Approved by:	diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D44617
  • Loading branch information
patmaddox authored and Zsolt Udvari committed Apr 21, 2024
1 parent d929b9c commit 066a411
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions databases/py-snowddl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= snowddl
PORTVERSION= 0.20.0
DISTVERSION= 0.25.2
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,9 +10,8 @@ WWW= https://docs.snowddl.com/

LICENSE= APACHE20

BUILD_DEPENDS= wheel-${PYTHON_VER}:devel/py-wheel@${PY_FLAVOR} \
${PY_DEPENDS}

BUILD_DEPENDS= ${PY_DEPENDS} \
wheel-${PYTHON_VER}:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PY_DEPENDS}

USES= python
Expand Down
6 changes: 3 additions & 3 deletions databases/py-snowddl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1697500761
SHA256 (snowddl-0.20.0.tar.gz) = 044da789f4165bc40c55fae4870c5427e3bfc77acb72970596e6507d2cbc2155
SIZE (snowddl-0.20.0.tar.gz) = 103553
TIMESTAMP = 1712267805
SHA256 (snowddl-0.25.2.tar.gz) = 7de98bafad79b00fae83d5e7bcf1e38d6377c3b120a27ab365c81d0be8b26250
SIZE (snowddl-0.25.2.tar.gz) = 112636

0 comments on commit 066a411

Please sign in to comment.