pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-south Changes 0.7.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb25b64028db
branches:  trunk
changeset: 608046:fb25b64028db
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 26 12:53:03 2012 +0000

description:
Changes 0.7.6:
This is a minor new release of South, and the sixth bugfix release for the 0.7
series.

diffstat:

 www/py-django-south/Makefile |   6 +++---
 www/py-django-south/PLIST    |  35 +++++++++++++++++++++++++++++++----
 www/py-django-south/distinfo |   8 ++++----
 3 files changed, 38 insertions(+), 11 deletions(-)

diffs (125 lines):

diff -r 71f0042df3b5 -r fb25b64028db www/py-django-south/Makefile
--- a/www/py-django-south/Makefile      Sun Aug 26 12:38:19 2012 +0000
+++ b/www/py-django-south/Makefile      Sun Aug 26 12:53:03 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 08:10:05 adam Exp $
+# $NetBSD: Makefile,v 1.2 2012/08/26 12:53:03 adam Exp $
 
-DISTNAME=      south-0.7.3
+DISTNAME=      south-0.7.6
 PKGNAME=       ${PYPKGPREFIX}-django-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  http://www.aeracode.org/releases/south/
@@ -12,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-WRKSRC=                        ${WRKDIR}/south
+WRKSRC=                        ${WRKDIR}/South-${PKGVERSION_NOREV}
 EGG_NAME=              ${DISTNAME:S/south/South/}
 USE_LANGUAGES=         # empty
 
diff -r 71f0042df3b5 -r fb25b64028db www/py-django-south/PLIST
--- a/www/py-django-south/PLIST Sun Aug 26 12:38:19 2012 +0000
+++ b/www/py-django-south/PLIST Sun Aug 26 12:53:03 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/12 08:10:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/08/26 12:53:03 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -21,6 +21,9 @@
 ${PYSITELIB}/south/db/__init__.py
 ${PYSITELIB}/south/db/__init__.pyc
 ${PYSITELIB}/south/db/__init__.pyo
+${PYSITELIB}/south/db/firebird.py
+${PYSITELIB}/south/db/firebird.pyc
+${PYSITELIB}/south/db/firebird.pyo
 ${PYSITELIB}/south/db/generic.py
 ${PYSITELIB}/south/db/generic.pyc
 ${PYSITELIB}/south/db/generic.pyo
@@ -57,6 +60,9 @@
 ${PYSITELIB}/south/introspection_plugins/annoying_autoonetoone.py
 ${PYSITELIB}/south/introspection_plugins/annoying_autoonetoone.pyc
 ${PYSITELIB}/south/introspection_plugins/annoying_autoonetoone.pyo
+${PYSITELIB}/south/introspection_plugins/django_audit_log.py
+${PYSITELIB}/south/introspection_plugins/django_audit_log.pyc
+${PYSITELIB}/south/introspection_plugins/django_audit_log.pyo
 ${PYSITELIB}/south/introspection_plugins/django_objectpermissions.py
 ${PYSITELIB}/south/introspection_plugins/django_objectpermissions.pyc
 ${PYSITELIB}/south/introspection_plugins/django_objectpermissions.pyo
@@ -93,6 +99,9 @@
 ${PYSITELIB}/south/management/commands/migrate.py
 ${PYSITELIB}/south/management/commands/migrate.pyc
 ${PYSITELIB}/south/management/commands/migrate.pyo
+${PYSITELIB}/south/management/commands/migrationcheck.py
+${PYSITELIB}/south/management/commands/migrationcheck.pyc
+${PYSITELIB}/south/management/commands/migrationcheck.pyo
 ${PYSITELIB}/south/management/commands/schemamigration.py
 ${PYSITELIB}/south/management/commands/schemamigration.pyc
 ${PYSITELIB}/south/management/commands/schemamigration.pyo
@@ -186,6 +195,9 @@
 ${PYSITELIB}/south/tests/db.py
 ${PYSITELIB}/south/tests/db.pyc
 ${PYSITELIB}/south/tests/db.pyo
