Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EA9031A9239 for ; Tue, 16 Nov 2021 19:45:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2082584E57; Tue, 16 Nov 2021 19:45:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5843784E55 for ; Tue, 16 Nov 2021 19:45:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p838jWFXoeYU for ; Tue, 16 Nov 2021 19:45:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C810584D0C for ; Tue, 16 Nov 2021 19:45:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1716FAEC; Tue, 16 Nov 2021 19:45:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637091948258870" MIME-Version: 1.0 Date: Tue, 16 Nov 2021 19:45:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-factory_boy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211116194548.C1716FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637091948258870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Nov 16 19:45:48 UTC 2021 Modified Files: pkgsrc/devel/py-factory_boy: Makefile distinfo Log Message: py-factory_boy: updated to 3.2.1 3.2.1 *New:* - Add support for Django 3.2 *Bugfix:* - Do not override signals receivers registered in a :meth:`~factory.django.mute_signals` context. - Change the signature for :meth:`~factory.alchemy.SQLAlchemyModelFactory._save` and :meth:`~factory.alchemy.SQLAlchemyModelFactory._get_or_create` to avoid argument names clashes with a field named ``session``. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-factory_boy/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-factory_boy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637091948258870 Content-Disposition: inline Content-Length: 1628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-factory_boy/Makefile diff -u pkgsrc/devel/py-factory_boy/Makefile:1.4 pkgsrc/devel/py-factory_boy/Makefile:1.5 --- pkgsrc/devel/py-factory_boy/Makefile:1.4 Fri Feb 5 20:36:39 2021 +++ pkgsrc/devel/py-factory_boy/Makefile Tue Nov 16 19:45:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/02/05 20:36:39 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/11/16 19:45:48 adam Exp $ -DISTNAME= factory_boy-3.2.0 +DISTNAME= factory_boy-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/factory_boy/} Index: pkgsrc/devel/py-factory_boy/distinfo diff -u pkgsrc/devel/py-factory_boy/distinfo:1.5 pkgsrc/devel/py-factory_boy/distinfo:1.6 --- pkgsrc/devel/py-factory_boy/distinfo:1.5 Tue Oct 26 10:18:26 2021 +++ pkgsrc/devel/py-factory_boy/distinfo Tue Nov 16 19:45:48 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:18:26 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/11/16 19:45:48 adam Exp $ -BLAKE2s (factory_boy-3.2.0.tar.gz) = b2d8e029bbb286ce560a89b6433d4aa8bd7c05eb3ab4d7662db7a1280000c339 -SHA512 (factory_boy-3.2.0.tar.gz) = b7ac57a1533d225dbc114184a686407826b18b546cf8ef71535c1848c7cffcd990df3daf120277c884a387fbfec865fad29fb3830f7a5fd5eb31756bb4f0fd49 -Size (factory_boy-3.2.0.tar.gz) = 153844 bytes +BLAKE2s (factory_boy-3.2.1.tar.gz) = 0480eaf93dabdd4af2987aa203a814322de50006b77cb7107223d39932d6f507 +SHA512 (factory_boy-3.2.1.tar.gz) = 21ad111c648f3ff444cc2310479464334eb4c5b16ed04a592fb9152397f9bf6c044d235789b901f65ebf49d07a0621834ec280630279be0696ccec15ac9f15df +Size (factory_boy-3.2.1.tar.gz) = 153483 bytes --_----------=_1637091948258870--