Received: by mail.netbsd.org (Postfix, from userid 605) id E74A384D59; Wed, 19 Feb 2020 09:52:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7132A84D55 for ; Wed, 19 Feb 2020 09:52:39 +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 RkSOeANMCzAY for ; Wed, 19 Feb 2020 09:52:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E481184D53 for ; Wed, 19 Feb 2020 09:52:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE60DFBF4; Wed, 19 Feb 2020 09:52:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582105958198100" MIME-Version: 1.0 Date: Wed, 19 Feb 2020 09:52:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-djangocms-attributes-field To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200219095238.DE60DFBF4@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. --_----------=_1582105958198100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 19 09:52:38 UTC 2020 Modified Files: pkgsrc/www/py-djangocms-attributes-field: Makefile distinfo Log Message: py-djangocms-attributes-field: updated to 1.2.0 1.2.0: Added support for Django 3.0 Added support for Python 3.8 Added further tests to raise coverage Fixed smaller issues found during testing 1.1.0: Added support for Django 2.2 and django CMS 3.7 Removed support for Django 2.0 Extended test matrix Added isort and adapted imports Adapted code base to align with other supported addons Added translations To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-djangocms-attributes-field/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-djangocms-attributes-field/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582105958198100 Content-Disposition: inline Content-Length: 2020 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-djangocms-attributes-field/Makefile diff -u pkgsrc/www/py-djangocms-attributes-field/Makefile:1.3 pkgsrc/www/py-djangocms-attributes-field/Makefile:1.4 --- pkgsrc/www/py-djangocms-attributes-field/Makefile:1.3 Mon Feb 3 08:26:17 2020 +++ pkgsrc/www/py-djangocms-attributes-field/Makefile Wed Feb 19 09:52:38 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/02/03 08:26:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2020/02/19 09:52:38 adam Exp $ -DISTNAME= djangocms-attributes-field-1.0.0 +DISTNAME= djangocms-attributes-field-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-attributes-field/} Index: pkgsrc/www/py-djangocms-attributes-field/distinfo diff -u pkgsrc/www/py-djangocms-attributes-field/distinfo:1.2 pkgsrc/www/py-djangocms-attributes-field/distinfo:1.3 --- pkgsrc/www/py-djangocms-attributes-field/distinfo:1.2 Thu Dec 13 21:20:38 2018 +++ pkgsrc/www/py-djangocms-attributes-field/distinfo Wed Feb 19 09:52:38 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/12/13 21:20:38 adam Exp $ +$NetBSD: distinfo,v 1.3 2020/02/19 09:52:38 adam Exp $ -SHA1 (djangocms-attributes-field-1.0.0.tar.gz) = 1aeb3093d20b18a69a928513c49858d326547c18 -RMD160 (djangocms-attributes-field-1.0.0.tar.gz) = ec15e9a6f39e658689319914316f5096694e972d -SHA512 (djangocms-attributes-field-1.0.0.tar.gz) = 89b9ee498a9d68918564a9f886375e8cefabf1c178e98749c726b3207e5ab0e2d8648202f0058dadd0b19312a6e5f998b3879968fe9d38b8eaa298f89b418992 -Size (djangocms-attributes-field-1.0.0.tar.gz) = 8609 bytes +SHA1 (djangocms-attributes-field-1.2.0.tar.gz) = 0c552d212e78be548786482f73981d8368af3a82 +RMD160 (djangocms-attributes-field-1.2.0.tar.gz) = 6613335cf20220de84364ec8eb44f0645192f449 +SHA512 (djangocms-attributes-field-1.2.0.tar.gz) = ad455fa8c32e6e3ef213e390222afac49defb59f671d21bc92d06d1d36dfb12bf8dda42b090ec4c01672c4d660d38571446ccadc0223db648af0e3c453bb9214 +Size (djangocms-attributes-field-1.2.0.tar.gz) = 10731 bytes --_----------=_1582105958198100--