summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-13 21:30:05 +0000
committeradam <adam@pkgsrc.org>2018-12-13 21:30:05 +0000
commit0ff8c25b8e6b269065fa9bfae713c169e330ab59 (patch)
treee7159df2f4393600f70f1dbee7a53ca4b21b130b /www
parent9a6e472ecfbdeae8890f5f813619e513a5652f1e (diff)
downloadpkgsrc-0ff8c25b8e6b269065fa9bfae713c169e330ab59.tar.gz
py-djangocms-file: updated to 2.2.0
2.2.0: Fixed test matrix Exclude tests folder from release build Added missing migrations for Django 2.1 Added abstract models for File and Folder Improved readability of Folder.get_files
Diffstat (limited to 'www')
-rw-r--r--www/py-djangocms-file/Makefile4
-rw-r--r--www/py-djangocms-file/PLIST5
-rw-r--r--www/py-djangocms-file/distinfo11
-rw-r--r--www/py-djangocms-file/patches/patch-setup.py15
4 files changed, 11 insertions, 24 deletions
diff --git a/www/py-djangocms-file/Makefile b/www/py-djangocms-file/Makefile
index 1ffce920745..883b2550b48 100644
--- a/www/py-djangocms-file/Makefile
+++ b/www/py-djangocms-file/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/11/20 18:42:31 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/12/13 21:30:05 adam Exp $
-DISTNAME= djangocms-file-2.1.0
+DISTNAME= djangocms-file-2.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-file/}
diff --git a/www/py-djangocms-file/PLIST b/www/py-djangocms-file/PLIST
index c0a830529d1..fa7a986fcfb 100644
--- a/www/py-djangocms-file/PLIST
+++ b/www/py-djangocms-file/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/20 18:42:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/12/13 21:30:05 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -189,6 +189,9 @@ ${PYSITELIB}/djangocms_file/migrations/0009_fixed_null_fields.pyo
${PYSITELIB}/djangocms_file/migrations/0010_removed_null_fields.py
${PYSITELIB}/djangocms_file/migrations/0010_removed_null_fields.pyc
${PYSITELIB}/djangocms_file/migrations/0010_removed_null_fields.pyo
+${PYSITELIB}/djangocms_file/migrations/0011_auto_20181211_0357.py
+${PYSITELIB}/djangocms_file/migrations/0011_auto_20181211_0357.pyc
+${PYSITELIB}/djangocms_file/migrations/0011_auto_20181211_0357.pyo
${PYSITELIB}/djangocms_file/migrations/__init__.py
${PYSITELIB}/djangocms_file/migrations/__init__.pyc
${PYSITELIB}/djangocms_file/migrations/__init__.pyo
diff --git a/www/py-djangocms-file/distinfo b/www/py-djangocms-file/distinfo
index efd8d72120b..83983b9c375 100644
--- a/www/py-djangocms-file/distinfo
+++ b/www/py-djangocms-file/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/11/20 18:42:31 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/12/13 21:30:05 adam Exp $
-SHA1 (djangocms-file-2.1.0.tar.gz) = 3400f29b9d1279cc8fbe617f452fd5353a81dd75
-RMD160 (djangocms-file-2.1.0.tar.gz) = 23bf7ac9848766484e73392b72990d4e353be6a8
-SHA512 (djangocms-file-2.1.0.tar.gz) = 47df68c80b261cf0987187916ca3e647620424adf4a8fabe51e9ba6f53911c3509fe7b0dd981843ca6622dd870bb22df60fbf675f4b7800a2cbea10af4079e9f
-Size (djangocms-file-2.1.0.tar.gz) = 22639 bytes
-SHA1 (patch-setup.py) = 83231ad48132d80887775990a997e4f67d2e9c87
+SHA1 (djangocms-file-2.2.0.tar.gz) = 9db6f30a43a3e0ed1521f7f3a44a810622fa9d09
+RMD160 (djangocms-file-2.2.0.tar.gz) = 7f6bd777448199948331f55f31616ad2cd1341cf
+SHA512 (djangocms-file-2.2.0.tar.gz) = b547121800a92cf17687e2a3ce935f83fd386b2aad41a45dfbbba278e87878253236b3bcc3ab3c2f9aa51a02fcf598800f55c5cd0add3944cdfbdd50875e501e
+Size (djangocms-file-2.2.0.tar.gz) = 22388 bytes
diff --git a/www/py-djangocms-file/patches/patch-setup.py b/www/py-djangocms-file/patches/patch-setup.py
deleted file mode 100644
index 680b5934bf0..00000000000
--- a/www/py-djangocms-file/patches/patch-setup.py
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:42:31 adam Exp $
-
-Do not install tests.
-
---- setup.py.orig 2018-11-13 07:08:58.000000000 +0000
-+++ setup.py
-@@ -41,7 +41,7 @@ setup(
- url='https://github.com/divio/djangocms-file',
- 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,