summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-10-09 10:09:22 +0000
committeradam <adam@pkgsrc.org>2014-10-09 10:09:22 +0000
commit4c5e350b0d33394d45cc817c86965e6d9cd11b4c (patch)
treed10f49665dceadbd6a372cc24635e37d8b8210fb /www
parent1a0e9fdba355bc31f0784121640d84f41ba945d5 (diff)
downloadpkgsrc-4c5e350b0d33394d45cc817c86965e6d9cd11b4c.tar.gz
Changes 1.8.4:
- Provisional Django 1.7 support - Multi-db and multi-manager support to management commands - Added index on reversion.date_created - Minor bugfixes and documentation improvements
Diffstat (limited to 'www')
-rw-r--r--www/py-django-reversion/Makefile5
-rw-r--r--www/py-django-reversion/PLIST50
-rw-r--r--www/py-django-reversion/distinfo8
3 files changed, 34 insertions, 29 deletions
diff --git a/www/py-django-reversion/Makefile b/www/py-django-reversion/Makefile
index 317069a280d..230d1973e40 100644
--- a/www/py-django-reversion/Makefile
+++ b/www/py-django-reversion/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/08/24 07:28:18 adam Exp $
+# $NetBSD: Makefile,v 1.9 2014/10/09 10:09:22 adam Exp $
-DISTNAME= django-reversion-1.8.2
+DISTNAME= django-reversion-1.8.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/d/django-reversion/
@@ -11,7 +11,6 @@ COMMENT= Version control facilities for Django
LICENSE= modified-bsd
USE_LANGUAGES= # empty
-#EGG_NAME= ${DISTNAME:S/-/_/:S/-/_/}
PYDISTUTILSPKG= yes
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
diff --git a/www/py-django-reversion/PLIST b/www/py-django-reversion/PLIST
index fd38f3dbb87..2713b7d82b1 100644
--- a/www/py-django-reversion/PLIST
+++ b/www/py-django-reversion/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/08/24 07:28:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2014/10/09 10:09:22 adam Exp $
${PYSITELIB}/reversion/__init__.py
${PYSITELIB}/reversion/__init__.pyc
${PYSITELIB}/reversion/__init__.pyo
@@ -56,24 +56,6 @@ ${PYSITELIB}/reversion/middleware.pyo
${PYSITELIB}/reversion/migrations/0001_initial.py
${PYSITELIB}/reversion/migrations/0001_initial.pyc
${PYSITELIB}/reversion/migrations/0001_initial.pyo
-${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.py
-${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.pyc
-${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.pyo
-${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.py
-${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.pyc
-${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.pyo
-${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.py
-${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.pyc
-${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
@@ -83,14 +65,38 @@ ${PYSITELIB}/reversion/models.pyo
${PYSITELIB}/reversion/revisions.py
${PYSITELIB}/reversion/revisions.pyc
${PYSITELIB}/reversion/revisions.pyo
+${PYSITELIB}/reversion/south_migrations/0001_initial.py
+${PYSITELIB}/reversion/south_migrations/0001_initial.pyc
+${PYSITELIB}/reversion/south_migrations/0001_initial.pyo
+${PYSITELIB}/reversion/south_migrations/0002_auto__add_field_version_type.py
+${PYSITELIB}/reversion/south_migrations/0002_auto__add_field_version_type.pyc
+${PYSITELIB}/reversion/south_migrations/0002_auto__add_field_version_type.pyo
+${PYSITELIB}/reversion/south_migrations/0003_auto__add_field_version_object_id_int.py
+${PYSITELIB}/reversion/south_migrations/0003_auto__add_field_version_object_id_int.pyc
+${PYSITELIB}/reversion/south_migrations/0003_auto__add_field_version_object_id_int.pyo
+${PYSITELIB}/reversion/south_migrations/0004_populate_object_id_int.py
+${PYSITELIB}/reversion/south_migrations/0004_populate_object_id_int.pyc
+${PYSITELIB}/reversion/south_migrations/0004_populate_object_id_int.pyo
+${PYSITELIB}/reversion/south_migrations/0005_auto__add_field_revision_manager_slug.py
+${PYSITELIB}/reversion/south_migrations/0005_auto__add_field_revision_manager_slug.pyc
+${PYSITELIB}/reversion/south_migrations/0005_auto__add_field_revision_manager_slug.pyo
+${PYSITELIB}/reversion/south_migrations/0006_remove_delete_revisions.py
+${PYSITELIB}/reversion/south_migrations/0006_remove_delete_revisions.pyc
+${PYSITELIB}/reversion/south_migrations/0006_remove_delete_revisions.pyo
+${PYSITELIB}/reversion/south_migrations/0007_auto__del_field_version_type.py
+${PYSITELIB}/reversion/south_migrations/0007_auto__del_field_version_type.pyc
+${PYSITELIB}/reversion/south_migrations/0007_auto__del_field_version_type.pyo
+${PYSITELIB}/reversion/south_migrations/0008_auto__add_index_revision_date_created.py
+${PYSITELIB}/reversion/south_migrations/0008_auto__add_index_revision_date_created.pyc
+${PYSITELIB}/reversion/south_migrations/0008_auto__add_index_revision_date_created.pyo
+${PYSITELIB}/reversion/south_migrations/__init__.py
+${PYSITELIB}/reversion/south_migrations/__init__.pyc
+${PYSITELIB}/reversion/south_migrations/__init__.pyo
${PYSITELIB}/reversion/templates/reversion/change_list.html
${PYSITELIB}/reversion/templates/reversion/object_history.html
${PYSITELIB}/reversion/templates/reversion/recover_form.html
${PYSITELIB}/reversion/templates/reversion/recover_list.html
${PYSITELIB}/reversion/templates/reversion/revision_form.html
-${PYSITELIB}/reversion/tests.py
-${PYSITELIB}/reversion/tests.pyc
-${PYSITELIB}/reversion/tests.pyo
${PYSITELIB}/reversion/version.py
${PYSITELIB}/reversion/version.pyc
${PYSITELIB}/reversion/version.pyo
diff --git a/www/py-django-reversion/distinfo b/www/py-django-reversion/distinfo
index 0a47c678162..7dd1f41303f 100644
--- a/www/py-django-reversion/distinfo
+++ b/www/py-django-reversion/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/08/24 07:28:18 adam Exp $
+$NetBSD: distinfo,v 1.8 2014/10/09 10:09:22 adam Exp $
-SHA1 (django-reversion-1.8.2.tar.gz) = 82c97c9dff031549cd2e0b821c364b1fa56fb297
-RMD160 (django-reversion-1.8.2.tar.gz) = 7a48b6d7996aca7ca5753cb7e4a6375b30eb52ed
-Size (django-reversion-1.8.2.tar.gz) = 62539 bytes
+SHA1 (django-reversion-1.8.4.tar.gz) = f4aceb243e67df3c3897b05d846741ab340bcf75
+RMD160 (django-reversion-1.8.4.tar.gz) = 8db54eaf5c4271334ecd55b5e652b8938994bf94
+Size (django-reversion-1.8.4.tar.gz) = 57114 bytes