pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-djangocms-picture py-djangocms-picture: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a68dcb09a35e
branches:  trunk
changeset: 315292:a68dcb09a35e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 20 18:47:52 2018 +0000

description:
py-djangocms-picture: updated to 2.1.1

2.1.1:
Added reference variables to migrations
Fixed a text typo in models

2.1.0:
Removed support for Django 1.8, 1.9, 1.10

2.0.8:
Fixed an issue where default DJANGOCMS_PICTURE_RESPONSIVE_IMAGES was not in settings

2.0.7:
Add responsive image support
Add support for Django 2.0 and 2.1
Fix swappable filer image model support

2.0.6:
Fixed a misleading link to MDN inside code documentation
Abstract the link model so it can be extended by other addons

2.0.5:
Fixed an issue in DJANGOCMS_PICTURE_ALIGN where "Align center" pointed to the wrong value
Updated translations

2.0.4:
Prevent changes to DJANGOCMS_PICTURE_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
Fixed an issue when no image is set after deletion in django-filer (on_delete=SET_NULL)
Updated translations

2.0.3:
Fixed an issue with picture_link not working as expected in the template
Fixed an issue where the alt text was not displayed appropriately
Fixed an issue where placeholder params can be strings

2.0.2:
Fixed an issues with migrations where Null values caused IntegrityError

2.0.1:
Fixes an issue where images throw an AttributeError

diffstat:

 www/py-djangocms-picture/Makefile               |  14 +++++----
 www/py-djangocms-picture/PLIST                  |  34 ++++++++++++++++--------
 www/py-djangocms-picture/distinfo               |  11 ++++---
 www/py-djangocms-picture/patches/patch-setup.py |  15 +++++++++++
 4 files changed, 52 insertions(+), 22 deletions(-)

diffs (124 lines):

diff -r 9dfbada1f914 -r a68dcb09a35e www/py-djangocms-picture/Makefile
--- a/www/py-djangocms-picture/Makefile Tue Nov 20 18:45:35 2018 +0000
+++ b/www/py-djangocms-picture/Makefile Tue Nov 20 18:47:52 2018 +0000
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:49 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/20 18:47:52 adam Exp $
 
-DISTNAME=      djangocms-picture-0.2.0
+DISTNAME=      djangocms-picture-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-picture/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/divio/djangocms-picture/
+HOMEPAGE=      https://github.com/divio/djangocms-picture
 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.3.0:../../www/py-django-filer
+DEPENDS+=      ${PYPKGPREFIX}-djangocms-attributes-field>=0.4.0:../../www/py-djangocms-attributes-field
+DEPENDS+=      ${PYPKGPREFIX}-django-easy-thumbnails-[0-9]*:../../www/py-django-easy-thumbnails
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9dfbada1f914 -r a68dcb09a35e www/py-djangocms-picture/PLIST
--- a/www/py-djangocms-picture/PLIST    Tue Nov 20 18:45:35 2018 +0000
+++ b/www/py-djangocms-picture/PLIST    Tue Nov 20 18:47:52 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/03/25 21:04:04 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/20 18:47:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@
 ${PYSITELIB}/djangocms_picture/cms_plugins.py
 ${PYSITELIB}/djangocms_picture/cms_plugins.pyc
 ${PYSITELIB}/djangocms_picture/cms_plugins.pyo
+${PYSITELIB}/djangocms_picture/forms.py
+${PYSITELIB}/djangocms_picture/forms.pyc
+${PYSITELIB}/djangocms_picture/forms.pyo
 ${PYSITELIB}/djangocms_picture/locale/af/LC_MESSAGES/django.mo
 ${PYSITELIB}/djangocms_picture/locale/af/LC_MESSAGES/django.po
 ${PYSITELIB}/djangocms_picture/locale/ar/LC_MESSAGES/django.mo
@@ -165,19 +168,28 @@
 ${PYSITELIB}/djangocms_picture/migrations/0002_auto_20151018_1927.py
 ${PYSITELIB}/djangocms_picture/migrations/0002_auto_20151018_1927.pyc
 ${PYSITELIB}/djangocms_picture/migrations/0002_auto_20151018_1927.pyo
