summaryrefslogtreecommitdiff
path: root/www/py-django
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-04-01 20:52:44 +0000
committeradam <adam@pkgsrc.org>2013-04-01 20:52:44 +0000
commita81346e583a7a7bf85fc71c9cee789d346c049f2 (patch)
tree3f31c6f8afac3d423303135b304135fd378a119f /www/py-django
parenta3e2f4317e890cc369e358d74276bc0e47a052de (diff)
downloadpkgsrc-a81346e583a7a7bf85fc71c9cee789d346c049f2.tar.gz
Changes 1.5.1:
The biggest fix is for a memory leak introduced in Django 1.5. Under certain circumstances, repeated iteration over querysets could leak memory - sometimes quite a bit of it. If you'd like more information, the details are in our ticket tracker (and in a related issue in Python itself). If you've noticed memory problems under Django 1.5, upgrading to 1.5.1 should fix those issues. Django 1.5.1 also includes a couple smaller fixes: * Module-level warnings emitted during tests are no longer silently hidden. * Prevented filtering on password hashes in the user admin.
Diffstat (limited to 'www/py-django')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/PLIST5
-rw-r--r--www/py-django/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index a97a5a64bee..4cab4c1e0d0 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2013/03/12 20:47:59 adam Exp $
+# $NetBSD: Makefile,v 1.41 2013/04/01 20:52:44 adam Exp $
-DJANGOVERS= 1.5
+DJANGOVERS= 1.5.1
DISTNAME= Django-${DJANGOVERS}
PKGNAME= ${PYPKGPREFIX}-django-${DJANGOVERS}
CATEGORIES= www python
diff --git a/www/py-django/PLIST b/www/py-django/PLIST
index 4ebee8ff5e1..5c9da515759 100644
--- a/www/py-django/PLIST
+++ b/www/py-django/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2013/03/12 20:47:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2013/04/01 20:52:44 adam Exp $
bin/django-admin.py
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/django/__init__.py
@@ -1535,6 +1535,9 @@ ${PYSITELIB}/django/contrib/auth/tests/tokens.pyo
${PYSITELIB}/django/contrib/auth/tests/urls.py
${PYSITELIB}/django/contrib/auth/tests/urls.pyc
${PYSITELIB}/django/contrib/auth/tests/urls.pyo
+${PYSITELIB}/django/contrib/auth/tests/urls_admin.py
+${PYSITELIB}/django/contrib/auth/tests/urls_admin.pyc
+${PYSITELIB}/django/contrib/auth/tests/urls_admin.pyo
${PYSITELIB}/django/contrib/auth/tests/utils.py
${PYSITELIB}/django/contrib/auth/tests/utils.pyc
${PYSITELIB}/django/contrib/auth/tests/utils.pyo
diff --git a/www/py-django/distinfo b/www/py-django/distinfo
index f92bcbf1ba4..5ace9575921 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2013/03/12 20:47:59 adam Exp $
+$NetBSD: distinfo,v 1.26 2013/04/01 20:52:44 adam Exp $
-SHA1 (Django-1.5.tar.gz) = 358dce7db72904c334e3d7ce7eaa0e27a22cfa16
-RMD160 (Django-1.5.tar.gz) = c24d9f48e7d131644fac99256a9bc7082afb1bd8
-Size (Django-1.5.tar.gz) = 8007045 bytes
+SHA1 (Django-1.5.1.tar.gz) = 0ab97b90c4c79636e56337f426f1e875faccbba1
+RMD160 (Django-1.5.1.tar.gz) = fbeba9c331c66649a35bd86c84d04a9ca149c54e
+Size (Django-1.5.1.tar.gz) = 8028963 bytes