pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-countries py-django-countries: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/818ffaad82b1
branches:  trunk
changeset: 370181:818ffaad82b1
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 13 07:01:40 2017 +0000

description:
py-django-countries: update to 5.0

Version 5.0:
No longer allow multiple=True and null=True together. This causes problems saving the field, and null shouldn?t really be used anyway because the country field is a subclass of CharField.

diffstat:

 www/py-django-countries/Makefile |   6 +++---
 www/py-django-countries/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 0ace317ec0da -r 818ffaad82b1 www/py-django-countries/Makefile
--- a/www/py-django-countries/Makefile  Fri Oct 13 06:59:15 2017 +0000
+++ b/www/py-django-countries/Makefile  Fri Oct 13 07:01:40 2017 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2017/09/26 17:16:16 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/13 07:01:40 adam Exp $
 
-DISTNAME=      django-countries-4.6.2
+DISTNAME=      django-countries-5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-countries/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/SmileyChris/django-countries/
+HOMEPAGE=      https://github.com/SmileyChris/django-countries
 COMMENT=       Provides a country field for Django models
 LICENSE=       mit
 
diff -r 0ace317ec0da -r 818ffaad82b1 www/py-django-countries/distinfo
--- a/www/py-django-countries/distinfo  Fri Oct 13 06:59:15 2017 +0000
+++ b/www/py-django-countries/distinfo  Fri Oct 13 07:01:40 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/26 17:16:16 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/10/13 07:01:40 adam Exp $
 
-SHA1 (django-countries-4.6.2.tar.gz) = 9c729ad560630aaba8dd5054d32b06f3e1f03a47
-RMD160 (django-countries-4.6.2.tar.gz) = 198cb52b910965488b9cce54144b9c31474f9d42
-SHA512 (django-countries-4.6.2.tar.gz) = 8cfb4721c36e070e88f67e02f213d8f2e69635d4e3b006b75649227fa5dd5110ce243dabcc87564e32fb5608e13bdbe19a9ab2bc0ac7c9a3b9c463bb8327e9b8
-Size (django-countries-4.6.2.tar.gz) = 447263 bytes
+SHA1 (django-countries-5.0.tar.gz) = fdff4243b5a471fc648623d4580273907bbfc064
+RMD160 (django-countries-5.0.tar.gz) = faeaebdf4a6ef896e1812ec05946d21b21ebb69c
+SHA512 (django-countries-5.0.tar.gz) = 8f8d94cb97f8432091a566c0f66f310554db6038e8719d7a5316875904ce28469c461f9c39150d4d2f2c80dc3e6b4cddac3154c887a797bbd0fc7aef8d6dcc2e
+Size (django-countries-5.0.tar.gz) = 444232 bytes



Home | Main Index | Thread Index | Old Index