Received: by mail.netbsd.org (Postfix, from userid 605) id D4E0F84E25; Wed, 3 Oct 2018 10:05:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0ADC84E1E for ; Wed, 3 Oct 2018 10:05:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id O3h_lTJyefbl for ; Wed, 3 Oct 2018 10:05:36 +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 2916D84E1C for ; Wed, 3 Oct 2018 10:05:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 225B5FBEE; Wed, 3 Oct 2018 10:05:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153856113682890" MIME-Version: 1.0 Date: Wed, 3 Oct 2018 10:05:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-extensions To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181003100536.225B5FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153856113682890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 3 10:05:36 UTC 2018 Modified Files: pkgsrc/www/py-django-extensions: Makefile distinfo Log Message: py-django-extensions: updated to 2.1.3 2.1.3: Fix: Readme, add direct linkt to screencast video Fix: graph_models, regression under Python 2 Fix: ForeignKeyAutocompleteAdmin, 2.0.8 breaks ForeignKeyAutocompleteAdmin Fix: AutoSlugField, fix regression when copying an autoslug model require the explicit clearing of the slug if it needs to be recalculated Fix: technical_response, check for AttributeError Improvement: graph_models, Add feature disable_abstract_fields Improvement: AutoSlugField, Add overwrite_on_add Improvement: runscript, Improve module existence test in runscript To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-extensions/Makefile \ pkgsrc/www/py-django-extensions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153856113682890 Content-Disposition: inline Content-Length: 2187 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-extensions/Makefile diff -u pkgsrc/www/py-django-extensions/Makefile:1.4 pkgsrc/www/py-django-extensions/Makefile:1.5 --- pkgsrc/www/py-django-extensions/Makefile:1.4 Tue Aug 28 06:35:08 2018 +++ pkgsrc/www/py-django-extensions/Makefile Wed Oct 3 10:05:35 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/08/28 06:35:08 adam Exp $ +# $NetBSD: Makefile,v 1.5 2018/10/03 10:05:35 adam Exp $ -DISTNAME= django-extensions-2.1.2 +DISTNAME= django-extensions-2.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-extensions/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../ DEPENDS+= ${PYPKGPREFIX}-six>=1.2:../../lang/py-six .include "../../lang/python/pyversion.mk" -.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34" +.if "${_PYTHON_VERSION}" == 27 || "${_PYTHON_VERSION}" == 34 DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing .endif Index: pkgsrc/www/py-django-extensions/distinfo diff -u pkgsrc/www/py-django-extensions/distinfo:1.4 pkgsrc/www/py-django-extensions/distinfo:1.5 --- pkgsrc/www/py-django-extensions/distinfo:1.4 Tue Aug 28 06:35:08 2018 +++ pkgsrc/www/py-django-extensions/distinfo Wed Oct 3 10:05:35 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/08/28 06:35:08 adam Exp $ +$NetBSD: distinfo,v 1.5 2018/10/03 10:05:35 adam Exp $ -SHA1 (django-extensions-2.1.2.tar.gz) = 6e73a6a80d45da50a8ddcad5eda6168108fd1b87 -RMD160 (django-extensions-2.1.2.tar.gz) = 12cfb3fd7d11ab2b28ed0930f5532f9471463501 -SHA512 (django-extensions-2.1.2.tar.gz) = 44ee6083ca0c593df2d6181a2bcf6a9d25348d0d21387969bc11b044b7c3ab1c2aa2fcfaa2874362678b1c518938a9f8152cc1835fe5dbf81971e84ba7156683 -Size (django-extensions-2.1.2.tar.gz) = 481792 bytes +SHA1 (django-extensions-2.1.3.tar.gz) = c8fb4b7f10278de6d898d40df2f39fba3dd32ffe +RMD160 (django-extensions-2.1.3.tar.gz) = 1ff1cf413b46efd6c4eee0e12c39ca5e7cf1b12d +SHA512 (django-extensions-2.1.3.tar.gz) = c876b3ffac940c045a5b9c70bda2d6ed77414c201141a67e38668f3060ffb5580fb99d1494e3503cb1ab063845cdc5bc72fdebac256bac6322a76a933320ef0d +Size (django-extensions-2.1.3.tar.gz) = 482562 bytes --_----------=_153856113682890--