pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-filer



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 20 06:23:20 UTC 2020

Modified Files:
        pkgsrc/www/py-django-filer: Makefile PLIST distinfo

Log Message:
py-django-filer: updated to 1.6.0

1.6.0:
Removed support for Django <= 1.10
Removed outdated files
Code alignments with other addons
Replace deprecated templatetag staticfiles against static.
Added management command filer_check to check the integrity of the database against the file system, and vice versa.
Add jQuery as AdminFileWidget Media dependency
Add rel="noopener noreferrer" for tab nabbing
Fixed an issue where a value error is raised when no folder is selected
Fixed search field overflow

1.5.0:
Added support for Django 2.2
Adapted test matrix
Adapted test structure and added fixes


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-filer/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-filer/PLIST \
    pkgsrc/www/py-django-filer/distinfo

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-django-filer/Makefile
diff -u pkgsrc/www/py-django-filer/Makefile:1.5 pkgsrc/www/py-django-filer/Makefile:1.6
--- pkgsrc/www/py-django-filer/Makefile:1.5     Wed Feb 19 11:03:03 2020
+++ pkgsrc/www/py-django-filer/Makefile Thu Feb 20 06:23:20 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/02/19 11:03:03 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/02/20 06:23:20 adam Exp $
 
-DISTNAME=      django-filer-1.4.0
-PKGREVISION=   1
+DISTNAME=      django-filer-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filer/}
@@ -11,9 +10,8 @@ HOMEPAGE=     https://github.com/divio/djang
 COMMENT=       File management application for Django
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-Unidecode>=0.04:../../textproc/py-Unidecode
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-django-mptt>=0.6:../../www/py-django-mptt
 DEPENDS+=      ${PYPKGPREFIX}-django-polymorphic>=0.7:../../www/py-django-polymorphic
 DEPENDS+=      ${PYPKGPREFIX}-easy-thumbnails>=2.0:../../www/py-easy-thumbnails
@@ -22,8 +20,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-django-mptt
 
-post-extract:
-       ${RM} ${WRKSRC}/filer/static/.DS_Store
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-filer/PLIST
diff -u pkgsrc/www/py-django-filer/PLIST:1.3 pkgsrc/www/py-django-filer/PLIST:1.4
--- pkgsrc/www/py-django-filer/PLIST:1.3        Tue Nov 20 17:56:12 2018
+++ pkgsrc/www/py-django-filer/PLIST    Thu Feb 20 06:23:20 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/20 17:56:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/02/20 06:23:20 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -151,6 +151,9 @@ ${PYSITELIB}/filer/management/__init__.p
 ${PYSITELIB}/filer/management/commands/__init__.py
 ${PYSITELIB}/filer/management/commands/__init__.pyc
 ${PYSITELIB}/filer/management/commands/__init__.pyo
+${PYSITELIB}/filer/management/commands/filer_check.py
+${PYSITELIB}/filer/management/commands/filer_check.pyc
+${PYSITELIB}/filer/management/commands/filer_check.pyo
 ${PYSITELIB}/filer/management/commands/generate_thumbnails.py
 ${PYSITELIB}/filer/management/commands/generate_thumbnails.pyc
 ${PYSITELIB}/filer/management/commands/generate_thumbnails.pyo
@@ -187,6 +190,9 @@ ${PYSITELIB}/filer/migrations/0009_auto_
 ${PYSITELIB}/filer/migrations/0010_auto_20180414_2058.py
 ${PYSITELIB}/filer/migrations/0010_auto_20180414_2058.pyc
 ${PYSITELIB}/filer/migrations/0010_auto_20180414_2058.pyo
+${PYSITELIB}/filer/migrations/0011_auto_20190418_0137.py
+${PYSITELIB}/filer/migrations/0011_auto_20190418_0137.pyc
+${PYSITELIB}/filer/migrations/0011_auto_20190418_0137.pyo
 ${PYSITELIB}/filer/migrations/__init__.py
 ${PYSITELIB}/filer/migrations/__init__.pyc
 ${PYSITELIB}/filer/migrations/__init__.pyo
