diff options
author | adam <adam@pkgsrc.org> | 2014-02-09 08:20:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-02-09 08:20:00 +0000 |
commit | 13ef938fa0266e4bdd5a4ef6a492179168125fc3 (patch) | |
tree | 8854c923425f1cd2d75e08b1c951cdcc1e311788 /www | |
parent | 714cf037ff79b67274dca86e1bba66d6ba2217c0 (diff) | |
download | pkgsrc-13ef938fa0266e4bdd5a4ef6a492179168125fc3.tar.gz |
Changes 1.8.0:
- Django 1.6 compatibility
- Using bulk_create to speed up revision creation.
- Including docs in source distribution
- Spanish translation
- Fixing edge-case bugs in revision middleware
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-reversion/Makefile | 4 | ||||
-rw-r--r-- | www/py-django-reversion/PLIST | 10 | ||||
-rw-r--r-- | www/py-django-reversion/distinfo | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/www/py-django-reversion/Makefile b/www/py-django-reversion/Makefile index 55795fed7e8..082f586f43d 100644 --- a/www/py-django-reversion/Makefile +++ b/www/py-django-reversion/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2013/08/09 07:35:03 adam Exp $ +# $NetBSD: Makefile,v 1.6 2014/02/09 08:20:00 adam Exp $ -DISTNAME= django-reversion-1.7.1 +DISTNAME= django-reversion-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/d/django-reversion/ diff --git a/www/py-django-reversion/PLIST b/www/py-django-reversion/PLIST index 6a28b15b531..613552d7445 100644 --- a/www/py-django-reversion/PLIST +++ b/www/py-django-reversion/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/03/13 07:25:42 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/02/09 08:20:00 adam Exp $ ${PYSITELIB}/reversion/__init__.py ${PYSITELIB}/reversion/__init__.pyc ${PYSITELIB}/reversion/__init__.pyo @@ -12,6 +12,8 @@ ${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.mo ${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.po ${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.mo ${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.po ${PYSITELIB}/reversion/locale/fr/LC_MESSAGES/django.mo ${PYSITELIB}/reversion/locale/fr/LC_MESSAGES/django.po ${PYSITELIB}/reversion/locale/he/LC_MESSAGES/django.mo @@ -60,6 +62,12 @@ ${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.pyo ${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.py ${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyc ${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyo +${PYSITELIB}/reversion/migrations/0006_remove_delete_revisions.py +${PYSITELIB}/reversion/migrations/0006_remove_delete_revisions.pyc +${PYSITELIB}/reversion/migrations/0006_remove_delete_revisions.pyo +${PYSITELIB}/reversion/migrations/0007_auto__del_field_version_type.py +${PYSITELIB}/reversion/migrations/0007_auto__del_field_version_type.pyc +${PYSITELIB}/reversion/migrations/0007_auto__del_field_version_type.pyo ${PYSITELIB}/reversion/migrations/__init__.py ${PYSITELIB}/reversion/migrations/__init__.pyc ${PYSITELIB}/reversion/migrations/__init__.pyo diff --git a/www/py-django-reversion/distinfo b/www/py-django-reversion/distinfo index 598c4ae1565..066f7052316 100644 --- a/www/py-django-reversion/distinfo +++ b/www/py-django-reversion/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/08/09 07:35:03 adam Exp $ +$NetBSD: distinfo,v 1.5 2014/02/09 08:20:00 adam Exp $ -SHA1 (django-reversion-1.7.1.tar.gz) = 18bd8d0006633020301df11faa30620519caaa79 -RMD160 (django-reversion-1.7.1.tar.gz) = 8cbaf96583b4e87216805fdbb7ad96a0eeaeff75 -Size (django-reversion-1.7.1.tar.gz) = 44322 bytes +SHA1 (django-reversion-1.8.0.tar.gz) = d03cfe13f71d25c8823720edcae894739e50c3bb +RMD160 (django-reversion-1.8.0.tar.gz) = ec7b058db517f1ab5ae88130ae8c9a46a4bf8c64 +Size (django-reversion-1.8.0.tar.gz) = 59681 bytes |