+${PYSITELIB}/djangocms_picture/migrations/0003_migrate_to_filer.py
+${PYSITELIB}/djangocms_picture/migrations/0003_migrate_to_filer.pyc
+${PYSITELIB}/djangocms_picture/migrations/0003_migrate_to_filer.pyo
+${PYSITELIB}/djangocms_picture/migrations/0004_adapt_fields.py
+${PYSITELIB}/djangocms_picture/migrations/0004_adapt_fields.pyc
+${PYSITELIB}/djangocms_picture/migrations/0004_adapt_fields.pyo
+${PYSITELIB}/djangocms_picture/migrations/0005_reset_null_values.py
+${PYSITELIB}/djangocms_picture/migrations/0005_reset_null_values.pyc
+${PYSITELIB}/djangocms_picture/migrations/0005_reset_null_values.pyo
+${PYSITELIB}/djangocms_picture/migrations/0006_remove_null_values.py
+${PYSITELIB}/djangocms_picture/migrations/0006_remove_null_values.pyc
+${PYSITELIB}/djangocms_picture/migrations/0006_remove_null_values.pyo
+${PYSITELIB}/djangocms_picture/migrations/0007_fix_alignment.py
+${PYSITELIB}/djangocms_picture/migrations/0007_fix_alignment.pyc
+${PYSITELIB}/djangocms_picture/migrations/0007_fix_alignment.pyo
+${PYSITELIB}/djangocms_picture/migrations/0008_picture_use_responsive_image.py
+${PYSITELIB}/djangocms_picture/migrations/0008_picture_use_responsive_image.pyc
+${PYSITELIB}/djangocms_picture/migrations/0008_picture_use_responsive_image.pyo
 ${PYSITELIB}/djangocms_picture/migrations/__init__.py
 ${PYSITELIB}/djangocms_picture/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_picture/migrations/__init__.pyo
 ${PYSITELIB}/djangocms_picture/models.py
 ${PYSITELIB}/djangocms_picture/models.pyc
 ${PYSITELIB}/djangocms_picture/models.pyo
-${PYSITELIB}/djangocms_picture/south_migrations/0001_initial.py
-${PYSITELIB}/djangocms_picture/south_migrations/0001_initial.pyc
-${PYSITELIB}/djangocms_picture/south_migrations/0001_initial.pyo
-${PYSITELIB}/djangocms_picture/south_migrations/0002_auto__add_field_picture_width__add_field_picture_height.py
-${PYSITELIB}/djangocms_picture/south_migrations/0002_auto__add_field_picture_width__add_field_picture_height.pyc
-${PYSITELIB}/djangocms_picture/south_migrations/0002_auto__add_field_picture_width__add_field_picture_height.pyo
-${PYSITELIB}/djangocms_picture/south_migrations/__init__.py
-${PYSITELIB}/djangocms_picture/south_migrations/__init__.pyc
-${PYSITELIB}/djangocms_picture/south_migrations/__init__.pyo
-${PYSITELIB}/djangocms_picture/templates/cms/plugins/picture.html
+${PYSITELIB}/djangocms_picture/templates/djangocms_picture/default/picture.html
diff -r 9dfbada1f914 -r a68dcb09a35e www/py-djangocms-picture/distinfo
--- a/www/py-djangocms-picture/distinfo Tue Nov 20 18:45:35 2018 +0000
+++ b/www/py-djangocms-picture/distinfo Tue Nov 20 18:47:52 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/03/06 14:34:45 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/11/20 18:47:52 adam Exp $
 
-SHA1 (djangocms-picture-0.2.0.tar.gz) = 4bbc7b11f4ae41300282ee32de05c329d68c5a2b
-RMD160 (djangocms-picture-0.2.0.tar.gz) = 50370aeb628262275079269475ee4885764c0829
-SHA512 (djangocms-picture-0.2.0.tar.gz) = cd0ff2992e82e4b69c1bf99c97b6ce7a6d970b23bab8fbf87f06e4e588d40529a36cc52f6076aa1c34236a3acfe595aa93529a54130571c5104df9e1f8802484
-Size (djangocms-picture-0.2.0.tar.gz) = 34910 bytes
+SHA1 (djangocms-picture-2.1.1.tar.gz) = 924e40e03bdb68fdb4f5bb56d8f4de393c4076c5
+RMD160 (djangocms-picture-2.1.1.tar.gz) = 8c4a4e85f2cb62e6281342b5d24ea0ce439ca95d
+SHA512 (djangocms-picture-2.1.1.tar.gz) = c2bf18bfeb085a117a087e882122a9fbc244bd8d660df13efa7d8b64581d8036ec8b8ba7ac70ee18c7bde6e8769d95de4e5480268b1540d2d71a4a6c96ddca8e
+Size (djangocms-picture-2.1.1.tar.gz) = 36906 bytes
+SHA1 (patch-setup.py) = 2f94aa9d14ba1796459298e81d6a071788ce3762
diff -r 9dfbada1f914 -r a68dcb09a35e www/py-djangocms-picture/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-djangocms-picture/patches/patch-setup.py   Tue Nov 20 18:47:52 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:47:52 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig      2018-11-13 09:10:16.000000000 +0000
++++ setup.py
+@@ -42,7 +42,7 @@ setup(
+     url='https://github.com/divio/djangocms-picture',
+     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,



Home | Main Index | Thread Index | Old Index