Received: by mail.netbsd.org (Postfix, from userid 605) id 7ED3D84DBC; Tue, 20 Nov 2018 18:54:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FA3584D93 for ; Tue, 20 Nov 2018 18:54:26 +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 Nl0mctyZwRuF for ; Tue, 20 Nov 2018 18:54:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1709384CD1 for ; Tue, 20 Nov 2018 18:54:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10B9BFB1F; Tue, 20 Nov 2018 18:54:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1542740065125300" MIME-Version: 1.0 Date: Tue, 20 Nov 2018 18:54:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-djangocms-video To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181120185425.10B9BFB1F@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. --_----------=_1542740065125300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Nov 20 18:54:24 UTC 2018 Modified Files: pkgsrc/www/py-djangocms-video: Makefile PLIST distinfo Added Files: pkgsrc/www/py-djangocms-video/patches: patch-setup.py Log Message: py-djangocms-video: updated to 2.1.0 2.1.0: Removed support for Django 1.8, 1.9, 1.10 2.0.5: Deal with missing context from aldryn-search Add support for newer Django versions Add parameters for embed_link Fix swappable filer image model support 2.0.4: Added URL parsing for the embed url. It now accepts various versions of YouTube urls and converts them to an embed link. Added the python3.5 test env 2.0.3: Prevent changes to DJANGOCMS_VIDEO_XXX settings from requiring new migrations Changed naming of Aldryn to Divio Cloud Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2 Updated translations 2.0.2: Fixed an issues with migrations where Null values caused IntegrityError 2.0.1: Removed base.html for performance reasons Fixed faulty settings parsing in aldryn_config.py Fixed an issue where ValidationError wasn't imported Adapted private get_template method Updated translations 2.0.0: Dropped flash support Dropped django CMS <3.3.1 support Dropped Django <1.8 support Renamed Video to VideoPlayer Added Video Source Plugin Added Video Track Plugin Adapted files to resemble best practices Updated translations To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-djangocms-video/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-djangocms-video/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-djangocms-video/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-djangocms-video/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1542740065125300 Content-Disposition: inline Content-Length: 7038 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-djangocms-video/Makefile diff -u pkgsrc/www/py-djangocms-video/Makefile:1.4 pkgsrc/www/py-djangocms-video/Makefile:1.5 --- pkgsrc/www/py-djangocms-video/Makefile:1.4 Wed Jun 8 17:43:49 2016 +++ pkgsrc/www/py-djangocms-video/Makefile Tue Nov 20 18:54:24 2018 @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/11/20 18:54:24 adam Exp $ -DISTNAME= djangocms-video-1.0.0 +DISTNAME= djangocms-video-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-video/} MAINTAINER= adam@NetBSD.org -HOMEPAGE= https://github.com/divio/djangocms-video/ +HOMEPAGE= https://github.com/divio/djangocms-video COMMENT= Flash plugin for django CMS LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms +DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms +DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.2.4:../../www/py-django-filer +DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=0.4.0:../../www/py-djangocms-attributes-field -USE_LANGUAGES= # none +USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-djangocms-video/PLIST diff -u pkgsrc/www/py-djangocms-video/PLIST:1.2 pkgsrc/www/py-djangocms-video/PLIST:1.3 --- pkgsrc/www/py-djangocms-video/PLIST:1.2 Sun Mar 6 14:41:04 2016 +++ pkgsrc/www/py-djangocms-video/PLIST Tue Nov 20 18:54:24 2018 @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2016/03/06 14:41:04 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/11/20 18:54:24 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/djangocms_video/__init__.py ${PYSITELIB}/djangocms_video/__init__.pyc @@ -167,19 +168,36 @@ ${PYSITELIB}/djangocms_video/migrations/ ${PYSITELIB}/djangocms_video/migrations/0002_set_related_name_for_cmsplugin_ptr.py ${PYSITELIB}/djangocms_video/migrations/0002_set_related_name_for_cmsplugin_ptr.pyc ${PYSITELIB}/djangocms_video/migrations/0002_set_related_name_for_cmsplugin_ptr.pyo +${PYSITELIB}/djangocms_video/migrations/0003_field_adaptions.py +${PYSITELIB}/djangocms_video/migrations/0003_field_adaptions.pyc +${PYSITELIB}/djangocms_video/migrations/0003_field_adaptions.pyo +${PYSITELIB}/djangocms_video/migrations/0004_move_to_attributes.py +${PYSITELIB}/djangocms_video/migrations/0004_move_to_attributes.pyc +${PYSITELIB}/djangocms_video/migrations/0004_move_to_attributes.pyo +${PYSITELIB}/djangocms_video/migrations/0005_migrate_to_filer.py +${PYSITELIB}/djangocms_video/migrations/0005_migrate_to_filer.pyc +${PYSITELIB}/djangocms_video/migrations/0005_migrate_to_filer.pyo +${PYSITELIB}/djangocms_video/migrations/0006_field_adaptions.py +${PYSITELIB}/djangocms_video/migrations/0006_field_adaptions.pyc +${PYSITELIB}/djangocms_video/migrations/0006_field_adaptions.pyo +${PYSITELIB}/djangocms_video/migrations/0007_create_nested_plugin.py +${PYSITELIB}/djangocms_video/migrations/0007_create_nested_plugin.pyc +${PYSITELIB}/djangocms_video/migrations/0007_create_nested_plugin.pyo +${PYSITELIB}/djangocms_video/migrations/0008_reset_null_values.py +${PYSITELIB}/djangocms_video/migrations/0008_reset_null_values.pyc +${PYSITELIB}/djangocms_video/migrations/0008_reset_null_values.pyo +${PYSITELIB}/djangocms_video/migrations/0009_removed_null_values.py +${PYSITELIB}/djangocms_video/migrations/0009_removed_null_values.pyc +${PYSITELIB}/djangocms_video/migrations/0009_removed_null_values.pyo +${PYSITELIB}/djangocms_video/migrations/0010_videoplayer_parameters.py +${PYSITELIB}/djangocms_video/migrations/0010_videoplayer_parameters.pyc +${PYSITELIB}/djangocms_video/migrations/0010_videoplayer_parameters.pyo ${PYSITELIB}/djangocms_video/migrations/__init__.py ${PYSITELIB}/djangocms_video/migrations/__init__.pyc ${PYSITELIB}/djangocms_video/migrations/__init__.pyo ${PYSITELIB}/djangocms_video/models.py ${PYSITELIB}/djangocms_video/models.pyc ${PYSITELIB}/djangocms_video/models.pyo -${PYSITELIB}/djangocms_video/settings.py -${PYSITELIB}/djangocms_video/settings.pyc -${PYSITELIB}/djangocms_video/settings.pyo -${PYSITELIB}/djangocms_video/south_migrations/0001_initial.py -${PYSITELIB}/djangocms_video/south_migrations/0001_initial.pyc -${PYSITELIB}/djangocms_video/south_migrations/0001_initial.pyo -${PYSITELIB}/djangocms_video/south_migrations/__init__.py -${PYSITELIB}/djangocms_video/south_migrations/__init__.pyc -${PYSITELIB}/djangocms_video/south_migrations/__init__.pyo -${PYSITELIB}/djangocms_video/templates/cms/plugins/video.html +${PYSITELIB}/djangocms_video/templates/djangocms_video/default/source.html +${PYSITELIB}/djangocms_video/templates/djangocms_video/default/track.html +${PYSITELIB}/djangocms_video/templates/djangocms_video/default/video_player.html Index: pkgsrc/www/py-djangocms-video/distinfo diff -u pkgsrc/www/py-djangocms-video/distinfo:1.3 pkgsrc/www/py-djangocms-video/distinfo:1.4 --- pkgsrc/www/py-djangocms-video/distinfo:1.3 Sun Mar 6 14:41:04 2016 +++ pkgsrc/www/py-djangocms-video/distinfo Tue Nov 20 18:54:24 2018 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2016/03/06 14:41:04 adam Exp $ +$NetBSD: distinfo,v 1.4 2018/11/20 18:54:24 adam Exp $ -SHA1 (djangocms-video-1.0.0.tar.gz) = aa351af44f11c073b1641c2804e568a3e6b9011c -RMD160 (djangocms-video-1.0.0.tar.gz) = ad5c04f2a36dc0c838a3fb6b4ff910140b21ad2f -SHA512 (djangocms-video-1.0.0.tar.gz) = d8a0ab9ceaaafb09835c91389457d7dcc22ef36667ba92526135811e40b87490c67100a8bae762df5ba85c694b61f5162d8f02eb0817f97c60c0f7fcaae28baf -Size (djangocms-video-1.0.0.tar.gz) = 43664 bytes +SHA1 (djangocms-video-2.1.0.tar.gz) = ab9ab9131cacc3ad8f17d33fb35c617fe75609e5 +RMD160 (djangocms-video-2.1.0.tar.gz) = b0e6d8862db6e269add0d0cdc75a85a7de062317 +SHA512 (djangocms-video-2.1.0.tar.gz) = cb9d0573c1da2e6671b112b189848adc22eaa1b88a6b6219186349d9125ba1ed47bff408d5babe2b7a6a82e2384cfd71fd5a43825c3b701da4986d30634d87d7 +Size (djangocms-video-2.1.0.tar.gz) = 28119 bytes +SHA1 (patch-setup.py) = 5a764fb3cd4efaf1b3ac9a144cc3141ad5fe5b4c Added files: Index: pkgsrc/www/py-djangocms-video/patches/patch-setup.py diff -u /dev/null pkgsrc/www/py-djangocms-video/patches/patch-setup.py:1.1 --- /dev/null Tue Nov 20 18:54:24 2018 +++ pkgsrc/www/py-djangocms-video/patches/patch-setup.py Tue Nov 20 18:54:24 2018 @@ -0,0 +1,15 @@ +$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:54:24 adam Exp $ + +Do not install tests. + +--- setup.py.orig 2018-11-13 07:48:48.000000000 +0000 ++++ setup.py +@@ -41,7 +41,7 @@ setup( + url='https://github.com/divio/djangocms-video', + license='BSD', + long_description=open('README.rst').read(), +- packages=find_packages(), ++ packages=find_packages(exclude=['tests']), + include_package_data=True, + zip_safe=False, + install_requires=REQUIREMENTS, --_----------=_1542740065125300--