+${PYSITELIB}/south/tests/db_mysql.py
+${PYSITELIB}/south/tests/db_mysql.pyc
+${PYSITELIB}/south/tests/db_mysql.pyo
 ${PYSITELIB}/south/tests/deps_a/__init__.py
 ${PYSITELIB}/south/tests/deps_a/__init__.pyc
 ${PYSITELIB}/south/tests/deps_a/__init__.pyo
@@ -285,6 +297,9 @@
 ${PYSITELIB}/south/tests/fakeapp/models.py
 ${PYSITELIB}/south/tests/fakeapp/models.pyc
 ${PYSITELIB}/south/tests/fakeapp/models.pyo
+${PYSITELIB}/south/tests/freezer.py
+${PYSITELIB}/south/tests/freezer.pyc
+${PYSITELIB}/south/tests/freezer.pyo
 ${PYSITELIB}/south/tests/inspector.py
 ${PYSITELIB}/south/tests/inspector.pyc
 ${PYSITELIB}/south/tests/inspector.pyo
@@ -294,6 +309,15 @@
 ${PYSITELIB}/south/tests/logic.py
 ${PYSITELIB}/south/tests/logic.pyc
 ${PYSITELIB}/south/tests/logic.pyo
+${PYSITELIB}/south/tests/non_managed/__init__.py
+${PYSITELIB}/south/tests/non_managed/__init__.pyc
+${PYSITELIB}/south/tests/non_managed/__init__.pyo
+${PYSITELIB}/south/tests/non_managed/migrations/__init__.py
+${PYSITELIB}/south/tests/non_managed/migrations/__init__.pyc
+${PYSITELIB}/south/tests/non_managed/migrations/__init__.pyo
+${PYSITELIB}/south/tests/non_managed/models.py
+${PYSITELIB}/south/tests/non_managed/models.pyc
+${PYSITELIB}/south/tests/non_managed/models.pyo
 ${PYSITELIB}/south/tests/otherfakeapp/__init__.py
 ${PYSITELIB}/south/tests/otherfakeapp/__init__.pyc
 ${PYSITELIB}/south/tests/otherfakeapp/__init__.pyo
@@ -312,9 +336,12 @@
 ${PYSITELIB}/south/tests/otherfakeapp/models.py
 ${PYSITELIB}/south/tests/otherfakeapp/models.pyc
 ${PYSITELIB}/south/tests/otherfakeapp/models.pyo
-${PYSITELIB}/south/utils.py
-${PYSITELIB}/south/utils.pyc
-${PYSITELIB}/south/utils.pyo
+${PYSITELIB}/south/utils/__init__.py
+${PYSITELIB}/south/utils/__init__.pyc
+${PYSITELIB}/south/utils/__init__.pyo
+${PYSITELIB}/south/utils/datetime_utils.py
+${PYSITELIB}/south/utils/datetime_utils.pyc
+${PYSITELIB}/south/utils/datetime_utils.pyo
 ${PYSITELIB}/south/v2.py
 ${PYSITELIB}/south/v2.pyc
 ${PYSITELIB}/south/v2.pyo
diff -r 71f0042df3b5 -r fb25b64028db www/py-django-south/distinfo
--- a/www/py-django-south/distinfo      Sun Aug 26 12:38:19 2012 +0000
+++ b/www/py-django-south/distinfo      Sun Aug 26 12:53:03 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/01/12 08:10:05 adam Exp $
+$NetBSD: distinfo,v 1.2 2012/08/26 12:53:03 adam Exp $
 
-SHA1 (south-0.7.3.tar.gz) = f5a1e811f4c028874c7e617e7eba60d0a9e9dd71
-RMD160 (south-0.7.3.tar.gz) = 4c0a56139905624480f6b18b3ee3d81a7a13cb29
-Size (south-0.7.3.tar.gz) = 112673 bytes
+SHA1 (south-0.7.6.tar.gz) = 651f0fdedf009fe01ab8fc7d5ebe4b38a228826d
+RMD160 (south-0.7.6.tar.gz) = 0276e4de48ee7089cb8bcb848c17388e695ff97e
+Size (south-0.7.6.tar.gz) = 91528 bytes



Home | Main Index | Thread Index | Old Index