pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-reversion Changes 1.8.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e25acad83812
branches:  trunk
changeset: 635596:e25acad83812
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 09 10:15:44 2014 +0000

description:
Changes 1.8.1:
- Slovak translation (@jbub).
- Deleting a user no longer deletes the associated revisions (@daaray).
- Improving handling of inline models in admin integration (@blueyed).
- Improving error messages for proxy model registration (@blueyed).
- Improvements to using migrations with custom user model (@aivins).
- Removing sys.exit() in deleterevisions management command, allowing it to be used internally by Django projects (@tongwang).
- Fixing some backwards-compatible admin deprecation warnings (Thomas Schreiber).
- Fixing tests if RevisionMiddleware is used as a decorator in the parent project (@jmoldow).
- Derived models, such as those generated by deferred querysets, now work.
- Removed deprecated low-level API methods.

diffstat:

 www/py-django-reversion/Makefile |  4 ++--
 www/py-django-reversion/PLIST    |  4 +++-
 www/py-django-reversion/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 6693d0c38348 -r e25acad83812 www/py-django-reversion/Makefile
--- a/www/py-django-reversion/Makefile  Mon Jun 09 09:58:21 2014 +0000
+++ b/www/py-django-reversion/Makefile  Mon Jun 09 10:15:44 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/02/09 08:20:00 adam Exp $
+# $NetBSD: Makefile,v 1.7 2014/06/09 10:15:44 adam Exp $
 
-DISTNAME=      django-reversion-1.8.0
+DISTNAME=      django-reversion-1.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  http://pypi.python.org/packages/source/d/django-reversion/
diff -r 6693d0c38348 -r e25acad83812 www/py-django-reversion/PLIST
--- a/www/py-django-reversion/PLIST     Mon Jun 09 09:58:21 2014 +0000
+++ b/www/py-django-reversion/PLIST     Mon Jun 09 10:15:44 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/02/09 08:20:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/06/09 10:15:44 adam Exp $
 ${PYSITELIB}/reversion/__init__.py
 ${PYSITELIB}/reversion/__init__.pyc
 ${PYSITELIB}/reversion/__init__.pyo
@@ -28,6 +28,8 @@
 ${PYSITELIB}/reversion/locale/pl/LC_MESSAGES/django.po
 ${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.mo
 ${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.po
+${PYSITELIB}/reversion/locale/sk/LC_MESSAGES/django.mo
+${PYSITELIB}/reversion/locale/sk/LC_MESSAGES/django.po
 ${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.mo
 ${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.po
 ${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.mo
diff -r 6693d0c38348 -r e25acad83812 www/py-django-reversion/distinfo
--- a/www/py-django-reversion/distinfo  Mon Jun 09 09:58:21 2014 +0000
+++ b/www/py-django-reversion/distinfo  Mon Jun 09 10:15:44 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/02/09 08:20:00 adam Exp $
+$NetBSD: distinfo,v 1.6 2014/06/09 10:15:44 adam Exp $
 
-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
+SHA1 (django-reversion-1.8.1.tar.gz) = 4ea7e4d0e8d969a42b22b82cd03d72ca2112ef30
+RMD160 (django-reversion-1.8.1.tar.gz) = 96e9d431f83b86294876b27d1a20aba13d25358b
+Size (django-reversion-1.8.1.tar.gz) = 60570 bytes



Home | Main Index | Thread Index | Old Index