Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2022 18:03:48 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 990b5410f924 - main - databases/py-peewee_migrate: Update to 1.5.1
Message-ID:  <202210071803.297I3mZX048959@gitrepo.freebsd.org>

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

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

commit 990b5410f924c6070c371db255f26d1d1fa187c2
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-10-07 18:02:04 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-07 18:03:34 +0000

    databases/py-peewee_migrate: Update to 1.5.1
    
    ChangeLog:
    https://github.com/klen/peewee_migrate/compare/1.4.12...1.5.1
    
    PR:             266751
---
 databases/py-peewee_migrate/Makefile | 8 ++------
 databases/py-peewee_migrate/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/databases/py-peewee_migrate/Makefile b/databases/py-peewee_migrate/Makefile
index 30abb2e00fcf..e7a20245a513 100644
--- a/databases/py-peewee_migrate/Makefile
+++ b/databases/py-peewee_migrate/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	peewee_migrate
-DISTVERSION=	1.4.12
+DISTVERSION=	1.5.1
 CATEGORIES=	databases devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,13 +17,12 @@ MY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
 BUILD_DEPENDS=	${MY_DEPENDS}
 RUN_DEPENDS=	${MY_DEPENDS}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_GITHUB=	yes # tests not shipped with sdist
 GH_ACCOUNT=	klen
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src
 
@@ -35,7 +34,4 @@ NO_ARCH=	yes
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR}
 .endif
 
-do-test:
-	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
 .include <bsd.port.post.mk>
diff --git a/databases/py-peewee_migrate/distinfo b/databases/py-peewee_migrate/distinfo
index caf4c26cb812..8a89b87be713 100644
--- a/databases/py-peewee_migrate/distinfo
+++ b/databases/py-peewee_migrate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659524499
-SHA256 (klen-peewee_migrate-1.4.12_GH0.tar.gz) = e28077959868e1436758d81f3a50cd841ad5936973c56adf7666fc7b39199061
-SIZE (klen-peewee_migrate-1.4.12_GH0.tar.gz) = 25671
+TIMESTAMP = 1664702495
+SHA256 (klen-peewee_migrate-1.5.1_GH0.tar.gz) = 50b4430b3907f3f3f9f1120f8cf4164d40c6f9464b590bd91fb800fe8d2afd67
+SIZE (klen-peewee_migrate-1.5.1_GH0.tar.gz) = 25648



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