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 2.0.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bfedb237ec8
branches:  trunk
changeset: 357958:5bfedb237ec8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 02 07:30:21 2017 +0000

description:
Changes 2.0.8:
- Setting ``revision.user`` in ``process_response`` for middleware (@etianen).
- Fixing localization of model primary keys in `recover_list.html` (@w4rri0r3k).
- Documentation tweaks

diffstat:

 www/py-django-reversion/Makefile |   4 ++--
 www/py-django-reversion/PLIST    |  22 ++++++++++++++++++----
 www/py-django-reversion/distinfo |  10 +++++-----
 3 files changed, 25 insertions(+), 11 deletions(-)

diffs (87 lines):

diff -r b1e3851f9ca7 -r 5bfedb237ec8 www/py-django-reversion/Makefile
--- a/www/py-django-reversion/Makefile  Thu Feb 02 07:27:21 2017 +0000
+++ b/www/py-django-reversion/Makefile  Thu Feb 02 07:30:21 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/06/08 17:43:45 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/02/02 07:30:21 adam Exp $
 
-DISTNAME=      django-reversion-1.10.2
+DISTNAME=      django-reversion-2.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-reversion/}
diff -r b1e3851f9ca7 -r 5bfedb237ec8 www/py-django-reversion/PLIST
--- a/www/py-django-reversion/PLIST     Thu Feb 02 07:27:21 2017 +0000
+++ b/www/py-django-reversion/PLIST     Thu Feb 02 07:30:21 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/04/20 17:33:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/02/02 07:30:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,12 +11,12 @@
 ${PYSITELIB}/reversion/admin.py
 ${PYSITELIB}/reversion/admin.pyc
 ${PYSITELIB}/reversion/admin.pyo
+${PYSITELIB}/reversion/compat.py
+${PYSITELIB}/reversion/compat.pyc
+${PYSITELIB}/reversion/compat.pyo
 ${PYSITELIB}/reversion/errors.py
 ${PYSITELIB}/reversion/errors.pyc
 ${PYSITELIB}/reversion/errors.pyo
-${PYSITELIB}/reversion/helpers.py
-${PYSITELIB}/reversion/helpers.pyc
-${PYSITELIB}/reversion/helpers.pyo
 ${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.mo
 ${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.po
 ${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.mo
@@ -51,6 +51,8 @@
 ${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.po
 ${PYSITELIB}/reversion/locale/zh_CN/LC_MESSAGES/django.mo
 ${PYSITELIB}/reversion/locale/zh_CN/LC_MESSAGES/django.po
+${PYSITELIB}/reversion/locale/zh_Hans/LC_MESSAGES/django.mo
+${PYSITELIB}/reversion/locale/zh_Hans/LC_MESSAGES/django.po
 ${PYSITELIB}/reversion/management/__init__.py
 ${PYSITELIB}/reversion/management/__init__.pyc
 ${PYSITELIB}/reversion/management/__init__.pyo
@@ -69,9 +71,18 @@
 ${PYSITELIB}/reversion/migrations/0001_initial.py
 ${PYSITELIB}/reversion/migrations/0001_initial.pyc
 ${PYSITELIB}/reversion/migrations/0001_initial.pyo
+${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.py
+${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyc
+${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyo
 ${PYSITELIB}/reversion/migrations/0002_auto_20141216_1509.py
 ${PYSITELIB}/reversion/migrations/0002_auto_20141216_1509.pyc
 ${PYSITELIB}/reversion/migrations/0002_auto_20141216_1509.pyo
+${PYSITELIB}/reversion/migrations/0003_auto_20160601_1600.py
+${PYSITELIB}/reversion/migrations/0003_auto_20160601_1600.pyc
+${PYSITELIB}/reversion/migrations/0003_auto_20160601_1600.pyo
+${PYSITELIB}/reversion/migrations/0004_auto_20160611_1202.py
+${PYSITELIB}/reversion/migrations/0004_auto_20160611_1202.pyc
+${PYSITELIB}/reversion/migrations/0004_auto_20160611_1202.pyo
 ${PYSITELIB}/reversion/migrations/__init__.py
 ${PYSITELIB}/reversion/migrations/__init__.pyc
 ${PYSITELIB}/reversion/migrations/__init__.pyo
@@ -89,3 +100,6 @@
 ${PYSITELIB}/reversion/templates/reversion/recover_form.html
 ${PYSITELIB}/reversion/templates/reversion/recover_list.html
 ${PYSITELIB}/reversion/templates/reversion/revision_form.html
+${PYSITELIB}/reversion/views.py
+${PYSITELIB}/reversion/views.pyc
+${PYSITELIB}/reversion/views.pyo
diff -r b1e3851f9ca7 -r 5bfedb237ec8 www/py-django-reversion/distinfo
--- a/www/py-django-reversion/distinfo  Thu Feb 02 07:27:21 2017 +0000
+++ b/www/py-django-reversion/distinfo  Thu Feb 02 07:30:21 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/04/20 17:33:57 adam Exp $
+$NetBSD: distinfo,v 1.16 2017/02/02 07:30:21 adam Exp $
 
-SHA1 (django-reversion-1.10.2.tar.gz) = cff576327b1a021fa390e0c56fe686035e8c04bc
-RMD160 (django-reversion-1.10.2.tar.gz) = 0650ed80986546f9d919da173b861a8ea023a104
-SHA512 (django-reversion-1.10.2.tar.gz) = 133bc5b484c97eb191a8e9f6da67eebcf999d47a7bc75f6660e2f59bcf9b4534ffae4a374b10c28dc3457b3852486c4449a9807bf8660fab83676955b362bab6
-Size (django-reversion-1.10.2.tar.gz) = 67286 bytes
+SHA1 (django-reversion-2.0.8.tar.gz) = 2a4e19945f35b11d5f2d496584332d9ef9fd8edb
+RMD160 (django-reversion-2.0.8.tar.gz) = 4db9c5c6c95238b978272b82bbcfde8052dcc8eb
+SHA512 (django-reversion-2.0.8.tar.gz) = 980c6d0572a9dbeac0fdebc4517b1186a4027355e28abaf4b3112ba85a0c5b4c5264511e2c62acecad86c1152f13391c8356cdc9e111ac5dd0d1187a5df19f6f
+Size (django-reversion-2.0.8.tar.gz) = 61383 bytes



Home | Main Index | Thread Index | Old Index