summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-13 21:32:31 +0000
committeradam <adam@pkgsrc.org>2018-12-13 21:32:31 +0000
commit338760c3b9e190a6eb72b97d983169c27f7f3638 (patch)
treed6ca2e8688207146222b99b585f92a936d7b863e /www
parent0ff8c25b8e6b269065fa9bfae713c169e330ab59 (diff)
downloadpkgsrc-338760c3b9e190a6eb72b97d983169c27f7f3638.tar.gz
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 (limited to 'www')
-rw-r--r--www/py-djangocms-picture/Makefile4
-rw-r--r--www/py-djangocms-picture/PLIST5
-rw-r--r--www/py-djangocms-picture/distinfo11
-rw-r--r--www/py-djangocms-picture/patches/patch-setup.py15
4 files changed, 11 insertions, 24 deletions
diff --git a/www/py-djangocms-picture/Makefile b/www/py-djangocms-picture/Makefile
index 0d53849146b..6c45da25f2c 100644
--- a/www/py-djangocms-picture/Makefile
+++ b/www/py-djangocms-picture/Makefile
@@ -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 --git a/www/py-djangocms-picture/PLIST b/www/py-djangocms-picture/PLIST
index 8392da8d0c0..f615dbb4e86 100644
--- a/www/py-djangocms-picture/PLIST
+++ b/www/py-djangocms-picture/PLIST
@@ -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/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/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 --git a/www/py-djangocms-picture/distinfo b/www/py-djangocms-picture/distinfo
index 61e21f0fdfe..c1dbe05db79 100644
--- a/www/py-djangocms-picture/distinfo
+++ b/www/py-djangocms-picture/distinfo
@@ -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 --git a/www/py-djangocms-picture/patches/patch-setup.py b/www/py-djangocms-picture/patches/patch-setup.py
deleted file mode 100644
index a86c888e032..00000000000
--- a/www/py-djangocms-picture/patches/patch-setup.py
+++ /dev/null
@@ -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,