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:           Sat Feb 22 06:55:01 UTC 2020

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

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

1.7.0:
Added Django 3.0 support
Added support for Python 3.8
Add attribute download to the download link in order to offer the file under its original name.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-filer/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/www/py-django-filer/Makefile:1.7
--- pkgsrc/www/py-django-filer/Makefile:1.6     Thu Feb 20 06:23:20 2020
+++ pkgsrc/www/py-django-filer/Makefile Sat Feb 22 06:55:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/02/20 06:23:20 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/22 06:55:01 adam Exp $
 
-DISTNAME=      django-filer-1.6.0
+DISTNAME=      django-filer-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filer/}
@@ -15,6 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-django>=1.11:..
 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
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-filer/distinfo
diff -u pkgsrc/www/py-django-filer/distinfo:1.4 pkgsrc/www/py-django-filer/distinfo:1.5
--- pkgsrc/www/py-django-filer/distinfo:1.4     Thu Feb 20 06:23:20 2020
+++ pkgsrc/www/py-django-filer/distinfo Sat Feb 22 06:55:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/02/20 06:23:20 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/02/22 06:55:01 adam Exp $
 
-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
+SHA1 (django-filer-1.7.0.tar.gz) = a076d610ecb603d0bc30cf07af018a7e42a120d6
+RMD160 (django-filer-1.7.0.tar.gz) = e073d2d1fca5986d480f696fdb222aca5cb661d0
+SHA512 (django-filer-1.7.0.tar.gz) = fcf4a0927541402adb621dae3b9ac51b4148513e7420360609a4216889d95bed751d647e1febbae6d91e25c66bab10fd466a0a2d2481e815b8ea7f819d9210c2
+Size (django-filer-1.7.0.tar.gz) = 1252215 bytes



Home | Main Index | Thread Index | Old Index