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 E80681A924A for ; Sat, 16 Jan 2021 09:59:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 29E5184D6C; Sat, 16 Jan 2021 09:59:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F6A68511A for ; Sat, 16 Jan 2021 09:59:08 +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 PrrmKyONHFvv for ; Sat, 16 Jan 2021 09:59:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B61FC84D26 for ; Sat, 16 Jan 2021 09:59:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B31BFFA9D; Sat, 16 Jan 2021 09:59:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610791147284720" MIME-Version: 1.0 Date: Sat, 16 Jan 2021 09:59:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-djangocms-picture To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210116095907.B31BFFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610791147284720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 16 09:59:07 UTC 2021 Modified Files: pkgsrc/www/py-djangocms-picture: Makefile distinfo Added Files: pkgsrc/www/py-djangocms-picture/patches: patch-setup.py Log Message: py-djangocms-picture: updated to 3.0.0 3.0.0: Added support for Django 3.1 Dropped support for Python 2.7 and Python 3.4 Dropped support for Django < 2.2 Fixed an issue with external images where internal or external links were not taken into account To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-djangocms-picture/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-djangocms-picture/distinfo cvs rdiff -u -r0 -r1.3 pkgsrc/www/py-djangocms-picture/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610791147284720 Content-Disposition: inline Content-Length: 3631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-djangocms-picture/Makefile diff -u pkgsrc/www/py-djangocms-picture/Makefile:1.9 pkgsrc/www/py-djangocms-picture/Makefile:1.10 --- pkgsrc/www/py-djangocms-picture/Makefile:1.9 Wed Feb 19 11:13:05 2020 +++ pkgsrc/www/py-djangocms-picture/Makefile Sat Jan 16 09:59:07 2021 @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.9 2020/02/19 11:13:05 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/01/16 09:59:07 adam Exp $ -DISTNAME= djangocms-picture-2.4.0 +DISTNAME= djangocms-picture-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-picture/} MAINTAINER= adam@NetBSD.org HOMEPAGE= https://github.com/divio/djangocms-picture -COMMENT= Flash plugin for django CMS +COMMENT= Django CMS plugin that allows you to add images LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms -DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.5.0:../../www/py-django-filer -DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=0.4.0:../../www/py-djangocms-attributes-field +DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms +DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.7:../../www/py-django-filer +DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=1.0:../../www/py-djangocms-attributes-field DEPENDS+= ${PYPKGPREFIX}-easy-thumbnails-[0-9]*:../../www/py-easy-thumbnails USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-django-mptt +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-djangocms-picture/distinfo diff -u pkgsrc/www/py-djangocms-picture/distinfo:1.6 pkgsrc/www/py-djangocms-picture/distinfo:1.7 --- pkgsrc/www/py-djangocms-picture/distinfo:1.6 Wed Feb 19 11:13:05 2020 +++ pkgsrc/www/py-djangocms-picture/distinfo Sat Jan 16 09:59:07 2021 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2020/02/19 11:13:05 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/01/16 09:59:07 adam Exp $ -SHA1 (djangocms-picture-2.4.0.tar.gz) = ce6f37078030e4a3e4b37424e6b15006c5653d9f -RMD160 (djangocms-picture-2.4.0.tar.gz) = 24f3b507b70aa257760817d013a72bc4d3248b0f -SHA512 (djangocms-picture-2.4.0.tar.gz) = 37b9892a3d12f38af212b5ad154ad98ee2fb00e574fd80909ac2971e74247457256c80992f6f105b17639ad44f0c5110ca999843cc25331c8e3b92ff339d1c86 -Size (djangocms-picture-2.4.0.tar.gz) = 38062 bytes +SHA1 (djangocms-picture-3.0.0.tar.gz) = 6cbe9cd0f5b86233da6a1aad71571b2f70921dc3 +RMD160 (djangocms-picture-3.0.0.tar.gz) = dbffb4ed9386ce10ebfbee52da780e594538582c +SHA512 (djangocms-picture-3.0.0.tar.gz) = a78ed53b7b126a397b40cf5337a1059c62937ec90ddc0ea25d08f2a05e19cc62fc8be0bf8fc212c4fb4ed70134a42feecf8cc76ff3ab7e228d2be3d5d9bd93b2 +Size (djangocms-picture-3.0.0.tar.gz) = 47782 bytes +SHA1 (patch-setup.py) = 29fd976b8784b8f8bca1573d84a8ddf8b7052a9a Added files: Index: pkgsrc/www/py-djangocms-picture/patches/patch-setup.py diff -u /dev/null pkgsrc/www/py-djangocms-picture/patches/patch-setup.py:1.3 --- /dev/null Sat Jan 16 09:59:07 2021 +++ pkgsrc/www/py-djangocms-picture/patches/patch-setup.py Sat Jan 16 09:59:07 2021 @@ -0,0 +1,15 @@ +$NetBSD: patch-setup.py,v 1.3 2021/01/16 09:59:07 adam Exp $ + +Do not install tests. + +--- setup.py.orig 2021-01-16 09:55:16.000000000 +0000 ++++ setup.py +@@ -47,7 +47,7 @@ setup( + license='BSD-3-Clause', + description='Adds an image plugin to django CMS', + long_description=open('README.rst').read(), +- packages=find_packages(), ++ packages=find_packages(exclude=['tests']), + include_package_data=True, + zip_safe=False, + install_requires=REQUIREMENTS, --_----------=_1610791147284720--