Changes 0.8.1:
This is the first bugfix release in the 0.8 series, to address a critical regression on older versions of Django.
This commit is contained in:
parent
e6345cb976
commit
6b21430803
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/10/28 06:31:00 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/08/09 07:28:24 adam Exp $
|
||||
|
||||
DISTNAME= south-0.7.6
|
||||
DISTNAME= south-0.8.1
|
||||
PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://www.aeracode.org/releases/south/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2012/08/26 12:53:03 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2013/08/09 07:28:24 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -342,6 +342,9 @@ ${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/utils/py3.py
|
||||
${PYSITELIB}/south/utils/py3.pyc
|
||||
${PYSITELIB}/south/utils/py3.pyo
|
||||
${PYSITELIB}/south/v2.py
|
||||
${PYSITELIB}/south/v2.pyc
|
||||
${PYSITELIB}/south/v2.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2012/08/26 12:53:03 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/08/09 07:28:24 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (south-0.8.1.tar.gz) = edbfb478ac034f23d0f011f0b3301f18211e915b
|
||||
RMD160 (south-0.8.1.tar.gz) = 5a6c8acd1e2c9c021ee41206faf68162e5fb3bc8
|
||||
Size (south-0.8.1.tar.gz) = 94331 bytes
|
||||
|
|
Loading…
Reference in a new issue