diff options
author | adam <adam@pkgsrc.org> | 2014-11-23 13:31:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-11-23 13:31:07 +0000 |
commit | 95521d5f52812566fdbedbd7f1f984943c90e653 (patch) | |
tree | bcd8757e68c24e4b3c16f746d7aa88d5b7605d1c | |
parent | 89141edce0c182733e178d797a42f51fc4d68514 (diff) | |
download | pkgsrc-95521d5f52812566fdbedbd7f1f984943c90e653.tar.gz |
Changes 1.0.1:
This is a small bugfix release of South with two changes:
- Python 3 compatability has been fixed (it was broken in 1.0 by an accidental
introduction of ``iteritems()``)
- South will explicitly error if it detects Django 1.7 or above rather than
failing with cryptic errors.
-rw-r--r-- | www/py-django-south/Makefile | 10 | ||||
-rw-r--r-- | www/py-django-south/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/py-django-south/Makefile b/www/py-django-south/Makefile index 034bf57c705..d735d0761b9 100644 --- a/www/py-django-south/Makefile +++ b/www/py-django-south/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2014/04/12 08:58:03 adam Exp $ +# $NetBSD: Makefile,v 1.8 2014/11/23 13:31:07 adam Exp $ -DISTNAME= south-0.8.4 -PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME} +DISTNAME= South-1.0.1 +PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME:tl} CATEGORIES= www python -MASTER_SITES= http://www.aeracode.org/releases/south/ +MASTER_SITES= http://pypi.python.org/packages/source/S/South/ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://south.aeracode.org/ @@ -11,7 +11,7 @@ COMMENT= Intelligent schema and data migrations for Django projects LICENSE= apache-2.0 WRKSRC= ${WRKDIR}/South-${PKGVERSION_NOREV} -EGG_NAME= ${DISTNAME:S/south/South/} +#EGG_NAME= ${DISTNAME} USE_LANGUAGES= # empty DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django diff --git a/www/py-django-south/distinfo b/www/py-django-south/distinfo index 87554a3405b..56447d2e7d7 100644 --- a/www/py-django-south/distinfo +++ b/www/py-django-south/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/04/12 08:58:03 adam Exp $ +$NetBSD: distinfo,v 1.7 2014/11/23 13:31:07 adam Exp $ -SHA1 (south-0.8.4.tar.gz) = c2f9e605a04f918daac95249f66ab3907e998890 -RMD160 (south-0.8.4.tar.gz) = bd2271fe419ae008e81f1da383ea950d91d16fee -Size (south-0.8.4.tar.gz) = 97800 bytes +SHA1 (South-1.0.1.tar.gz) = f61d599ed6e5e061775d44ca888910c8ba415410 +RMD160 (South-1.0.1.tar.gz) = 9417c4109112ba107a52c42b2081dbf15be11aff +Size (South-1.0.1.tar.gz) = 98136 bytes |