pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-contrib-comments



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 15 11:20:14 UTC 2018

Modified Files:
        pkgsrc/www/py-django-contrib-comments: Makefile distinfo

Log Message:
py-django-contrib-comments: updated to 1.9.0

1.9.0:
Added testing for Python 3.6.
Confirmed support for Django 2.0 and 2.1.
Dropped support for Django < 1.11.
ip_address is set to None when REMOTE_ADDR is empty


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-contrib-comments/Makefile \
    pkgsrc/www/py-django-contrib-comments/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-contrib-comments/Makefile
diff -u pkgsrc/www/py-django-contrib-comments/Makefile:1.1 pkgsrc/www/py-django-contrib-comments/Makefile:1.2
--- pkgsrc/www/py-django-contrib-comments/Makefile:1.1  Tue May  9 20:22:34 2017
+++ pkgsrc/www/py-django-contrib-comments/Makefile      Mon Oct 15 11:20:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/05/09 20:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/15 11:20:14 adam Exp $
 
-DISTNAME=      django-contrib-comments-1.8.0
+DISTNAME=      django-contrib-comments-1.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-contrib-comments/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/django/djan
 COMMENT=       Framework to attach comments to any Django model
 LICENSE=       modified-bsd
 
-USE_LANGUAGES=         # empty
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-contrib-comments/distinfo
diff -u pkgsrc/www/py-django-contrib-comments/distinfo:1.1 pkgsrc/www/py-django-contrib-comments/distinfo:1.2
--- pkgsrc/www/py-django-contrib-comments/distinfo:1.1  Tue May  9 20:22:34 2017
+++ pkgsrc/www/py-django-contrib-comments/distinfo      Mon Oct 15 11:20:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/05/09 20:22:34 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/10/15 11:20:14 adam Exp $
 
-SHA1 (django-contrib-comments-1.8.0.tar.gz) = d37f97e55966abbf7f181bd6960c7c189818a030
-RMD160 (django-contrib-comments-1.8.0.tar.gz) = 0c98d1059043d723be90427af86c1546b3ee3895
-SHA512 (django-contrib-comments-1.8.0.tar.gz) = 4c852ccd988bfa4c9aa7c66c291e05f5265afda9939a3dde3be4a64e4b766e958db5f064c1e1d931e511384c44b6042702861dbd4d458b2a8619b356892052f9
-Size (django-contrib-comments-1.8.0.tar.gz) = 858525 bytes
+SHA1 (django-contrib-comments-1.9.0.tar.gz) = a689c957ce85dece422a66de94985981fb9835d5
+RMD160 (django-contrib-comments-1.9.0.tar.gz) = ae257ab91b614576e33534f191ffd110a6920d2b
+SHA512 (django-contrib-comments-1.9.0.tar.gz) = 9be1b9dcc02792b9d0da54203ca61dccbd4be6932226c1480bde9b9bf1bc91dce369fe16f99860dfd273fbf112751eec0d20528d16fcb3164a5677a826de5660
+Size (django-contrib-comments-1.9.0.tar.gz) = 858400 bytes



Home | Main Index | Thread Index | Old Index