pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-reversion



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb  2 07:30:21 UTC 2017

Modified Files:
        pkgsrc/www/py-django-reversion: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-django-reversion/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-reversion/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-django-reversion/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-reversion/Makefile
diff -u pkgsrc/www/py-django-reversion/Makefile:1.16 pkgsrc/www/py-django-reversion/Makefile:1.17
--- pkgsrc/www/py-django-reversion/Makefile:1.16        Wed Jun  8 17:43:45 2016
+++ pkgsrc/www/py-django-reversion/Makefile     Thu Feb  2 07:30:21 2017
@@ -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/}

Index: pkgsrc/www/py-django-reversion/PLIST
diff -u pkgsrc/www/py-django-reversion/PLIST:1.10 pkgsrc/www/py-django-reversion/PLIST:1.11
--- pkgsrc/www/py-django-reversion/PLIST:1.10   Wed Apr 20 17:33:57 2016
+++ pkgsrc/www/py-django-reversion/PLIST        Thu Feb  2 07:30:21 2017
@@ -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/__init__.pyo
 ${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_MESS
 ${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/middleware.pyo
 ${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/reversi
 ${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

Index: pkgsrc/www/py-django-reversion/distinfo
diff -u pkgsrc/www/py-django-reversion/distinfo:1.15 pkgsrc/www/py-django-reversion/distinfo:1.16
--- pkgsrc/www/py-django-reversion/distinfo:1.15        Wed Apr 20 17:33:57 2016
+++ pkgsrc/www/py-django-reversion/distinfo     Thu Feb  2 07:30:21 2017
@@ -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