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/2fe40c43d020
branches:  trunk
changeset: 326753:2fe40c43d020
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 13 21:32:31 2018 +0000

description:
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

diffstat:

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

diffs (66 lines):

diff -r bd466e4dd7ab -r 2fe40c43d020 www/py-djangocms-picture/Makefile
--- a/www/py-djangocms-picture/Makefile Thu Dec 13 21:30:05 2018 +0000
+++ b/www/py-djangocms-picture/Makefile Thu Dec 13 21:32:31 2018 +0000
@@ -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/}
diff -r bd466e4dd7ab -r 2fe40c43d020 www/py-djangocms-picture/PLIST
--- a/www/py-djangocms-picture/PLIST    Thu Dec 13 21:30:05 2018 +0000
+++ b/www/py-djangocms-picture/PLIST    Thu Dec 13 21:32:31 2018 +0000
@@ -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/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
diff -r bd466e4dd7ab -r 2fe40c43d020 www/py-djangocms-picture/distinfo
--- a/www/py-djangocms-picture/distinfo Thu Dec 13 21:30:05 2018 +0000
+++ b/www/py-djangocms-picture/distinfo Thu Dec 13 21:32:31 2018 +0000
@@ -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
diff -r bd466e4dd7ab -r 2fe40c43d020 www/py-djangocms-picture/patches/patch-setup.py
--- a/www/py-djangocms-picture/patches/patch-setup.py   Thu Dec 13 21:30:05 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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