@@ -461,96 +467,6 @@ ${PYSITELIB}/filer/templatetags/filer_im
 ${PYSITELIB}/filer/templatetags/filer_tags.py
 ${PYSITELIB}/filer/templatetags/filer_tags.pyc
 ${PYSITELIB}/filer/templatetags/filer_tags.pyo
-${PYSITELIB}/filer/test_utils/__init__.py
-${PYSITELIB}/filer/test_utils/__init__.pyc
-${PYSITELIB}/filer/test_utils/__init__.pyo
-${PYSITELIB}/filer/test_utils/custom_image/__init__.py
-${PYSITELIB}/filer/test_utils/custom_image/__init__.pyc
-${PYSITELIB}/filer/test_utils/custom_image/__init__.pyo
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0001_initial.py
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0001_initial.pyc
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0001_initial.pyo
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0002_auto_20160621_1510.py
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0002_auto_20160621_1510.pyc
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0002_auto_20160621_1510.pyo
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0003_auto_20180414_2059.py
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0003_auto_20180414_2059.pyc
-${PYSITELIB}/filer/test_utils/custom_image/migrations/0003_auto_20180414_2059.pyo
-${PYSITELIB}/filer/test_utils/custom_image/migrations/__init__.py
-${PYSITELIB}/filer/test_utils/custom_image/migrations/__init__.pyc
-${PYSITELIB}/filer/test_utils/custom_image/migrations/__init__.pyo
-${PYSITELIB}/filer/test_utils/custom_image/models.py
-${PYSITELIB}/filer/test_utils/custom_image/models.pyc
-${PYSITELIB}/filer/test_utils/custom_image/models.pyo
-${PYSITELIB}/filer/test_utils/extended_app/__init__.py
-${PYSITELIB}/filer/test_utils/extended_app/__init__.pyc
-${PYSITELIB}/filer/test_utils/extended_app/__init__.pyo
-${PYSITELIB}/filer/test_utils/extended_app/admin.py
-${PYSITELIB}/filer/test_utils/extended_app/admin.pyc
-${PYSITELIB}/filer/test_utils/extended_app/admin.pyo
-${PYSITELIB}/filer/test_utils/extended_app/migrations/0001_initial.py
-${PYSITELIB}/filer/test_utils/extended_app/migrations/0001_initial.pyc
-${PYSITELIB}/filer/test_utils/extended_app/migrations/0001_initial.pyo
-${PYSITELIB}/filer/test_utils/extended_app/migrations/0002_auto_20180414_2058.py
-${PYSITELIB}/filer/test_utils/extended_app/migrations/0002_auto_20180414_2058.pyc
-${PYSITELIB}/filer/test_utils/extended_app/migrations/0002_auto_20180414_2058.pyo
-${PYSITELIB}/filer/test_utils/extended_app/migrations/__init__.py
-${PYSITELIB}/filer/test_utils/extended_app/migrations/__init__.pyc
-${PYSITELIB}/filer/test_utils/extended_app/migrations/__init__.pyo
-${PYSITELIB}/filer/test_utils/extended_app/models.py
-${PYSITELIB}/filer/test_utils/extended_app/models.pyc
-${PYSITELIB}/filer/test_utils/extended_app/models.pyo
-${PYSITELIB}/filer/test_utils/test_app/__init__.py
-${PYSITELIB}/filer/test_utils/test_app/__init__.pyc
-${PYSITELIB}/filer/test_utils/test_app/__init__.pyo
-${PYSITELIB}/filer/test_utils/test_app/admin.py
-${PYSITELIB}/filer/test_utils/test_app/admin.pyc
-${PYSITELIB}/filer/test_utils/test_app/admin.pyo
-${PYSITELIB}/filer/test_utils/test_app/migrations/0001_initial.py
-${PYSITELIB}/filer/test_utils/test_app/migrations/0001_initial.pyc
-${PYSITELIB}/filer/test_utils/test_app/migrations/0001_initial.pyo
-${PYSITELIB}/filer/test_utils/test_app/migrations/__init__.py
-${PYSITELIB}/filer/test_utils/test_app/migrations/__init__.pyc
-${PYSITELIB}/filer/test_utils/test_app/migrations/__init__.pyo
-${PYSITELIB}/filer/test_utils/test_app/models.py
-${PYSITELIB}/filer/test_utils/test_app/models.pyc
-${PYSITELIB}/filer/test_utils/test_app/models.pyo
-${PYSITELIB}/filer/test_utils/urls.py
-${PYSITELIB}/filer/test_utils/urls.pyc
-${PYSITELIB}/filer/test_utils/urls.pyo
-${PYSITELIB}/filer/tests/__init__.py
-${PYSITELIB}/filer/tests/__init__.pyc
-${PYSITELIB}/filer/tests/__init__.pyo
-${PYSITELIB}/filer/tests/admin.py
-${PYSITELIB}/filer/tests/admin.pyc
-${PYSITELIB}/filer/tests/admin.pyo
-${PYSITELIB}/filer/tests/dump.py
-${PYSITELIB}/filer/tests/dump.pyc
-${PYSITELIB}/filer/tests/dump.pyo
-${PYSITELIB}/filer/tests/helpers.py
-${PYSITELIB}/filer/tests/helpers.pyc
-${PYSITELIB}/filer/tests/helpers.pyo
-${PYSITELIB}/filer/tests/migrations.py
-${PYSITELIB}/filer/tests/migrations.pyc
-${PYSITELIB}/filer/tests/migrations.pyo
-${PYSITELIB}/filer/tests/models.py
-${PYSITELIB}/filer/tests/models.pyc
-${PYSITELIB}/filer/tests/models.pyo
-${PYSITELIB}/filer/tests/permissions.py
-${PYSITELIB}/filer/tests/permissions.pyc
-${PYSITELIB}/filer/tests/permissions.pyo
-${PYSITELIB}/filer/tests/server_backends.py
-${PYSITELIB}/filer/tests/server_backends.pyc
-${PYSITELIB}/filer/tests/server_backends.pyo
-${PYSITELIB}/filer/tests/tools.py
-${PYSITELIB}/filer/tests/tools.pyc
-${PYSITELIB}/filer/tests/tools.pyo
-${PYSITELIB}/filer/tests/utils.py
-${PYSITELIB}/filer/tests/utils.pyc
-${PYSITELIB}/filer/tests/utils.pyo
-${PYSITELIB}/filer/tests/utils/__init__.py
-${PYSITELIB}/filer/tests/utils/__init__.pyc
-${PYSITELIB}/filer/tests/utils/__init__.pyo
 ${PYSITELIB}/filer/thumbnail_processors.py
 ${PYSITELIB}/filer/thumbnail_processors.pyc
 ${PYSITELIB}/filer/thumbnail_processors.pyo
