From owner-svn-ports-head@freebsd.org Tue Feb 9 03:08:05 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0339C52CD79; Tue, 9 Feb 2021 03:08:05 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZSWS6hhKz3qlJ; Tue, 9 Feb 2021 03:08:04 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8DC823075; Tue, 9 Feb 2021 03:08:04 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 119384GX057456; Tue, 9 Feb 2021 03:08:04 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 119384tH057454; Tue, 9 Feb 2021 03:08:04 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202102090308.119384tH057454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Tue, 9 Feb 2021 03:08:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564760 - head/devel/py-pytest-factoryboy X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/devel/py-pytest-factoryboy X-SVN-Commit-Revision: 564760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 03:08:05 -0000 Author: nc Date: Tue Feb 9 03:08:04 2021 New Revision: 564760 URL: https://svnweb.freebsd.org/changeset/ports/564760 Log: devel/py-pytest-factoryboy: Update to 2.1.0 Changes: https://github.com/pytest-dev/pytest-factoryboy/blob/master/CHANGES.rst#210 PR: 252512 Submitted by: Goran Mekić (maintainer) Modified: head/devel/py-pytest-factoryboy/Makefile head/devel/py-pytest-factoryboy/distinfo Modified: head/devel/py-pytest-factoryboy/Makefile ============================================================================== --- head/devel/py-pytest-factoryboy/Makefile Tue Feb 9 02:53:39 2021 (r564759) +++ head/devel/py-pytest-factoryboy/Makefile Tue Feb 9 03:08:04 2021 (r564760) @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= pytest-factoryboy -PORTVERSION= 2.0.3 +PORTVERSION= 2.1.0 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= meka@tilda.center @@ -10,9 +11,11 @@ COMMENT= Factory approach to testing with the dependen LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflection>=0:devel/py-inflection@${PY_FLAVOR} \ +MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflection>=0:devel/py-inflection@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}factory-boy>=0:devel/py-factory-boy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} Modified: head/devel/py-pytest-factoryboy/distinfo ============================================================================== --- head/devel/py-pytest-factoryboy/distinfo Tue Feb 9 02:53:39 2021 (r564759) +++ head/devel/py-pytest-factoryboy/distinfo Tue Feb 9 03:08:04 2021 (r564760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577031612 -SHA256 (pytest-dev-pytest-factoryboy-2.0.3_GH0.tar.gz) = 09c912d4a404a87caaf1c462defa345bf26ed1c55db4e1b09c954990c55863d6 -SIZE (pytest-dev-pytest-factoryboy-2.0.3_GH0.tar.gz) = 16879 +TIMESTAMP = 1610105312 +SHA256 (pytest-dev-pytest-factoryboy-2.1.0_GH0.tar.gz) = 67457e7b39f9c55f26b8b450092d7c7fa980ea1314add09b5d9d4fe96f7ffa44 +SIZE (pytest-dev-pytest-factoryboy-2.1.0_GH0.tar.gz) = 17104