pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-djangocms-picture



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 13 21:32:31 UTC 2018

Modified Files:
        pkgsrc/www/py-djangocms-picture: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-djangocms-picture/patches: patch-setup.py

Log Message:
py-djangocms-picture: updated to 2.1.3

2.1.3:
Added missing migration for Picture model

2.1.2:
Fixed an issue creating a validation error on the alt attribute
Fixed an issue in the template adding a } after the srcset
Adapted test matrix for django CMS 3.4, 3.5, 3.6 as well as Django 1.11, 2.0 and 2.1
Exclude tests folder from release build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-djangocms-picture/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-djangocms-picture/PLIST \
    pkgsrc/www/py-djangocms-picture/distinfo
cvs rdiff -u -r1.1 -r0 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.

Modified files:

Index: pkgsrc/www/py-djangocms-picture/Makefile
diff -u pkgsrc/www/py-djangocms-picture/Makefile:1.6 pkgsrc/www/py-djangocms-picture/Makefile:1.7
--- pkgsrc/www/py-djangocms-picture/Makefile:1.6        Tue Nov 20 18:47:52 2018
+++ pkgsrc/www/py-djangocms-picture/Makefile    Thu Dec 13 21:32:31 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/11/20 18:47:52 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/12/13 21:32:31 adam Exp $
 
-DISTNAME=      djangocms-picture-2.1.1
+DISTNAME=      djangocms-picture-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-picture/}

Index: pkgsrc/www/py-djangocms-picture/PLIST
diff -u pkgsrc/www/py-djangocms-picture/PLIST:1.4 pkgsrc/www/py-djangocms-picture/PLIST:1.5
--- pkgsrc/www/py-djangocms-picture/PLIST:1.4   Tue Nov 20 18:47:52 2018
+++ pkgsrc/www/py-djangocms-picture/PLIST       Thu Dec 13 21:32:31 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/11/20 18:47:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/12/13 21:32:31 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -186,6 +186,9 @@ ${PYSITELIB}/djangocms_picture/migration
 ${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/0009_auto_20181212_1003.py
+${PYSITELIB}/djangocms_picture/migrations/0009_auto_20181212_1003.pyc
+${PYSITELIB}/djangocms_picture/migrations/0009_auto_20181212_1003.pyo
 ${PYSITELIB}/djangocms_picture/migrations/__init__.py
 ${PYSITELIB}/djangocms_picture/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_picture/migrations/__init__.pyo
Index: pkgsrc/www/py-djangocms-picture/distinfo
diff -u pkgsrc/www/py-djangocms-picture/distinfo:1.4 pkgsrc/www/py-djangocms-picture/distinfo:1.5
--- pkgsrc/www/py-djangocms-picture/distinfo:1.4        Tue Nov 20 18:47:52 2018
+++ pkgsrc/www/py-djangocms-picture/distinfo    Thu Dec 13 21:32:31 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/11/20 18:47:52 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/12/13 21:32:31 adam Exp $
 
-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
+SHA1 (djangocms-picture-2.1.3.tar.gz) = d89d771b51a6811b3e9bce26a7c212ae67085950
+RMD160 (djangocms-picture-2.1.3.tar.gz) = e27c8eac4961a0e7297af265911081778170163a
+SHA512 (djangocms-picture-2.1.3.tar.gz) = 1f81b8db902479dddc8b1d31c8a2dba30acde06868f9f7ed2e128dedfa8b158a111be3100f6bfd00a045470125b101fabfcebf48fe7dad514508b85924a7f553
+Size (djangocms-picture-2.1.3.tar.gz) = 98269 bytes



Home | Main Index | Thread Index | Old Index