Index: pkgsrc/www/py-django-filer/distinfo
diff -u pkgsrc/www/py-django-filer/distinfo:1.3 pkgsrc/www/py-django-filer/distinfo:1.4
--- pkgsrc/www/py-django-filer/distinfo:1.3     Tue Nov 20 17:56:12 2018
+++ pkgsrc/www/py-django-filer/distinfo Thu Feb 20 06:23:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/11/20 17:56:12 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/02/20 06:23:20 adam Exp $
 
-SHA1 (django-filer-1.4.0.tar.gz) = b693cf74d6a544c6cc189c6b572e8297d6d4a04a
-RMD160 (django-filer-1.4.0.tar.gz) = 67987b859ccc37dca3ee5b811f64441f9e6af0d8
-SHA512 (django-filer-1.4.0.tar.gz) = 5ee6cc8dbc4466809a02a2990586ad3288f7aed99fe3b68099107ec7ecb44eb3bd59ad98e2d9a7c45dc585d1ab34d1489ff5d755e80345be86a6d57f7d85f002
-Size (django-filer-1.4.0.tar.gz) = 1320125 bytes
+SHA1 (django-filer-1.6.0.tar.gz) = 82df5d3fb0c579ce04d840a9e3b9c2e5bccc15c2
+RMD160 (django-filer-1.6.0.tar.gz) = 9230e3fcf6219be80bd269e99e4bec024edd9f1e
+SHA512 (django-filer-1.6.0.tar.gz) = 320ad8cca60b5bd280e03702a905468098b552967de5d91a515e82cb340d56aa184e4f6cfbea8271c05fe74712d8dca7aeb81967d5de59f943d4357193423062
+Size (django-filer-1.6.0.tar.gz) = 1252203 bytes



Home | Main Index | Thread Index | Old Index